aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
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