diff options
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/qa/test_unotype.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/qa/test_unotype.cxx b/cppu/qa/test_unotype.cxx index 391e9b352962..32f6db263c6e 100644 --- a/cppu/qa/test_unotype.cxx +++ b/cppu/qa/test_unotype.cxx @@ -94,7 +94,7 @@ public: void Test::testUnoType() { // Avoid warnings about unused ~DerivedInterface1/2 (see above): - if (false) { + if ((false)) { DerivedInterface1::dummy(nullptr); DerivedInterface2::dummy(nullptr); } |