From 44d07e509869feaffb3284165546043bbf3a7501 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Tue, 23 Mar 2010 09:07:13 +0000 Subject: [PATCH] fix warning about string conversion --- goldlib/gall/gdbgerr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldlib/gall/gdbgerr.cpp b/goldlib/gall/gdbgerr.cpp index fe1fea7..3cc713f 100644 --- a/goldlib/gall/gdbgerr.cpp +++ b/goldlib/gall/gdbgerr.cpp @@ -37,7 +37,7 @@ int errorlevel = 0; int error_exit = 0; -char* etext[] = { +const char* etext[] = { "No", "Open", "Read",