Fix my stupidity (WARNING and ERROR pragmas now work as intended)
This commit is contained in:
parent
f7c1061f9e
commit
374c825f9f
|
@ -5,5 +5,5 @@
|
|||
|
||||
#define MESSAGE(x) PRAGMA(message(x))
|
||||
#define TODO(x) PRAGMA(message("TODO: " x))
|
||||
#define WARNING(x) PRAGMA(GCC warning(x))
|
||||
#define ERROR(x) PRAGMA(GCC error(x))
|
||||
#define WARNING(x) PRAGMA(GCC warning x)
|
||||
#define ERROR(x) PRAGMA(GCC error x)
|
||||
|
|
Loading…
Reference in a new issue