svn commit: samba r13896 - in branches/SAMBA_4_0/source/script: .

jelmer at samba.org jelmer at samba.org
Mon Mar 6 20:19:02 GMT 2006


Author: jelmer
Date: 2006-03-06 20:19:00 +0000 (Mon, 06 Mar 2006)
New Revision: 13896

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13896

Log:
Get rid of 'use warnings' as it isn't very portable..

Modified:
   branches/SAMBA_4_0/source/script/cflags.pl


Changeset:
Modified: branches/SAMBA_4_0/source/script/cflags.pl
===================================================================
--- branches/SAMBA_4_0/source/script/cflags.pl	2006-03-06 20:18:18 UTC (rev 13895)
+++ branches/SAMBA_4_0/source/script/cflags.pl	2006-03-06 20:19:00 UTC (rev 13896)
@@ -5,7 +5,6 @@
 # tridge at samba.org, July 2005
 # jelmer at samba.org, March 2006
 use strict;
-use warnings;
 
 my $target = shift;
 



More information about the samba-cvs mailing list