fix compilation warning of pmh_parser on Windows

This commit is contained in:
Le Tan 2018-05-07 17:16:31 +08:00
parent cfaddebe62
commit e47900f7ec

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.