preproc testcase warning suppression for bad macro test

This commit is contained in:
William S Fulton 2017-10-10 18:15:58 +01:00
commit d72aca991f

View file

@ -16,6 +16,9 @@
//Suppress: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
#pragma clang diagnostic ignored "-Wconstant-logical-operand"
#endif
#if defined(_MSC_VER)
#pragma warning(disable: 4003) // not enough actual parameters for macro 'FOO2'
#endif
%}
/* check __cplusplus case */