When compiling if a macro for DEBUG is set, the system fails to build with:
:0:7: error: expected identifier before numeric constant
C:\Users\blfarrel\git\CORERobotLib\3rdparty\seasocks\src\main\c/seasocks/Logger.h:40:9: note: in expansion of macro 'DEBUG'
DEBUG, // NB DEBUG is usually opted-out of at compile-time.
^~~~~
:0:7: error: expected '}' before numeric constant
When compiling if a macro for DEBUG is set, the system fails to build with: