whewn I compile a legacy project and ran into this warning:
Warning D9035 option 'Gm' has been deprecated and will be removed in a future release LargeNumber
- Command line warning D9035: option 'Gm' has been deprecated and will be removed in a future release
Try selecting
I had the same problem using Visual Studio 2019, in the end the problem was in a second project I had in the same solution, that had the option set to Yes (/Gm).
No comments:
Post a Comment