I just did a fresh checkout of all the code, did a build and got the following warnings...
langparser.y:34: warning: static declaration for `fopen' follows non-static langparser.y:36: warning: static declaration for `fclose' follows non-static
Logged In: YES user_id=225318
Yes, known problem (although I think you meant the ".c" file). Probably requires some changes to the ".y" file and regeneration using yacc/bison.
Log in to post a comment.
Logged In: YES
user_id=225318
Yes, known problem (although I think you meant the ".c" file). Probably
requires some changes to the ".y" file and regeneration using yacc/bison.