diff --git a/cfg/wxwidgets.cfg b/cfg/wxwidgets.cfg index bfa5b0906..244905e76 100644 --- a/cfg/wxwidgets.cfg +++ b/cfg/wxwidgets.cfg @@ -10251,7 +10251,7 @@ - + false @@ -12371,6 +12371,44 @@ + + + false + + + + + + + + + + + + + false + + + + + + + + false + + + + + + + + + false + + + + + false diff --git a/test/teststl.cpp b/test/teststl.cpp index fc35bf46f..a4aa04969 100644 --- a/test/teststl.cpp +++ b/test/teststl.cpp @@ -1073,8 +1073,7 @@ private: ASSERT_EQUALS("", errout.str()); } - void iterator24() - { + void iterator24() { // #9556 check("void f(int a, int b) {\n" " if (&a == &b) {}\n"