diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-14 14:42:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:15 -0500 |
commit | 627fc227916b041de8e1050cab0431467be44b20 (patch) | |
tree | aa307675de7c0380b1e688737dd5c38e77199f6b /source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm | |
parent | a7fa0d7063dd8abe5d9cdb3721fe0733983f5310 (diff) | |
download | samba-627fc227916b041de8e1050cab0431467be44b20.tar.gz samba-627fc227916b041de8e1050cab0431467be44b20.tar.bz2 samba-627fc227916b041de8e1050cab0431467be44b20.zip |
r21340: Fix warning undef
(This used to be commit 2669f2c8ad09505b37f64104eefce6f0b10e9ab5)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm b/source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm index 646f5fdabc..6bde87c47b 100644 --- a/source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm +++ b/source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm @@ -17,7 +17,7 @@ Parse::Pidl::Wireshark::NDR - Parser generator for Wireshark package Parse::Pidl::Wireshark::NDR; use strict; -use Parse::Pidl qw(error); +use Parse::Pidl qw(error warning); use Parse::Pidl::Typelist qw(getType); use Parse::Pidl::Util qw(has_property property_matches make_str); use Parse::Pidl::NDR qw(ContainsString GetNextLevel); |