u02: Fix warnings by -Wextra
The only warnings still existing are for the unimplemented tool.
This commit is contained in:
parent
1bd2d3a2a5
commit
c41d0cb09b
|
@ -41,7 +41,7 @@ void sweep_line_tool::draw_interval(int b1, int b2, int y) {
|
|||
|
||||
void sweep_line_tool::draw() { draw(10, 10, 90, 30, 30, 90); }
|
||||
|
||||
void sweep_line_tool::draw(int _x, int _y) { draw(); }
|
||||
void sweep_line_tool::draw(int, int) { draw(); }
|
||||
|
||||
void sweep_line_tool::draw(int x0, int y0, int x1, int y1, int x2, int y2) {
|
||||
/*
|
||||
|
|
Reference in a new issue