--- ../avarice-2.12.org/avarice-2.12/src/pragma.h 2011-12-12 13:42:23.000000000 +0100 +++ ../avarice-2.12/src/pragma.h 2020-08-03 14:08:52.311450210 +0200 @@ -28,9 +28,9 @@ */ #if defined(__GNUC__) # if __GNUC__ > 4 -# define PRAGMA_DIAG_PUSH _Pragma(GCC diagnostic push) -# define PRAGMA_DIAG_POP _Pragma(GCC diagnostic pop) -# define PRAGMA_DIAG_IGNORED(x) _Pragma(GCC diagnostic ignored x) +# define PRAGMA_DIAG_PUSH _Pragma("GCC diagnostic push") +# define PRAGMA_DIAG_POP _Pragma("GCC diagnostic pop") +# define PRAGMA_DIAG_IGNORED(x) _Pragma("GCC diagnostic ignored x") # elif __GNUC__ == 4 # if __GNUC_MINOR__ >= 6 # define PRAGMA_DIAG_PUSH _Pragma("GCC diagnostic push")