소스 검색

Restrict unsafe constructs and enable all warnings

cypherpunks 7 년 전
부모
커밋
44db6461b5
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      scripts/maint/checkSpace.pl

+ 4 - 1
scripts/maint/checkSpace.pl

@@ -1,4 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
+
+use strict;
+use warnings;
 
 my $C = 0;