I'm running a big unit test based on QTest and during the test process, it's stopping with error:
QSYSTEM: ClassXyzTest::xyzTest() Maximum amount of warnings exceeded. Use -maxwarnings to override.
I've got some debugs in the code to have more information about operation progress etc., but I don't see warnings during compilation.
I tried set in Project -> Command line arguments argument -maxwarnings 0
without success. 0 value should be unlimited - More details