Eliminate 64-bit compiler warnings.

This commit is contained in:
Ron Sluiter
2009-09-08 18:36:20 +00:00
parent ed9c12b630
commit 1d037ca211
+4 -9
View File
@@ -4,9 +4,9 @@ USAGE... Motor record driver level support for ThorLabs
Piezo Control Module (Model: MDT695)
Compatable with MDT694, MDT693
Version: $Revision: 1.3 $
Modified By: $Author: sullivan $
Last Modified: $Date: 2007-11-15 18:47:10 $
Version: $Revision: 1.4 $
Modified By: $Author: sluiter $
Last Modified: $Date: 2009-09-08 18:36:20 $
*/
@@ -128,16 +128,11 @@ struct driver_table MDT695_access =
MDT694_axis
};
struct
struct drvMDT695_drvet
{
long number;
#ifdef __cplusplus
long (*report) (int);
long (*init) (void);
#else
DRVSUPFUN report;
DRVSUPFUN init;
#endif
} drvMDT695 = {2, report, init};
extern "C" {epicsExportAddress(drvet, drvMDT695);}