From 6a534ca2b5da6894caaf773dab3d6e7bb0bbe1e1 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 4 Sep 1996 22:08:50 +0000 Subject: [PATCH] fixed gcc warnings --- src/libvxWorks/veclist.c | 7 +++++-- src/vxWorks/libvxWorks/veclist.c | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/libvxWorks/veclist.c b/src/libvxWorks/veclist.c index 5a0a20c50..c8802a9cd 100644 --- a/src/libvxWorks/veclist.c +++ b/src/libvxWorks/veclist.c @@ -12,6 +12,9 @@ * identification as MACRO ISR problem. * .02 022195 Compiler warnings fixed * $Log$ + * Revision 1.13 1995/08/12 01:12:37 jhill + * doc + * */ /* @@ -69,7 +72,7 @@ int veclist(int all) int cRoutine; void *pparam; int status; - int i; + unsigned i; for(vec=0; vec