forked from epics_driver_modules/motorBase
Define functionName even if not DEBUG to fix compiler error on Windows
This commit is contained in:
@@ -366,9 +366,7 @@ asynStatus omsMAXv::sendOnly(const char *outputBuff)
|
||||
*/
|
||||
asynStatus omsMAXv::sendReceive(const char *outputBuff, char *inputBuff, unsigned int inputSize)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
static const char* functionName = "sendReceive";
|
||||
#endif
|
||||
|
||||
STATUS1 flag1;
|
||||
epicsUInt16 getIndex, putIndex;
|
||||
|
||||
Reference in New Issue
Block a user