oops
svn-id: r42012
This commit is contained in:
parent
385421e95b
commit
630501fe43
1 changed files with 0 additions and 7 deletions
7
Makefile
7
Makefile
|
@ -26,13 +26,6 @@ CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder
|
|||
# Enable even more warnings...
|
||||
CXXFLAGS+= -Wpointer-arith -Wcast-qual -Wcast-align
|
||||
CXXFLAGS+= -Wshadow -Wimplicit -Wnon-virtual-dtor -Wwrite-strings
|
||||
# TODO: Consider using -Wold-style-cast at some point
|
||||
# CXXFLAGS+= -Wno-sign-compare
|
||||
#CXXFLAGS+= -Wextra
|
||||
CXXFLAGS+= -Wmissing-format-attribute
|
||||
CXXFLAGS+= -Wredundant-decls
|
||||
CXXFLAGS+= -Wconversion
|
||||
#CXXFLAGS+= -Wshorten-64-to-32
|
||||
|
||||
# Disable RTTI and exceptions, and enabled checking of pointers returned by "new"
|
||||
CXXFLAGS+= -fno-rtti -fno-exceptions -fcheck-new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue