aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-12-22 12:18:17 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-12-22 12:18:17 +0000
commite833cb112cb8b9024230acf78a286b687bd6e75e (patch)
tree21e618652a0cc0bdd053c11f957cdc45e47b5668 /gcc/cp/cvt.c
parent193306f7fd78865e114ff26f24a9df7b143e95d3 (diff)
downloadgcc-e833cb112cb8b9024230acf78a286b687bd6e75e.zip
gcc-e833cb112cb8b9024230acf78a286b687bd6e75e.tar.gz
gcc-e833cb112cb8b9024230acf78a286b687bd6e75e.tar.bz2
Warning fixes:
* Makefile.in (cvt.o): Depend on toplev.h. * cp-tree.h (check_template_shadow, pod_type_p): Add prototypes. * cvt.c: Include toplev.h. * except.c (get_eh_caught, get_eh_handlers): Hide prototypes and definitions. * init.c (expand_vec_init): Initialize variable `itype'. * lex.c (yyerror): Cast the argument passed to a ctype function to an unsigned char. * method.c (build_mangled_C9x_name): Wrap prototype and definition in "HOST_BITS_PER_WIDE_INT >= 64". * typeck.c (build_binary_op): Mark parameter `convert_p' with ATTRIBUTE_UNUSED. From-SVN: r24395
Diffstat (limited to 'gcc/cp/cvt.c')
-rw-r--r--gcc/cp/cvt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c
index b643ddc..d112096 100644
--- a/gcc/cp/cvt.c
+++ b/gcc/cp/cvt.c
@@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */
#include "flags.h"
#include "cp-tree.h"
#include "convert.h"
+#include "toplev.h"
extern tree static_aggregates;