diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-07-21 15:04:08 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-07-21 15:04:08 +0000 |
commit | 240b8bbd5edecb07f4eb42f669becffcf2c5c2b9 (patch) | |
tree | 78427f7b6017a140b15600f2ab6af543081c11fb /TAO/docs | |
parent | 23f5886c2b894e160308323f4edde48f8722a681 (diff) | |
download | ATCD-240b8bbd5edecb07f4eb42f669becffcf2c5c2b9.tar.gz |
ChangeLogTag: Wed Jul 21 15:02:16 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/compiler.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html index 989840a928f..421cf37edd2 100644 --- a/TAO/docs/compiler.html +++ b/TAO/docs/compiler.html @@ -755,6 +755,16 @@ also receives other options that are specific to it.<p> <td> </td> </tr> + <tr><a name="aw"> + <td><tt>-aw</tt></td> + + <td>Output a warning if an anonymous type is seen. Anonymous types are + deprecated by the OMG spec (default is output of error message).</td> + + <td>This option has been added as a nicety for dealing with legacy + IDL files, written before anonymous types were deprecated.</td> + </tr> + <tr><a name="GC flag"> <td><tt>-GC </tt></td> |