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:
parent
38b9c0c3aa
commit
94ff097743
1 changed files with 1 additions and 1 deletions
2
HACKING
2
HACKING
|
@ -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 -Wstrict-prototypes -Wmissing-prototypes
|
||||
-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.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue