* lang-specs.h: Pass -gnatwa if -Wall is passed.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Mar 2008 11:53:19 +0000 (11:53 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Mar 2008 11:53:19 +0000 (11:53 +0000)
commita72510a7ee7b02ef9339003c2b85b3cc57444af7
tree5d337811cdef24023738299a98b7d54406f5428b
parent1cd6241e1c05631c0c287ab5af5bfb290eb7f585
* lang-specs.h: Pass -gnatwa if -Wall is passed.
* misc.c (gnat_handle_option) <OPT_Wall>: Expand into -Wunused
and -Wuninitialized.
(gnat_post_options): Clear warn_unused_parameter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133030 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/lang-specs.h
gcc/ada/misc.c
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/uninit_func.adb [new file with mode: 0644]