Files
platformio-core/platformio/commands
Simon Arlott 0587f5b964 Add __attribute__((unused)) to generated test code (#2906)
Without this, the compiler will generate unused parameter warnings in
the native version:

test/output_export.cpp: In function ‘void output_start(unsigned int)’:
test/output_export.cpp:6:32: error: unused parameter ‘baudrate’ [-Werror=unused-parameter]
 void output_start(unsigned int baudrate)
                                ^~~~~~~~
cc1plus: all warnings being treated as errors
2019-08-17 21:07:37 +03:00
..
2019-08-17 17:54:31 +03:00
2019-08-17 20:55:16 +03:00
2019-08-12 19:44:37 +03:00
2019-08-17 20:55:16 +03:00
2019-05-30 23:42:15 +03:00