Commit d44a6abd by Stéphane Graber Committed by GitHub

Merge pull request #1322 from brauner/2016-11-26/remove_werror_vla

configure: remove -Werror=vla
parents 1154e590 ce44bee1
......@@ -663,7 +663,7 @@ LXC_CHECK_TLS
if test "x$GCC" = "xyes"; then
CFLAGS="$CFLAGS -Wall"
if test "x$enable_werror" = "xyes"; then
CFLAGS="$CFLAGS -Werror -Werror=vla"
CFLAGS="$CFLAGS -Werror"
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