mingodad před 9 roky
rodič
revize
2172500e88
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      SquiLu/include/squirrel.h

+ 1 - 1
SquiLu/include/squirrel.h

@@ -306,7 +306,7 @@ typedef struct {
 #define SQ_RETURN_IF_ERROR(res) if(SQ_FAILED(res)) return res
 #define SQ_RETURN_IF_ERROR(res) if(SQ_FAILED(res)) return res
 
 
 #ifdef __GNUC__
 #ifdef __GNUC__
-# define SQ_UNUSED_ARG(x) __attribute__((unused)) x
+# define SQ_UNUSED_ARG(x) x __attribute__((unused))
 #else
 #else
 # define SQ_UNUSED_ARG(x) x
 # define SQ_UNUSED_ARG(x) x
 #endif
 #endif