aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/flexskel.cc
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-19 11:55:35 +0000
committermarha <marha@users.sourceforge.net>2009-11-19 11:55:35 +0000
commit659a361a09bcc4571966921f474e477860963723 (patch)
tree70c568428527e66f680cf7bdab80e39a6b17b5ef /tools/mhmake/src/flexskel.cc
parent53cc6cb6ba430aad512bbdfc9828dd9b98682fbd (diff)
downloadvcxsrv-659a361a09bcc4571966921f474e477860963723.tar.gz
vcxsrv-659a361a09bcc4571966921f474e477860963723.tar.bz2
vcxsrv-659a361a09bcc4571966921f474e477860963723.zip
Solved compilation warnings in linux.
Diffstat (limited to 'tools/mhmake/src/flexskel.cc')
-rw-r--r--tools/mhmake/src/flexskel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mhmake/src/flexskel.cc b/tools/mhmake/src/flexskel.cc
index 050031b36..148e7f54c 100644
--- a/tools/mhmake/src/flexskel.cc
+++ b/tools/mhmake/src/flexskel.cc
@@ -348,7 +348,7 @@ int YY_@_CLASS::yy___input(char * buffer,int &result,int max_size)
}
#endif
#ifndef YY_@_FATAL_ERROR_NOCODE
-void YY_@_CLASS::yy___fatal_error(char *msg)
+void YY_@_CLASS::yy___fatal_error(const char *msg)
{
YY_@_FATAL_ERROR_CODE
}