+w Print warnings about additional questionable constructs
-xport64 Enable extra checking for code ported from 32-bit to 64-bit platforms
The warnings are extremely useful in cleaning up C++ code with regards to 64-bit portability.
Another useful option is :
+w2 Emit warnings for code with additional portability problems
See "CC -flags" for full options and usage.