summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-06 20:19:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:20 -0500
commit148403594be03ab0ca8e396ef22cd01ef19921d5 (patch)
tree2f8736636480ce68be7c8efd961eaa68174a3519 /source4/script
parentedd5b847bcd5a75770ea9de7ac1c419de8bc76ba (diff)
downloadsamba-148403594be03ab0ca8e396ef22cd01ef19921d5.tar.gz
samba-148403594be03ab0ca8e396ef22cd01ef19921d5.tar.bz2
samba-148403594be03ab0ca8e396ef22cd01ef19921d5.zip
r13896: Get rid of 'use warnings' as it isn't very portable..
(This used to be commit fd6135aa85d056a9018840edd2e5c1ae36e9951b)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/cflags.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/script/cflags.pl b/source4/script/cflags.pl
index 6dfaa83c0b..476960db5d 100755
--- a/source4/script/cflags.pl
+++ b/source4/script/cflags.pl
@@ -5,7 +5,6 @@
# tridge@samba.org, July 2005
# jelmer@samba.org, March 2006
use strict;
-use warnings;
my $target = shift;