Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let it work on old perl
[simgrid.git] / examples / gras_stub_generator
index ff8a6b6..d908888 100755 (executable)
@@ -9,8 +9,9 @@
 # under the terms of the license (GNU LGPL) which comes with this package.
   
 use strict;
-use warnings;
-
+eval qq{
+  use warnings;
+}; # warnings not defined in 5.00503/sun4-solaris
 
 sub usage {
     my ($msg)=@_;