Skip to content
Snippets Groups Projects
Commit 27fb7bd4 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Oops, disable warning sby default again.

Rev: lib/master.pike.in:1.114
parent 86926b73
No related branches found
No related tags found
No related merge requests found
/* -*- Pike -*- /* -*- Pike -*-
* *
* $Id: master.pike.in,v 1.113 2000/04/10 16:09:32 grubba Exp $ * $Id: master.pike.in,v 1.114 2000/04/10 21:20:08 grubba Exp $
* *
* Master-file for Pike. * Master-file for Pike.
* *
...@@ -78,7 +78,7 @@ object low_cast_to_object(string oname, string current_file); ...@@ -78,7 +78,7 @@ object low_cast_to_object(string oname, string current_file);
array(string) pike_include_path=({}); array(string) pike_include_path=({});
array(string) pike_module_path=({}); array(string) pike_module_path=({});
array(string) pike_program_path=({}); array(string) pike_program_path=({});
int want_warnings = 1; int want_warnings = 0;
#ifdef PIKE_AUTORELOAD #ifdef PIKE_AUTORELOAD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment