소스 검색

fixed VC issue with VC

albertodemichelis 9 년 전
부모
커밋
3019ac3c2c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) x
 #endif
 
 #ifdef __cplusplus