diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/SConstruct | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/SConstruct b/tests/SConstruct index 9092d4f8..9c222daa 100644 --- a/tests/SConstruct +++ b/tests/SConstruct @@ -121,9 +121,6 @@ elif 'cl' in env['CC']: # More strict checks on the nanopb core env.Append(CORECFLAGS = '/W4') - - # PB_RETURN_ERROR triggers C4127 because of while(0) - env.Append(CFLAGS = '/wd4127') elif 'tcc' in env['CC']: # Tiny C Compiler env.Append(CFLAGS = '-Wall -Werror -g') |