Commit 51091588 authored by Lev Walkin's avatar Lev Walkin

removed nested-externs warning

parent 2cebad09
......@@ -21419,7 +21419,6 @@ case "$GCC" in
CFLAGS="$CFLAGS -Wmissing-prototypes"
CFLAGS="$CFLAGS -Wmissing-declarations"
CFLAGS="$CFLAGS -Wredundant-decls"
CFLAGS="$CFLAGS -Wnested-externs"
;;
esac
......
......@@ -66,7 +66,6 @@ case "$GCC" in
CFLAGS="$CFLAGS -Wmissing-prototypes"
CFLAGS="$CFLAGS -Wmissing-declarations"
CFLAGS="$CFLAGS -Wredundant-decls"
CFLAGS="$CFLAGS -Wnested-externs"
;;
esac
......
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