1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1998-10-04 11:46:51 +00:00
parent d627bf71ec
commit 859bb43171

View file

@ -59,7 +59,7 @@ make-stds.texi.
- The Guile tree should compile without warnings under the following
GCC switches, which are the default in the current configure script:
-Wall -Wpointer-arith -Wmissing-prototypes
-O2 -Wall -Wpointer-arith -Wmissing-prototypes
The only exceptions are the warnings about variables being clobbered
by longjmp/vfork in eval.c. (Tho' if you can figure out how to get
rid of those, too, I'd be happy.)