diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-02 13:43:10 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-02 13:43:10 +0000 |
commit | 765e59c06e96114df0947d70c6e68c089efe3c2f (patch) | |
tree | f2fdb062d193a675e3ad67289a66d5754ba72f51 /gcc/dwarf2out.c | |
parent | 8f730e4e10731e01e6e4020fa4a5da8746196f28 (diff) | |
download | gcc-765e59c06e96114df0947d70c6e68c089efe3c2f.tar.gz |
* cfgrtl.c (purge_all_dead_edges): Initialize variable.
* dwarf2out.c (is_cxx): Prototype.
* local-alloc.c (block_alloc): Avoid 'unsigned>=0 is always true'
warning.
* objc/objc-act.c (defer_fn): Avoid signed/unsigned warning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47528 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 557730dc892..7d2ea7b8347 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -3459,6 +3459,7 @@ static unsigned get_AT_unsigned PARAMS ((dw_die_ref, static inline dw_die_ref get_AT_ref PARAMS ((dw_die_ref, enum dwarf_attribute)); static int is_c_family PARAMS ((void)); +static int is_cxx PARAMS ((void)); static int is_java PARAMS ((void)); static int is_fortran PARAMS ((void)); static void remove_AT PARAMS ((dw_die_ref, |