All pastes #1853385 Raw Edit

clueless

public text v1 · immutable
#1853385 ·published 2010-03-26 21:47 UTC
rendered paste body
Index: include/cssysdef.h===================================================================--- include/cssysdef.h	(revision 33837)+++ include/cssysdef.h	(working copy)@@ -1160,7 +1160,7 @@  * Enable deprecation warnings in following statements. Suitable for use in  * macros.  */-#if defined(CS_COMPILER_GCC)+#if defined(CS_COMPILER_GCC) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1)) # define CS_DEPRECATION_WARNINGS_DISABLE	\   _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") # define CS_DEPRECATION_WARNINGS_ENABLE	\