Basirk

Avatar
  • 活动总数 8
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 2
  • 订阅数 3
  • 已编辑于

    "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 个关注者
    • 1 条评论
    • 2 票