Fix diagnostics pop error
This commit is contained in:
parent
4a3d4dbfe0
commit
e1f8c16702
@ -1551,6 +1551,7 @@ class ParseResult
|
|||||||
|
|
||||||
// GCC complains about m_iter not being initialised in the member
|
// GCC complains about m_iter not being initialised in the member
|
||||||
// initializer list
|
// initializer list
|
||||||
|
CXXOPTS_DIAGNOSTIC_PUSH
|
||||||
CXXOPTS_IGNORE_WARNING("-Weffc++")
|
CXXOPTS_IGNORE_WARNING("-Weffc++")
|
||||||
Iterator(const ParseResult *pr, bool end=false)
|
Iterator(const ParseResult *pr, bool end=false)
|
||||||
: m_pr(pr)
|
: m_pr(pr)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user