From 3ac81fa84a3d1866c74ccb051c0661329bff774e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 5 Apr 2016 17:10:59 +0300 Subject: Remove quotes from pragmas. --- src/enums/simpletypes/allowquit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/enums/simpletypes/allowquit.h') diff --git a/src/enums/simpletypes/allowquit.h b/src/enums/simpletypes/allowquit.h index 22663b1c4..036930cf3 100644 --- a/src/enums/simpletypes/allowquit.h +++ b/src/enums/simpletypes/allowquit.h @@ -23,11 +23,11 @@ #include "enums/simpletypes/booldefines.h" -PRAGMA6("GCC diagnostic push") -PRAGMA6("GCC diagnostic ignored \"-Wunused-const-variable\"") +PRAGMA6(GCC diagnostic push) +PRAGMA6(GCC diagnostic ignored "-Wunused-const-variable") defBoolEnum(AllowQuit); -PRAGMA6("GCC diagnostic pop") +PRAGMA6(GCC diagnostic pop) #endif // ENUMS_SIMPLETYPES_ALLOWQUIT_H -- cgit v1.2.3-60-g2f50