diff -r 000000000000 -r fb279309251b core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_warning_errors.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_warning_errors.htm Fri Apr 03 23:33:03 2009 +0100 @@ -0,0 +1,26 @@ + + + + + + + access_errors + + + + +

warning_errors

+

Controls whether or not warnings are treated as errors.

+
Syntax
+

#pragma warning_errors on | off | reset

+
Targets
+ All platforms.
+
Remarks
+ If you enable this pragma, the compiler treats all warnings as though they were errors and does not translate your file until you resolve them.
+ This pragma corresponds to the Treat All Warnings As Errors setting in the C/C++ Warnings panel. To check this setting, use __option (warning_errors), described in Checking Settings. +

+ + + + +