B
Bern McCarty
We have a large source base that we normally compile with /WX (treat all
warnings as errors) and /W3. I would like to add the /Wp64 switch to this
mix so that developers see the /Wp64 warnings but I don't want them to be
treated as errors. Treating them as errors would be impossible at this
point since there will be tons of them. At this point my aim is to build
awareness and at least get developers that are writing a lot of new code to
write it so that it is 64-bit clean.
Is there an easy way to do what I want to do?
-Bern
warnings as errors) and /W3. I would like to add the /Wp64 switch to this
mix so that developers see the /Wp64 warnings but I don't want them to be
treated as errors. Treating them as errors would be impossible at this
point since there will be tons of them. At this point my aim is to build
awareness and at least get developers that are writing a lot of new code to
write it so that it is 64-bit clean.
Is there an easy way to do what I want to do?
-Bern