Disabled deprecated warning

This commit is contained in:
Robert Osfield
2009-02-05 14:16:04 +00:00
parent 91716f6e06
commit 223c603a8c

View File

@@ -7,5 +7,10 @@ SET(TARGET_SRC
SET(TARGET_LIBRARIES_VARS XINE_LIBRARY )
IF(CMAKE_COMPILER_IS_GNUCXX)
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-deprecated-declarations")
ENDIF(CMAKE_COMPILER_IS_GNUCXX)
#### end var setup ###
SETUP_PLUGIN(xine)