Hi all! I just checked out the latest sources from CVS and when I use them to build my c++-parser, which I compile with g++ -Wshadow, I get the following warning:
Parser.cc: In member function 'short unsigned int yy::Parser::yytranslate_(int)': Parser.cc:13721: warning: declaration of 'token' shadows a member of 'this' The reason for this, I think, is that in lalr1.cc in line 132, a struct attribute of the parser is named 'token' and then in line 266, the argument to the method yytranslate is also named 'token'. Regards Martin "A day may come when the courage of men fails, when we forsake our friends and break all bonds of fellowship, but it is not this day. This day we fight!" Aragorn -- _______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze
