Eliminate 64-bit compiler warnings.

This commit is contained in:
Ron Sluiter
2009-09-08 18:29:27 +00:00
parent 934e9c29b1
commit 3ffcf86930

View File

@@ -98,16 +98,11 @@ struct driver_table MCB4B_access =
NULL
};
struct
struct drvMCB4B_drvet
{
long number;
#ifdef __cplusplus
long (*report) (int);
long (*init) (void);
#else
DRVSUPFUN report;
DRVSUPFUN init;
#endif
} drvMCB4B = {2, report, init};
extern "C" {epicsExportAddress(drvet, drvMCB4B);}