https://bugs.documentfoundation.org/show_bug.cgi?id=139734
--- Comment #29 from Mike Kaganski <[email protected]> --- (In reply to comment #28) "This easy hack is about finding all the places where the method is used, and removing the direct assert on its return value if present." The idea is: remove all of them, be it 'assert' from <cassert>, or CPPUNIT_ASSERT, or CPPUNIT_ASSERT_MESSAGE, or even plain 'if (!foo)' or 'if (foo)'. One should understand, that if the situation that '!foo' is impossible, it's equally useless to use any kind of checks that test it. -- You are receiving this mail because: You are the assignee for the bug.
