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:
Andrew Johnson
2006-11-16 19:32:13 +00:00
parent 27fcfac8b8
commit ecac0269dd
5 changed files with 7 additions and 7 deletions

View File

@@ -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__;