diff options
author | marha <marha@users.sourceforge.net> | 2009-11-19 11:55:35 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-19 11:55:35 +0000 |
commit | 659a361a09bcc4571966921f474e477860963723 (patch) | |
tree | 70c568428527e66f680cf7bdab80e39a6b17b5ef /tools/mhmake/src/mhmakefileparser.h | |
parent | 53cc6cb6ba430aad512bbdfc9828dd9b98682fbd (diff) | |
download | vcxsrv-659a361a09bcc4571966921f474e477860963723.tar.gz vcxsrv-659a361a09bcc4571966921f474e477860963723.tar.bz2 vcxsrv-659a361a09bcc4571966921f474e477860963723.zip |
Solved compilation warnings in linux.
Diffstat (limited to 'tools/mhmake/src/mhmakefileparser.h')
-rw-r--r-- | tools/mhmake/src/mhmakefileparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mhmake/src/mhmakefileparser.h b/tools/mhmake/src/mhmakefileparser.h index f95d68c01..1f321b019 100644 --- a/tools/mhmake/src/mhmakefileparser.h +++ b/tools/mhmake/src/mhmakefileparser.h @@ -172,7 +172,7 @@ public: SaveAutoDepsFile();
}
virtual int yylex(void);
- virtual void yyerror(char *m);
+ virtual void yyerror(const char *m);
virtual int yyparse()=0;
int ParseFile(const refptr<fileinfo> &FileInfo,bool SetMakeDir=false);
|