aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-16 13:21:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-16 13:21:50 +0200
commita96ecb2108cfc2bbd92bc3b0eb87caa269a4560f (patch)
tree8cffbc8d1a1481b9717c3f591495a4fba5120a43 /doc/manual.xhtml
parent9154a2f618238f577baa94ba777a47b4d6e95bed (diff)
Add support for Visual Studio 2012
Diffstat (limited to 'doc/manual.xhtml')
-rw-r--r--doc/manual.xhtml6
1 files changed, 3 insertions, 3 deletions
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 ...
<p>To disable this warning via the compiler command line, we can add
the <code>/wd4068</code> 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.</p>
+ 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.</p>
<p>We can also disable this warning for only a specific header or
a fragment of a header using the warning control pragma. For