Commit 62eeccac by Christian Brauner Committed by Stéphane Graber

configure: do not allow variable length arrays

There pointless and marked as optional since C11. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 82630da5
......@@ -655,7 +655,7 @@ LXC_CHECK_TLS
if test "x$GCC" = "xyes"; then
CFLAGS="$CFLAGS -Wall"
if test "x$enable_werror" = "xyes"; then
CFLAGS="$CFLAGS -Werror"
CFLAGS="$CFLAGS -Werror -Werror=vla"
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