Remove the disabled -Wuninitialized here, it's covered by --enable-release
svn-id: r48973
This commit is contained in:
parent
fef4060a22
commit
7bb2c9b5f4
1 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -36,12 +36,6 @@ ifeq "$(HAVE_GCC)" "1"
|
||||||
|
|
||||||
# Disable RTTI and exceptions, and enable checking of pointers returned by "new"
|
# Disable RTTI and exceptions, and enable checking of pointers returned by "new"
|
||||||
CXXFLAGS+= -fno-rtti -fno-exceptions -fcheck-new
|
CXXFLAGS+= -fno-rtti -fno-exceptions -fcheck-new
|
||||||
|
|
||||||
# There is a nice extra warning that flags variables that are potentially
|
|
||||||
# used before being initialized. Very handy to catch a certain kind of
|
|
||||||
# bugs. Unfortunately, it only works when optimizations are turned on,
|
|
||||||
# which is why we normally don't use it.
|
|
||||||
#CXXFLAGS+= -O -Wuninitialized
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq "$(HAVE_CLANG)" "1"
|
ifeq "$(HAVE_CLANG)" "1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue