Correct error in gawain wrapper for non-gcc compilers

This commit is contained in:
Campbell Barton 2017-08-19 20:18:23 +10:00
parent 08094e8f23
commit 4437ccf476
1 changed files with 2 additions and 2 deletions

View File

@ -186,8 +186,8 @@ success:
# define WARN_TYPE_LIMIT_POP \
_Pragma("warning(pop)") ((void)0)
#else
# define WARN_TYPE_LIMIT_DISABLE ((void)0)
# define WARN_TYPE_LIMIT_ENABLE ((void)0)
# define WARN_TYPE_LIMIT_PUSH ((void)0)
# define WARN_TYPE_LIMIT_POP ((void)0)
#endif
/* Use for both tuple and single item, TODO: GWN_COMP_I10 */