mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
re-enabled -Woverloaded-virtual
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@731 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
@@ -19,11 +19,7 @@ AM_PATH_PYTHON([3.1])
|
||||
|
||||
# default compiler warning settings
|
||||
if test "X$GCC" = "Xyes"; then
|
||||
#-Woverloaded-virtual will produce so many warnings. Suppress them for rapid
|
||||
# prototyping, but we should soon fix the code, rather than ignoring the
|
||||
# warnings!!
|
||||
#CXXFLAGS="-g -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare"
|
||||
CXXFLAGS="-g -Wall -Wwrite-strings -Wno-sign-compare"
|
||||
CXXFLAGS="-g -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare"
|
||||
fi
|
||||
|
||||
# produce PIC unless we disable shared libraries. need this for python bindings.
|
||||
|
Reference in New Issue
Block a user