فهرست منبع

fix compilation warning of pmh_parser on Windows

Le Tan 7 سال پیش
والد
کامیت
e47900f7ec
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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.