Skip to content

Commit

Permalink
configure.ac: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpereira authored and arr2036 committed Jul 9, 2019
1 parent 4551bef commit 009b90c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -12708,7 +12708,7 @@ fi
$as_echo "$ax_cv_cc_weverything_flag" >&6; }
if test "x$ax_cv_cc_weverything_flag" = "xyes"; then
devcflags="$devflags \
devcflags="$devcflags \
-W \
-Weverything \
-Wformat=2 \
Expand All @@ -12732,7 +12732,7 @@ $as_echo "$ax_cv_cc_weverything_flag" >&6; }
-Wno-format-pedantic"
else
if test "x$GCC" = "xyes"; then
devcflags="$devflags \
devcflags="$devcflags \
-Wshadow \
-Wpointer-arith \
-Wcast-qual \
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ if test "x$developer" = "xyes"; then
dnl #
AX_CC_WEVERYTHING_FLAG
if test "x$ax_cv_cc_weverything_flag" = "xyes"; then
devcflags="$devflags \
devcflags="$devcflags \
-W \
-Weverything \
-Wformat=2 \
Expand All @@ -1649,7 +1649,7 @@ if test "x$developer" = "xyes"; then
-Wno-format-pedantic"
else
if test "x$GCC" = "xyes"; then
devcflags="$devflags \
devcflags="$devcflags \
-Wshadow \
-Wpointer-arith \
-Wcast-qual \
Expand Down

0 comments on commit 009b90c

Please sign in to comment.