aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-11 10:17:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-11 10:17:05 +0200
commitb0e5f96a1eb7b77393c6f46426293374f42b3fe9 (patch)
treeb0b7f3848dfacb2610dc5c88b395e798606db3b0 /doc
parent159d85f4516dd7b4445c6440e2eb7ba61017013d (diff)
Add section on HP aC++
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xhtml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 2f12986..1bd001b 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -333,6 +333,7 @@ for consistency.
<tr><th>5.1.2</th><td><a href="#5.1.2">Visual C++</a></td></tr>
<tr><th>5.1.3</th><td><a href="#5.1.3">Sun C++</a></td></tr>
<tr><th>5.1.4</th><td><a href="#5.1.4">IBM XL C++</a></td></tr>
+ <tr><th>5.1.5</th><td><a href="#5.1.5">HP aC++</a></td></tr>
</table>
</td>
</tr>
@@ -3423,6 +3424,15 @@ CC +w -erroff=unknownpragma ...
xlC -qsuppress=1540-1401 ...
</pre>
+ <h3><a name="5.1.5">5.1.5 HP aC++</a></h3>
+
+ <p>HP aC++ (aCC) issues an unknown pragma warning (2161) by default.
+ To disable this warning you can add the <code>+W2161</code>
+ command line option, for example:</p>
+
+ <pre class="terminal">
+aCC +W2161 ...
+ </pre>
<h2><a name="5.2">5.2 Object Type Pragmas</a></h2>