From 659a361a09bcc4571966921f474e477860963723 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 19 Nov 2009 11:55:35 +0000 Subject: Solved compilation warnings in linux. --- tools/mhmake/src/mhmakefileparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mhmake/src/mhmakefileparser.cpp') diff --git a/tools/mhmake/src/mhmakefileparser.cpp b/tools/mhmake/src/mhmakefileparser.cpp index 0ba67cc4e..cc1c308dd 100644 --- a/tools/mhmake/src/mhmakefileparser.cpp +++ b/tools/mhmake/src/mhmakefileparser.cpp @@ -34,7 +34,7 @@ int mhmakefileparser::yylex(void) } /////////////////////////////////////////////////////////////////////////////// -void mhmakefileparser::yyerror(char *m) +void mhmakefileparser::yyerror(const char *m) { cerr << this->m_ptheLexer->m_InputFileName<< " ("<