From a96ecb2108cfc2bbd92bc3b0eb87caa269a4560f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 16 Sep 2012 13:21:50 +0200 Subject: Add support for Visual Studio 2012 --- doc/manual.xhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index 0b6155c..5286d9d 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -13150,9 +13150,9 @@ g++ -Wall -Wno-unknown-pragmas ...

To disable this warning via the compiler command line, we can add the /wd4068 C++ compiler option in Visual Studio 2008 - and earlier. In Visual Studio 2010 there is now a special GUI field - where we can enter warning numbers that should be disabled. Simply - enter 4068 into this field.

+ and earlier. In Visual Studio 2010 and later there is now a special + GUI field where we can enter warning numbers that should be disabled. + Simply enter 4068 into this field.

We can also disable this warning for only a specific header or a fragment of a header using the warning control pragma. For -- cgit v1.1