Skip to content
Snippets Groups Projects
Commit 072a7a45 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Remove -Wshadow as min/max macros can be nested

Get master building for now
parent deda3ffe
No related branches found
No related tags found
No related merge requests found
......@@ -466,7 +466,7 @@ if test "$enable_warn" != "no"; then
# We will do this by hand instead and only default to the macro for unknown compilers
case "$ax_cv_c_compiler_vendor" in
gnu | clang)
CFLAGS="$CFLAGS -Wall -Wextra -Wshadow -Wno-unused-parameter"
CFLAGS="$CFLAGS -Wall -Wextra -Wno-unused-parameter"
;;
intel)
CFLAGS="$CFLAGS -w2 -Wunused-variable"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment