Fixed solaris warning: String literal converted to char* in initialization.

This commit is contained in:
Andrew Johnson
2005-10-28 18:19:47 +00:00
parent 12eca66b80
commit 728794a306
+1 -1
View File
@@ -18,7 +18,7 @@ int epicsStdioTest (const char *report);
int main ( int argc, char *argv[] )
{
char *report = "";
const char *report = "";
if(argc>1) report = argv[1];
epicsStdioTest (report);