From 9a0c247a8e909e262c8b40ac05650c01307eec66 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Sep 2010 20:29:34 +0200 Subject: Update Sun C++ info --- doc/manual.xhtml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index 576e63f..e8ee426 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -3043,8 +3043,15 @@ private:

5.1.3 Sun C++

-

The Sun C++ compiler does not issue warnings about unknown pragmas. - As a result, no additional actions are required for this compiler.

+

The Sun C++ compiler does not issue warnings about unknown pragmas + unless the +w or +w2 option is specified. + To disable only the unknown pragma warning you can add the + -erroff=unknownpragma option anywhere on the + command line, for example:

+ +
+CC +w -erroff=unknownpragma ...
+  

5.1.4 IBM XL C++

-- cgit v1.1