about summary refs log tree commit homepage
path: root/public-inbox.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'public-inbox.cgi')
-rwxr-xr-xpublic-inbox.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/public-inbox.cgi b/public-inbox.cgi
index 557d4923..b63223f5 100755
--- a/public-inbox.cgi
+++ b/public-inbox.cgi
@@ -21,6 +21,7 @@ BEGIN {
         # TODO: detect and reload config as needed
         if ($ENV{MOD_PERL}) {
                 require CGI;
+                no warnings;
                 $CGI::NOSTICKY = 1;
                 CGI->compile;
         }