mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Quiet down clang -Werror.
Reported by: Pawel Worach Approved by: jhb (mentor)
This commit is contained in:
parent
60a5d89732
commit
83057baf15
1 changed files with 2 additions and 2 deletions
|
|
@ -242,8 +242,8 @@ VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color)
|
|||
if (x1 > x2) { /* start from the smaller coordinate */
|
||||
x = x2;
|
||||
y = y2;
|
||||
x1 = x1;
|
||||
y1 = y1;
|
||||
/* x1 = x1;
|
||||
y1 = y1; */
|
||||
} else {
|
||||
x = x1;
|
||||
y = y1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue