I want to disable a particular warning, such as C++ warning C4018: '<' : signed/unsigned mismatch
, but project-wide. What do I need to put in my .pro file to achieve that effect?
Add the following line to your PRO file:
QMAKE_CXXFLAGS += /wd4996
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With