Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
649a0f8f
Commit
649a0f8f
authored
Jul 25, 2013
by
Mukund Sivaraman
Browse files
[3068] Add -Wnon-virtual-dtor to CXXFLAGS when using GCC
parent
f0b494fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
649a0f8f
...
...
@@ -129,7 +129,7 @@ AC_SUBST(WARNING_NO_MISSING_FIELD_INITIALIZERS_CFLAG)
# gcc specific settings:
if test "X$GXX" = "Xyes"; then
B10_CXXFLAGS="$B10_CXXFLAGS -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare"
B10_CXXFLAGS="$B10_CXXFLAGS -Wall -Wextra
-Wnon-virtual-dtor
-Wwrite-strings -Woverloaded-virtual -Wno-sign-compare"
case "$host" in
*-solaris*)
MULTITHREADING_FLAG=-pthreads
...
...
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