diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-01-03 10:59:19 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-01-03 10:59:19 +0200 |
commit | b0d31468da7f644684be897cef5b0602ca10af0f (patch) | |
tree | 1a4bc2c093a46c8d82c816965f7ad3bad3b88df0 /tests/SConstruct | |
parent | 7be7c7769f9532b2aca98e271540a565a6a321e6 (diff) |
Change PB_RETURN_ERROR() macro to avoid compiler warnings.
Update issue 140
Status: FixedInGit
Diffstat (limited to 'tests/SConstruct')
-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') |