From 2e510564843a9114123942fd785a58ddbda7722f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 30 Mar 2000 23:07:32 +0200 Subject: [PATCH] Warnings are now disabled by default again. Rev: lib/master.pike.in:1.111 Rev: man/pike.1:1.10 --- lib/master.pike.in | 4 ++-- man/pike.1 | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/master.pike.in b/lib/master.pike.in index 8f09c29ddb..ae2185f463 100644 --- a/lib/master.pike.in +++ b/lib/master.pike.in @@ -1,6 +1,6 @@ /* -*- Pike -*- * - * $Id: master.pike.in,v 1.110 2000/03/30 19:04:50 grubba Exp $ + * $Id: master.pike.in,v 1.111 2000/03/30 21:06:53 grubba Exp $ * * Master-file for Pike. * @@ -78,7 +78,7 @@ object low_cast_to_object(string oname, string current_file); array(string) pike_include_path=({}); array(string) pike_module_path=({}); array(string) pike_program_path=({}); -int want_warnings = 1; +int want_warnings = 0; #ifdef PIKE_AUTORELOAD diff --git a/man/pike.1 b/man/pike.1 index 080d7f4de3..dfe509e44a 100644 --- a/man/pike.1 +++ b/man/pike.1 @@ -1,11 +1,11 @@ -.\" $Id: pike.1,v 1.9 2000/03/30 19:07:03 grubba Exp $ +.\" $Id: pike.1,v 1.10 2000/03/30 21:07:32 grubba Exp $ .\" name section last-modified title section-name product/status architecture .ds ]L Pike -.TH pike 1 "$Date: 2000/03/30 19:07:03 $" Pike "Pike Manual" Pike -.\" On Solaris ]L will contain "Last modified $Date: 2000/03/30 19:07:03 $" +.TH pike 1 "$Date: 2000/03/30 21:07:32 $" Pike "Pike Manual" Pike +.\" On Solaris ]L will contain "Last modified $Date: 2000/03/30 21:07:32 $" .\" while HPUX uses ]L to contain "Pike". .\" On OSF/1 ]L will already contain the wanted string. -.if !\*(]LPike .ds ]L $Date: 2000/03/30 19:07:03 $ \" Solaris nroff +.if !\*(]LPike .ds ]L $Date: 2000/03/30 21:07:32 $ \" Solaris nroff .SH NAME pike \- pike compiler and interpreter .SH SYNOPSIS @@ -137,7 +137,7 @@ to the program path. Print version of Pike and exit. .TP .B \-w, \-\-warnings -Enable warnings (default). +Enable warnings. .TP .B \-W, \-\-woff, \-\-no\-warnings Disable warnings. -- GitLab