From c598b8fbad7a92da9f9a0d7a7b601e43ab4fb978 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 27 Oct 1998 00:57:25 +0000 Subject: [PATCH] fixed warning --- src/drv/ansi/drvAt5Vxi.c | 12 ++++++++---- src/vxWorks/drv/ansi/drvAt5Vxi.c | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/drv/ansi/drvAt5Vxi.c b/src/drv/ansi/drvAt5Vxi.c index 415773916..14a0d29d6 100644 --- a/src/drv/ansi/drvAt5Vxi.c +++ b/src/drv/ansi/drvAt5Vxi.c @@ -126,13 +126,15 @@ LOCAL void at5vxi_int_service( ); LOCAL void at5vxi_init_card( - unsigned addr + unsigned addr, + void *pArg ); LOCAL int at5vxi_shutdown(void); LOCAL void at5vxi_shutdown_card( - unsigned la + unsigned la, + void *pArg ); LOCAL at5VxiStatus at5vxi_report_timing( @@ -505,7 +507,8 @@ LOCAL int at5vxi_shutdown(void) */ LOCAL void at5vxi_shutdown_card( - unsigned la + unsigned la, + void *pArg ) { #ifndef CONTINUOUS_OPERATION @@ -527,7 +530,8 @@ void at5vxi_shutdown_card( */ LOCAL void at5vxi_init_card( - unsigned addr + unsigned addr, + void *pArg ) { at5VxiStatus r0; diff --git a/src/vxWorks/drv/ansi/drvAt5Vxi.c b/src/vxWorks/drv/ansi/drvAt5Vxi.c index 415773916..14a0d29d6 100644 --- a/src/vxWorks/drv/ansi/drvAt5Vxi.c +++ b/src/vxWorks/drv/ansi/drvAt5Vxi.c @@ -126,13 +126,15 @@ LOCAL void at5vxi_int_service( ); LOCAL void at5vxi_init_card( - unsigned addr + unsigned addr, + void *pArg ); LOCAL int at5vxi_shutdown(void); LOCAL void at5vxi_shutdown_card( - unsigned la + unsigned la, + void *pArg ); LOCAL at5VxiStatus at5vxi_report_timing( @@ -505,7 +507,8 @@ LOCAL int at5vxi_shutdown(void) */ LOCAL void at5vxi_shutdown_card( - unsigned la + unsigned la, + void *pArg ) { #ifndef CONTINUOUS_OPERATION @@ -527,7 +530,8 @@ void at5vxi_shutdown_card( */ LOCAL void at5vxi_init_card( - unsigned addr + unsigned addr, + void *pArg ) { at5VxiStatus r0;