diff options
Diffstat (limited to 'apps/plugins/sdl/sdl.make')
-rw-r--r-- | apps/plugins/sdl/sdl.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sdl/sdl.make b/apps/plugins/sdl/sdl.make index fedbaa5399..df7ec74ebf 100644 --- a/apps/plugins/sdl/sdl.make +++ b/apps/plugins/sdl/sdl.make | |||
@@ -23,7 +23,7 @@ OTHER_INC += -I$(SDL_SRCDIR)/include | |||
23 | # include comes first because of possible system SDL headers taking | 23 | # include comes first because of possible system SDL headers taking |
24 | # precedence | 24 | # precedence |
25 | SDLFLAGS = -I$(SDL_SRCDIR)/include $(filter-out -O%,$(PLUGINFLAGS)) \ | 25 | SDLFLAGS = -I$(SDL_SRCDIR)/include $(filter-out -O%,$(PLUGINFLAGS)) \ |
26 | -O3 -Wno-unused-parameter -Xpreprocessor -Wno-undef -Wcast-align | 26 | -O3 -Wno-unused-parameter -Xpreprocessor -Wno-undef -Wcast-align -w |
27 | 27 | ||
28 | ifndef APP_TYPE | 28 | ifndef APP_TYPE |
29 | ### no target has a big enough plugin buffer | 29 | ### no target has a big enough plugin buffer |