Basirk

Avatar
  • Total activity 8
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 3
  • Edited

    "Empty statement" warnings for disabled macros

    I have the usual sort of DEBUG macros: #ifdef SERIAL_DEBUG#define serial_debug(...) Serial.debug(__VA_ARGS__)#else#define serial_debug(...)#endif In the code, if SERIAL_DEBUG is not defined, ...
    • 2 followers
    • 1 comment
    • 2 votes