diff options
author | Tim Prouty <tprouty@samba.org> | 2009-01-17 14:40:12 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-01-17 19:37:52 -0800 |
commit | 142b2a61f8a77b3065ce4c78b459ab714d6d190a (patch) | |
tree | 6215d9521f1d4fb97a0b88b2e3561811a8420d50 /pidl/lib/Parse/Pidl/NDR.pm | |
parent | 6d300399b52e0921ce205ef2f053b722b21edeeb (diff) | |
download | samba-142b2a61f8a77b3065ce4c78b459ab714d6d190a.tar.gz samba-142b2a61f8a77b3065ce4c78b459ab714d6d190a.tar.bz2 samba-142b2a61f8a77b3065ce4c78b459ab714d6d190a.zip |
pidl: Remove "max" and make "range" smarter about unsigned types
This eliminates a warning in pidl generated code, while preserving
cross-platform idl compatibility.
Diffstat (limited to 'pidl/lib/Parse/Pidl/NDR.pm')
-rw-r--r-- | pidl/lib/Parse/Pidl/NDR.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/NDR.pm b/pidl/lib/Parse/Pidl/NDR.pm index 89632437c1..5ee26d16b6 100644 --- a/pidl/lib/Parse/Pidl/NDR.pm +++ b/pidl/lib/Parse/Pidl/NDR.pm @@ -921,7 +921,6 @@ my %property_list = ( # array "range" => ["ELEMENT"], - "max" => ["ELEMENT"], "size_is" => ["ELEMENT"], "string" => ["ELEMENT"], "noheader" => ["ELEMENT"], |