--- ../avarice-2.11.org/avarice-2.11/src/pragma.h 2011-08-30 15:40:32.000000000 +0200 +++ ../avarice-2.11/src/pragma.h 2020-08-03 13:49:38.103479482 +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")