diff options
author | Thomas Haller <thaller@redhat.com> | 2019-08-09 11:44:13 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-08-09 14:48:55 (GMT) |
commit | 9c66c507481727771f814644aeae65a7947ed2f0 (patch) | |
tree | 24d103e6d358f2edbce6e49876f0c94b0decf379 | |
parent | 7d3991b87b59b538cb98a7b11646760f23a7c19b (diff) | |
download | libnl-9c66c507481727771f814644aeae65a7947ed2f0.zip libnl-9c66c507481727771f814644aeae65a7947ed2f0.tar.gz libnl-9c66c507481727771f814644aeae65a7947ed2f0.tar.bz2 |
travis: enable -Wvla compiler warning in tests
-rwxr-xr-x | .travis/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/run.sh b/.travis/run.sh index 6ce2d66..e31448b 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -2,7 +2,7 @@ set -e -CFLAGS="-Werror -Wall -Wdeclaration-after-statement" +CFLAGS="-Werror -Wall -Wdeclaration-after-statement -Wvla" if [ "$CC" = "clang" ]; then CFLAGS="$CFLAGS -Wno-error=unused-command-line-argument -Wno-error=unused-function" |