Appease the compiler by changing static to const for string literals
This commit is contained in:
@@ -43,7 +43,7 @@ class epicsShareClass sinqController : public asynMotorController {
|
||||
Convert an asynStatus into a descriptive string. This string can then e.g.
|
||||
be used to create debugging messages.
|
||||
*/
|
||||
char *stringifyAsynStatus(asynStatus status);
|
||||
const char *stringifyAsynStatus(asynStatus status);
|
||||
|
||||
protected:
|
||||
asynUser *lowLevelPortUser_;
|
||||
|
||||
Reference in New Issue
Block a user