mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
Deny warnings on CI
This commit is contained in:
parent
90b51d140a
commit
c5269fc764
|
@ -22,5 +22,5 @@ test:
|
|||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
env CFLAGS="-Wdeclaration-after-statement -Werror" CXXFLAGS="-Werror" cmake ..
|
||||
make everything
|
||||
|
|
Loading…
Reference in a new issue