* Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
From-SVN: r28372
This commit is contained in:
parent
db936a7cbd
commit
9490b7d6af
@ -1,3 +1,7 @@
|
||||
1999-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
|
||||
|
||||
1999-07-31 Bernd Schmidt <bernds@cygnus.co.uk>
|
||||
|
||||
* decl.c: Include "function.h".
|
||||
|
@ -143,7 +143,7 @@ all.indirect: Makefile ../jc1$(exeext) ../jcf-dump$(exeext) \
|
||||
INTERNAL_CFLAGS = $(CROSS) -DIN_GCC @extra_c_flags@
|
||||
|
||||
# This is the variable actually used when we compile.
|
||||
ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS)
|
||||
ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS) -W -Wall
|
||||
|
||||
# Likewise.
|
||||
ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user