[omniORB] -Wbold switch nonfunctional?
Duncan Grisby
dgrisby@uk.research.att.com
Wed, 20 Feb 2002 13:41:00 +0000
On Wednesday 13 February, Empting Arnd wrote:
> i tried the -Wbold switch on an easy idl and it gave the same output with
> the -Wbold switch and without.
> In both cases an _out type was created.
The -Wbold switch was broken because of an extremely silly error. I
can only assume that the option has never worked. It's fixed now in
CVS. Since the fix is only one line, here's a patch:
Cheers,
Duncan.
Index: src/lib/omniORB2/omniidl_be/cxx/__init__.py
===================================================================
RCS file: /project/omni/cvsroot/omni/src/lib/omniORB2/omniidl_be/cxx/__init__.py,v
retrieving revision 1.18.2.12
diff -u -r1.18.2.12 __init__.py
--- src/lib/omniORB2/omniidl_be/cxx/__init__.py 2001/04/25 17:07:21 1.18.2.12
+++ src/lib/omniORB2/omniidl_be/cxx/__init__.py 2002/02/20 13:32:52
@@ -193,7 +193,7 @@
elif arg == "BOA":
config.state['BOA Skeletons'] = 1
elif arg == "old":
- config.state['Old Signatures'] = 0
+ config.state['Old Signatures'] = 1
elif arg == "old_prefix":
config.state['Reserved Prefix'] = "_"
elif arg == "keep_inc_path":
--
-- Duncan Grisby \ Research Engineer --
-- AT&T Laboratories Cambridge --
-- http://www.uk.research.att.com/~dpg1 --