This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Yow: Maciej.



Maciej submitted patches to remove almost all the compilation warnings
for guile-core under GCC 2.7.2.3, making him very definitely The
Man. :)

He said he got a clean compile, with no warnings, under Red Hat 4.2.
On my Red Hat Linux 5.0 system (GCC 2.7.2.3) there are still some in
readline.c and stime.c; I'll get to them tonight if nobody else posts
first.


1998-09-30  Jim Blandy  <jimb@zwingli.cygnus.com>
	
	Warning fixes from Maciej Stachowiak:
	* backtrace.h (scm_display_application, scm_backtrace): Add
	prototypes.
	* debug.c (scm_m_start_stack): Make this function static.
	* fluids.h (scm_fluid_p): Add prototype.
	* procprop.c (scm_i_procedure_arity): Make this function static.
	* regex-posix.c (scm_regexp_error_msg): Make this function static.
	* regex-posix.h (scm_init_regex_posix): Use prototype, not K&R decl.
	* root.h (scm_dynamic_root): Add external prototype.
	* scmsigs.h (scm_usleep): Add external prototype.
	* script.h (scm_init_script): Use prototype, not K&R decl.
	* stacks.h (scm_stack_id): Add external prototype.
	* symbols.h (scm_sysintern0_no_module_lookup): Add external prototype.