eliminate build warning on Windows

This commit is contained in:
Le Tan 2017-03-31 21:05:09 +08:00
parent c48fbe16da
commit db17c61423

View File

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