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
c8785a28
Commit
c8785a28
authored
Oct 02, 2015
by
Alexandre Duret-Lutz
Browse files
* m4/gccwarn.m4: Add -Woverloaded-virtual.
parent
54935cb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/gccwarn.m4
View file @
c8785a28
...
...
@@ -34,7 +34,8 @@ EOF
Wcast-qual \
Wdocumentation \
Wmissing-declarations \
Wnoexcept
Wnoexcept \
Woverloaded-virtual
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