Skip to content

Commit

Permalink
Enable some more gcc warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Oct 27, 2017
1 parent 40a1fc2 commit 6da9307
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -17543,7 +17543,12 @@ then
-fnothrow-opt \
-Wattribute-alias \
-Wcatch-value \
-Wextra-semi \
-Wformat=2 \
-Wint-in-bool-context \
-Wlogical-op \
-Wmissing-field-initializers \
-Wrestrict \
-Wstringop-overflow \
-Wsuggest-override \
-Wuninitialized \
Expand Down
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,12 @@ then
-fnothrow-opt \
-Wattribute-alias \
-Wcatch-value \
-Wextra-semi \
-Wformat=2 \
-Wint-in-bool-context \
-Wlogical-op \
-Wmissing-field-initializers \
-Wrestrict \
-Wstringop-overflow \
-Wsuggest-override \
-Wuninitialized \
Expand Down

0 comments on commit 6da9307

Please sign in to comment.