mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
lalr1.cc: fix compiler warnings
Reported by Rob Conde. http://lists.gnu.org/archive/html/bug-bison/2013-03/msg00003.html * data/stack.hh (operator=, stack(const stack&)): Make this class uncopyable, i.e., "undefine" these operators: make them private and don't implement them. (clear): New. * data/lalr1.cc: Use it instead of an assignment. (parser): Make this class uncopyable.
This commit is contained in:
1
THANKS
1
THANKS
@@ -103,6 +103,7 @@ Ralf Wildenhues Ralf.Wildenhues@gmx.de
|
||||
Richard Stallman rms@gnu.org
|
||||
Rob Vermaas rob.vermaas@gmail.com
|
||||
Robert Anisko anisko_r@epita.fr
|
||||
Rob Conde rob.conde@ai-solutions.com
|
||||
Satya Kiran Popuri satyakiran@gmail.com
|
||||
Sebastian Setzer sebastian.setzer.ext@siemens.com
|
||||
Sebastien Fricker sebastien.fricker@gmail.com
|
||||
|
||||
Reference in New Issue
Block a user