From e016950d0c095ffdb36c918c7965148e344ca617 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 22 Jun 1998 05:32:38 +0000 Subject: Warning fixes: * reload1.c (reload_cse_regs): Cast first arg of `bzero' to char *. * sdbout.c: Include output.h and toplev.h. (PUT_SDB_INT_VAL): Use HOST_WIDE_INT_PRINT_DEV to print argument `a'. Cast `a' to HOST_WIDE_INT to force it to always be so. (PUT_SDB_SIZE): Likewise. * sdbout.h (sdbout_mark_begin_function): Add prototype. * stmt.c (check_for_full_enumeration_handling): Cast argument of `warning' to long and use %ld specifier. * toplev.c (main): Likewise for `fprintf'. * toplev.h (output_file_directive): Add prototype. * unroll.c (unroll_loop): Use HOST_WIDE_INT_PRINT_DEC specifier in call to `fprintf'. (precondition_loop_p): Likewise. * varasm.c Include sdbout.h. (assemble_static_space): Move sometimes-unused variable `rounded' into the scope in which it is used. From-SVN: r20651 --- gcc/toplev.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/toplev.h') diff --git a/gcc/toplev.h b/gcc/toplev.h index a598f4d..d206000 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -57,6 +57,7 @@ extern void set_float_handler PROTO((jmp_buf)); #ifdef BUFSIZ extern void output_quoted_string PROTO ((FILE *, char *)); +extern void output_file_directive PROTO ((FILE *, char *)); #endif extern void fancy_abort PROTO ((void)); -- cgit v1.1