Explorar o código

fixed VC issue with SQ_UNUSED_ARG

albertodemichelis %!s(int64=9) %!d(string=hai) anos
pai
achega
5e4bcebc6f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/squirrel.h

+ 1 - 1
include/squirrel.h

@@ -400,7 +400,7 @@ SQUIRREL_API void sq_setnativedebughook(HSQUIRRELVM v,SQDEBUGHOOK hook);
 #ifdef __GNUC__
 # define SQ_UNUSED_ARG(x) __attribute__((unused)) x
 #else
-# define SQ_UNUSED_ARG(x)
+# define SQ_UNUSED_ARG(x) 
 #endif
 
 #ifdef __cplusplus