summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/doom.make
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-09-03 18:27:14 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-09-03 18:27:14 +0000
commit41a0bfc5ede0de1196d3adb552b5ef659daebd4c (patch)
treed56bd4ed99f3d8e2e7d422261023e5da406002e5 /apps/plugins/doom/doom.make
parent573f2206c1934e925b35565f472613d4917552d3 (diff)
downloadrockbox-41a0bfc5ede0de1196d3adb552b5ef659daebd4c.tar.gz
rockbox-41a0bfc5ede0de1196d3adb552b5ef659daebd4c.zip
FS#12256: Use '-fgnu89-inline' for mpegplayer and doom. Resolves compiler warnings when using mingw32.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30420 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/doom/doom.make')
-rw-r--r--apps/plugins/doom/doom.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/doom.make b/apps/plugins/doom/doom.make
index 07b553c454..a405a5ff3f 100644
--- a/apps/plugins/doom/doom.make
+++ b/apps/plugins/doom/doom.make
@@ -18,7 +18,7 @@ DOOM_OBJ := $(call c2obj, $(DOOM_SRC))
18# add source files to OTHER_SRC to get automatic dependencies 18# add source files to OTHER_SRC to get automatic dependencies
19OTHER_SRC += $(DOOM_SRC) 19OTHER_SRC += $(DOOM_SRC)
20 20
21DOOMCFLAGS = $(PLUGINFLAGS) -Wno-strict-prototypes -O2 -fno-strict-aliasing 21DOOMCFLAGS = $(PLUGINFLAGS) -Wno-strict-prototypes -O2 -fno-strict-aliasing -fgnu89-inline
22 22
23ifndef APP_TYPE 23ifndef APP_TYPE
24ifeq ($(TARGET), IRIVER_H100) 24ifeq ($(TARGET), IRIVER_H100)