flush
[m6w6/ext-psi] / src / types / decl.c
index eda230398533c9d251cdcadf0aebfc9698bb9db6..ef6bd6dc0b9674b515359e16037ddb26a00f2347 100644 (file)
 # include "php_config.h"
 #endif
 
+#if __GNUC__ >= 5
+# pragma GCC diagnostic ignored "-Wdiscarded-qualifiers"
+#endif
 #include "php_psi_macros.h"
 #include "php_psi_redirs.h"
+#if __GNUC__ >= 5
+# pragma GCC diagnostic pop
+#endif
 
 #include <stdlib.h>
 #include <stdio.h>