1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* HACKING: Remove -Wstrict-prototypes from the list of requested

flags (to match 1998-07-30 change).
This commit is contained in:
Jim Blandy 1998-09-05 16:47:54 +00:00
parent 38b9c0c3aa
commit 94ff097743

View file

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