mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 06:19:52 +08:00
eliminate build warning on Windows
This commit is contained in:
parent
c48fbe16da
commit
db17c61423
@ -5,7 +5,9 @@
|
|||||||
* pmh_parser.h
|
* pmh_parser.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef Q_CC_GNU
|
||||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||||
|
#endif
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
* \brief Parser public interface.
|
* \brief Parser public interface.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user