Other Parts Discussed in Thread: ENERGIA
Tool/software: TI C/C++ Compiler
Trying to understand why this is printed in the terminal when compiling and downloading, I've heard it has something to do possibly with the name of the board including a hyphen instead of an underscore. How can I change it.
I'm using Energia.
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
/Users/johnathankeck/Library/Energia15/packages/energia/hardware/tivac/1.0.2/cores/tivac/Stream.cpp: In member function 'bool Stream::find(char*)':
/Users/johnathankeck/Library/Energia15/packages/energia/hardware/tivac/1.0.2/cores/tivac/Stream.cpp:78:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
return findUntil(target, "");
^
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]