Reputation: 41
I have warning c4100, how can i disable it?
I try it
QMAKE_CFLAGS_WARN_ON -= -wd4100 -Wno-unused-parameter
QMAKE_CXXFLAGS_WARN_ON -= -wd4100 -Wno-unused-parameter
but it solution doesnt work.
Any suggestions?
Upvotes: 1
Views: 288