浏览代码

eliminate build warning on Windows

Le Tan 8 年之前
父节点
当前提交
db17c61423
共有 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.