Explorar el Código

eliminate build warning on Windows

Le Tan hace 8 años
padre
commit
db17c61423
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      peg-highlight/pmh_parser.h

+ 2 - 0
peg-highlight/pmh_parser.h

@@ -5,7 +5,9 @@
  * pmh_parser.h
  */
 
+#ifdef Q_CC_GNU
 #pragma GCC diagnostic ignored "-Wunused-parameter"
+#endif
 
 /** \file
 * \brief Parser public interface.