sst1init.h: remove a weirdness from INIT_PRINTF definition for windows
gcc (mingw) emitted lots of 'left-hand operand of comma expression has no effect' warnings for it..
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
#ifdef FXTRACE
|
||||
#define INIT_PRINTF DDPRINTF
|
||||
#else
|
||||
#define INIT_PRINTF 1 ? (void) 0 : (void)
|
||||
#define INIT_PRINTF(a) (void)0
|
||||
#endif
|
||||
#define INIT_INFO(A)
|
||||
/* #define GETENV(A) ddgetenv(A) */
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
#ifdef FXTRACE
|
||||
#define INIT_PRINTF DDPRINTF
|
||||
#else
|
||||
#define INIT_PRINTF 1 ? (void) 0 : (void)
|
||||
#define INIT_PRINTF(a) (void)0
|
||||
#endif
|
||||
#define INIT_INFO(A)
|
||||
#define GETENV(A) ddgetenv(A)
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
#ifdef FXTRACE
|
||||
#define INIT_PRINTF DDPRINTF
|
||||
#else
|
||||
#define INIT_PRINTF 1 ? (void) 0 : (void)
|
||||
#define INIT_PRINTF(a) (void)0
|
||||
#endif
|
||||
#define INIT_INFO(A)
|
||||
/* #define GETENV(A) ddgetenv(A) */
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
#ifdef FXTRACE
|
||||
#define INIT_PRINTF DDPRINTF
|
||||
#else
|
||||
#define INIT_PRINTF 1 ? (void) 0 : (void)
|
||||
#define INIT_PRINTF(a) (void)0
|
||||
#endif
|
||||
#define INIT_INFO(A)
|
||||
#define GETENV(A) ddgetenv(A)
|
||||
|
||||
Reference in New Issue
Block a user