From db17c61423b4060b2e98bc1a80c6f98eeb1e795c Mon Sep 17 00:00:00 2001 From: Le Tan Date: Fri, 31 Mar 2017 21:05:09 +0800 Subject: [PATCH] eliminate build warning on Windows --- peg-highlight/pmh_parser.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/peg-highlight/pmh_parser.h b/peg-highlight/pmh_parser.h index d57a1732..78086cab 100644 --- a/peg-highlight/pmh_parser.h +++ b/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.