diff -r 4891d49809bb -r 2b3996fc09a1 core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_warn_structclass.htm --- a/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_warn_structclass.htm Mon Jul 19 15:31:48 2010 -0500 +++ b/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_warn_structclass.htm Mon Jul 19 16:13:24 2010 -0500 @@ -1,26 +1,26 @@ - - - - - - - warn_structclass - - - - -

warn_structclass

-

Controls the issuing of warnings for the inconsistent use of the class and struct keywords.

-
Syntax
-

#pragma warn_structclass on | off | reset

-
Targets
- All platforms.
-
Remarks
-

If you enable this pragma, the compiler issues a warning if you use the class and struct keywords in the definition and declaration of the same identifier. For more information about this warning, see Mixed Use of ‘class’ and ‘struct’ Keywords.

-

This pragma corresponds to the Inconsistent ‘class’ / ‘struct’ Usage setting . To check this setting, use __option (warn_structclass), described in Checking Settings. The default setting is off.

-

- - - - - + + + + + + + warn_structclass + + + + +

warn_structclass

+

Controls the issuing of warnings for the inconsistent use of the class and struct keywords.

+
Syntax
+

#pragma warn_structclass on | off | reset

+
Targets
+ All platforms.
+
Remarks
+

If you enable this pragma, the compiler issues a warning if you use the class and struct keywords in the definition and declaration of the same identifier. For more information about this warning, see Mixed Use of ‘class’ and ‘struct’ Keywords.

+

This pragma corresponds to the Inconsistent ‘class’ / ‘struct’ Usage setting . To check this setting, use __option (warn_structclass), described in Checking Settings. The default setting is off.

+

+ + + + +