Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
authorLaurent Guerby <guerby@acm.org>
Sat, 17 Nov 2001 11:35:08 +0000 (11:35 +0000)
committerLaurent Guerby <guerby@gcc.gnu.org>
Sat, 17 Nov 2001 11:35:08 +0000 (11:35 +0000)
commitb0df4321ea7db2dbe0194cec032926c5cf31c11d
tree39e493e87df2945a110142da9ac42207c0aaa146
parentb605ed61ea5d9003fdee72c0dc8e86b80ee15c43
Make-lang.in (GNATLIBFLAGS): Add -W -Wall.

2001-11-17  Laurent Guerby  <guerby@acm.org>

* Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
* gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
* io-aux.c: Provide K&R prototypes to all functions, reformat code.
* lang-spec.h: Add missing struct field to silence warnings.
* sysdep.c (rts_get_*): Provide K&R prototype.
* sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
* traceback.c (Unlock_Task, Lock_Task): Likewise.
* tracebak.c (__gnat_backtrace): Remove unused variable.
* utils.c (end_subprog_body): Move to K&R style.

From-SVN: r47117
gcc/ada/ChangeLog
gcc/ada/Make-lang.in
gcc/ada/gigi.h
gcc/ada/io-aux.c
gcc/ada/lang-specs.h
gcc/ada/sysdep.c
gcc/ada/tracebak.c
gcc/ada/utils.c