Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
f0edfdef
Commit
f0edfdef
authored
Feb 01, 2017
by
Alexandre Duret-Lutz
Browse files
activate -Wpedantic
Fixes
#214
. * m4/gccwarn.m4: Add -Wpedantic.
parent
d1754123
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/gccwarn.m4
View file @
f0edfdef
...
...
@@ -41,7 +41,8 @@ EOF
Wlogical-op \
Wduplicated-cond \
Wnull-dereference \
Wsuggest-override
Wsuggest-override \
Wpedantic
do
CXXFLAGS="$cf_save_CXXFLAGS $ac_cv_prog_gxx_warn_flags -$cf_opt"
if AC_TRY_EVAL(ac_compile); then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment