mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
Remove -Wcast-align -- it cause many spurious warnings on several ports
svn-id: r50583
This commit is contained in:
parent
762ff57e0d
commit
4fabca98a5
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ ifeq "$(HAVE_GCC)" "1"
|
||||
# Turn off some annoying and not-so-useful warnings
|
||||
CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder
|
||||
# Enable even more warnings...
|
||||
CXXFLAGS+= -Wpointer-arith -Wcast-qual -Wcast-align
|
||||
CXXFLAGS+= -Wpointer-arith -Wcast-qual
|
||||
CXXFLAGS+= -Wshadow -Wimplicit -Wnon-virtual-dtor -Wwrite-strings
|
||||
|
||||
# Currently we disable this gcc flag, since it will also warn in cases,
|
||||
|
Loading…
Reference in New Issue
Block a user