I am getting Visual Studio compiler warnings from third-party includes and my coworker is not. The following are true:
- We have checked out the exact same code, .vcproj files, and .sln files, with no local modifications.
- We are including the exact same third-party files.
- We are using the exact same version of Visual Studio.
- We have both deleted all temporary (.user, .suo) files.
Can anybody offer an explanation for how this could be happening?
Or, if anyone can give me advice on how to directly eliminate the warnings, that'd be just as good. I've tried the obvious "Disable Specific Warnings" option in Properties > Configuration Properties > C/C++ > Advanced, and I've tried #pragma, to no avail.