Bug 2505 - Add commented use warnings where missing in the sms/ directory
[koha.git] / sms / sms_listen_windows_start.pl
index b9f706b..c0e39d5 100755 (executable)
@@ -2,6 +2,7 @@
 # script that starts the zebraqueue
 #  Written by TG on 01/08/2006
 use strict;
+#use warnings; FIXME - Bug 2505
 
 use Win32::Process;
 use Win32;