mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Turn compiler warnings into errors
This commit is contained in:
parent
9cb5572f84
commit
e6f9225b32
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ compiler:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure CFLAGS='-Wno-gnu-variable-sized-type-not-at-end'
|
- ./configure CFLAGS='-Werror -Wno-gnu-variable-sized-type-not-at-end'
|
||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
|
|
Loading…
Reference in a new issue