[omniORB] FutureWarning issued by omniidl

Bastian Blank waldi at debian.org
Tue Aug 12 18:44:20 BST 2003


hi folks

using omniidl from omniorb 4.0.2 with python 2.3 issue the following
warning:
| /usr/lib/python2.3/site-packages/omniidl_be/cxx/descriptor.py:144: FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up
|   sign_bit = x & 0x80000000
| /usr/lib/python2.3/site-packages/omniidl_be/cxx/descriptor.py:160: FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up
|   tmp  = rshift((high & 0xfe000000), 25)
| /usr/lib/python2.3/site-packages/omniidl_be/cxx/descriptor.py:161: FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up
|   high = (lshift(high, 7)) ^ (rshift((low & 0xfe000000), 25))

bastian

-- 
Another dream that failed.  There's nothing sadder.
		-- Kirk, "This side of Paradise", stardate 3417.3



More information about the omniORB-list mailing list