diff options
Diffstat (limited to 'source4/script')
-rw-r--r-- | source4/script/mkproto.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/script/mkproto.pl b/source4/script/mkproto.pl index 66f2799147..dac64045ce 100644 --- a/source4/script/mkproto.pl +++ b/source4/script/mkproto.pl @@ -1,7 +1,9 @@ #!/usr/bin/perl use strict; -use warnings; + +# don't use warnings module as it is not portable enough +# use warnings; my $header_name = '_PROTO_H_'; |