platformio / platform-atmelavr

Atmel AVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelavr
Apache License 2.0
139 stars 105 forks source link

Always recieve ISO C99 warning at build #29

Closed SRGDamia1 closed 7 years ago

SRGDamia1 commented 7 years ago

Operating system: Windows 7 or TravisCI

PlatformIO Version (platformio --version): 3.2.1

Every time I compile code, I receive this error: :0:17: warning: ISO C99 requires whitespace after the macro name

The GCC linter in the IDE also displays this warning for every project.

The build continues successfully, but the warning is always there.

I also see the error in builds run by TravisCI. For example: https://travis-ci.org/EnviroDIY/EnviroDIY_Mayfly_Logger/jobs/198466734