SyTen

◆ SYTEN_WARN_MSG

#define SYTEN_WARN_MSG (   x,
  ... 
)    if (!(x)) { issue_warning(#x, __FILE__, SYTEN_STRINGIFY(__LINE__), __VA_ARGS__); }

Prints a warning if the first argument evaluates to false and prints all other arguments using logGW().