summaryrefslogtreecommitdiffstats
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-20 23:32:10 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-20 23:32:10 +0000
commit98de4f3fed248f329f7ef6054b401104d10ae2f5 (patch)
treea6d2628ab935531646e4d178e869cc3c2a075cdb /gcc/toplev.c
parent9dabf67ebac97ad185212f0a4591b41a67291034 (diff)
downloadppe42-gcc-98de4f3fed248f329f7ef6054b401104d10ae2f5.tar.gz
ppe42-gcc-98de4f3fed248f329f7ef6054b401104d10ae2f5.zip
Warning fixes:
* mips.h (REG_CLASS_FROM_LETTER): Cast array arg to unsigned char. * sparc.c (load_pic_register): Delete unused varaible. * libgcc2.c (__addvsi3): Delete unused variable. * libgcc2.h (__absvsi2, __absvdi2, __addvsi3, __addvdi3, __subvsi3, __subvdi3, __mulvsi3, __mulvdi3, __negvsi2, __negvdi2): Prototype. * ssa.c (apply_delayed_renames): Avoid undefined operation. * toplev.c (display_target_options): Make static to match prototype. Delete empty declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 1dfa7f5cbf7..83653119a4b 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -3894,11 +3894,10 @@ display_help ()
display_target_options ();
}
-void
+static void
display_target_options ()
{
int undoc,i;
- unsigned long;
if (ARRAY_SIZE (target_switches) > 1
#ifdef TARGET_OPTIONS
OpenPOWER on IntegriCloud