remove annoying warnings for blenderplayers stub.c

This commit is contained in:
Campbell Barton 2010-10-18 13:22:34 +00:00
parent b1e8d168d7
commit 77867dfab1

@ -24,6 +24,9 @@
#
# ***** END GPL LICENSE BLOCK *****
# this warning on generated files gets annoying
STRING(REGEX REPLACE "-Wunused-parameter" "" CMAKE_C_FLAGS ${CMAKE_C_FLAGS})
FILE(GLOB SRC stubs.c)
IF(WITH_BUILDINFO)