r13896: Get rid of 'use warnings' as it isn't very portable..
authorJelmer Vernooij <jelmer@samba.org>
Mon, 6 Mar 2006 20:19:00 +0000 (20:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:52:20 +0000 (13:52 -0500)
(This used to be commit fd6135aa85d056a9018840edd2e5c1ae36e9951b)

source4/script/cflags.pl

index 6dfaa83c0bc21c4487d67de350c47930c7c0f4a9..476960db5db84a396a7cd86647b0a97fe86cc913 100755 (executable)
@@ -5,7 +5,6 @@
 # tridge@samba.org, July 2005
 # jelmer@samba.org, March 2006
 use strict;
-use warnings;
 
 my $target = shift;