diff options
author | Max Horn | 2008-05-31 19:29:12 +0000 |
---|---|---|
committer | Max Horn | 2008-05-31 19:29:12 +0000 |
commit | 4ed41d0a16ea626a8412b07af075080744a19797 (patch) | |
tree | 0b49d2f918ae0186e6432a1c8670d46eb23f2b7f /backends/platform | |
parent | a00bfba616b4f2aced3381d32a2e039b621e192c (diff) | |
download | scummvm-rg350-4ed41d0a16ea626a8412b07af075080744a19797.tar.gz scummvm-rg350-4ed41d0a16ea626a8412b07af075080744a19797.tar.bz2 scummvm-rg350-4ed41d0a16ea626a8412b07af075080744a19797.zip |
DS: Adjust some compiler warnings
svn-id: r32434
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/ds/arm9/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile index 411813d467..9c9419d8b2 100644 --- a/backends/platform/ds/arm9/makefile +++ b/backends/platform/ds/arm9/makefile @@ -164,7 +164,7 @@ ifdef USE_PROFILER DEFINES += -DUSE_PROFILER endif -CXXFLAGS= $(CFLAGS) -Wno-non-virtual-dtor -Wno-non-virtual-dtor \ +CXXFLAGS= $(CFLAGS) -Wno-non-virtual-dtor -Wno-unknown-pragmas -Wno-reorder \ -fno-exceptions -fno-rtti -mthumb-interwork # -mthumb |