Stop "warning: `id' defined but not used" messages from gcc -- use a char[]
instead of a char* and they go away!
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
#include "autoPtrFreeList.h"
|
||||
#include "noopiiu.h"
|
||||
|
||||
static const char *pVersionCAC =
|
||||
static const char pVersionCAC[] =
|
||||
"@(#) " EPICS_VERSION_STRING
|
||||
", CA Client Library " __DATE__;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user