Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119953 | Differences between
and this patch

Collapse All | Expand All

(-)xmame-0.103/makefile.mame (-2 / +2 lines)
Lines 140-147 Link Here
140
	-Wstrict-prototypes \
140
	-Wstrict-prototypes \
141
	-Wundef \
141
	-Wundef \
142
	-Wformat-security \
142
	-Wformat-security \
143
	-Wwrite-strings \
143
	-Wwrite-strings
144
	-Wdeclaration-after-statement
144
#	-Wdeclaration-after-statement
145
endif
145
endif
146
146
147
# extra options needed *only* for the osd files
147
# extra options needed *only* for the osd files
(-)xmame-0.103/makefile.mes (-2 / +2 lines)
Lines 196-203 Link Here
196
	-Wstrict-prototypes \
196
	-Wstrict-prototypes \
197
	-Wundef \
197
	-Wundef \
198
	-Wformat-security \
198
	-Wformat-security \
199
	-Wwrite-strings \
199
	-Wwrite-strings
200
	-Wdeclaration-after-statement
200
#	-Wdeclaration-after-statement
201
endif
201
endif
202
202
203
# the windows osd code at least cannot be compiled with -pedantic
203
# the windows osd code at least cannot be compiled with -pedantic
(-)xmame-0.103/makefile.unix (-1 / +1 lines)
Lines 192-198 Link Here
192
  CFLAGS += -Wno-unused
192
  CFLAGS += -Wno-unused
193
193
194
  # Warn about declarations after statements.
194
  # Warn about declarations after statements.
195
  CFLAGS += -Wdeclaration-after-statement
195
  #CFLAGS += -Wdeclaration-after-statement
196
196
197
  # Don't warn about code that might break strict aliasing rules. 
197
  # Don't warn about code that might break strict aliasing rules. 
198
  # CFLAGS += -Wno-strict-aliasing
198
  # CFLAGS += -Wno-strict-aliasing

Return to bug 119953