fixed warning

This commit is contained in:
Jeff Hill
1998-10-27 00:57:25 +00:00
parent eec3ca68ef
commit c598b8fbad
2 changed files with 16 additions and 8 deletions
+8 -4
View File
@@ -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;
+8 -4
View File
@@ -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;