Is there a gcc equivalent of VC++ warning C4018: signed/unsigned mismatch? We have an automated build on windows which runs with /WX and I’d like to be able to catch those warnings when building on Linux as well.
Is there a gcc equivalent of VC++ warning C4018: signed/unsigned mismatch? We have an
Share
-Wsign-compare