|
@@ -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
|