From ac695f7df5b87a21cd77e9553befefec627a7723 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 2 Jun 2003 08:19:29 +0000 Subject: [PATCH] * data/lalr1.cc (yy::Position::lines, yy::Position::columns, yy::Location::lines, yy::Location::columns): Rename arguments to avoid shadowing; this removes a warning generated by GCC 3.3. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index cb9186f7..513b448a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-06-02 Paul Eggert + + * data/lalr1.cc (yy::Position::lines, yy::Position::columns, + yy::Location::lines, yy::Location::columns): Rename arguments + to avoid shadowing; this removes a warning generated by GCC 3.3. + 2003-06-01 Paul Eggert Don't pass C-only warning optins (e.g., -Wmissing-declarations) -- 2.47.2