Allow use of log_x() in if (#5844)
if (1) log_e("error") produces a warning ("missing braces") and probably wrong code if no log level is defined. This fixes that.
Showing
Please register or sign in to comment
if (1) log_e("error") produces a warning ("missing braces") and probably wrong code if no log level is defined. This fixes that.