mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
Eliminate 64-bit compiler warnings.
This commit is contained in:
@@ -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);}
|
||||
|
Reference in New Issue
Block a user