Commit 047fbbf5 by Christian Brauner Committed by Stéphane Graber

configure: remove -Werror=vla

Because we include a header that uses a vla (/me scoffs at header). Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 1b0c6b3c
...@@ -655,7 +655,7 @@ LXC_CHECK_TLS ...@@ -655,7 +655,7 @@ LXC_CHECK_TLS
if test "x$GCC" = "xyes"; then if test "x$GCC" = "xyes"; then
CFLAGS="$CFLAGS -Wall" CFLAGS="$CFLAGS -Wall"
if test "x$enable_werror" = "xyes"; then if test "x$enable_werror" = "xyes"; then
CFLAGS="$CFLAGS -Werror -Werror=vla" CFLAGS="$CFLAGS -Werror"
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment