Controls the issuing of warnings for possibly unintended mixing of class and struct keywords.
This pragma is compatible with the following platform targets:
#pragma warn_structclass on | off | reset
Remarks:
This pragma corresponds to the Inconsistent use of `class' and `struct' Keywords option in the C/C++ Warnings settings panel. To check whether this option is on, use __option (warn_structclass), described in "Checking Options." For more information about this warning see "Catching Mixed Use of `class' and `struct' Keywords."