Where did "ingnore all warnings " option went ?
-
OK , I do not have to specify "-j" option for multi-core CPU , it is "automatic".
However, I cannot figure out how / where to option "ignore all warnings " .Any hint would be appreciated.
Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160406 (Red Hat 5.3.1-6)) on "xcb"
OS: Ubuntu 20.10 [linux version 5.8.0-44-generic] -
@AnneRanch
You need to be more specific about your question.
Warnings are issued by the compiler. Therefore you would need to look for a compiler option. Typically you may ignore certain warnings which you can selectively ignore by the compiler.
Qt creator offers a filter for ignoring warning for display in the issues pane. The filter can be used by pressing on the yellow triangle with a quotation mark above pane.