From 6cf9ac28580beb4c5ae891781250cf5d6744d676 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 1 Jul 2003 07:00:18 +0200 Subject: final.c: Convert prototypes to ISO C90. * final.c: Convert prototypes to ISO C90. * flow.c: Likewise. * flags.h: Likewise. From-SVN: r68760 --- gcc/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/flags.h') diff --git a/gcc/flags.h b/gcc/flags.h index d0ee4a1..de7cc81 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -99,7 +99,7 @@ extern bool warnings_are_errors; set_Wunused() to update the -Wunused-* flags that correspond to the -Wunused option. */ -extern void set_Wunused PARAMS ((int setting)); +extern void set_Wunused (int setting); extern bool warn_unused_function; extern bool warn_unused_label; -- cgit v1.1