1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00

Disable Clang warning

This commit is contained in:
Alex Kotov 2020-12-06 11:15:56 +05:00
parent 01fcde0fcb
commit 9cb5572f84
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -6,6 +6,6 @@ compiler:
script:
- ./autogen.sh
- ./configure
- ./configure CFLAGS='-Wno-gnu-variable-sized-type-not-at-end'
- make
- make check