summaryrefslogtreecommitdiffstats
path: root/lib/libvgl
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2012-01-04 20:05:38 +0000
committerpfg <pfg@FreeBSD.org>2012-01-04 20:05:38 +0000
commitbe6a6abcb10865521d78405cdea4775a61d42522 (patch)
tree482b594852a4f98d9bf0b83b81aa4b761163a058 /lib/libvgl
parent089a168917244cc1512a1ae7bd60de1a4c08eba1 (diff)
downloadFreeBSD-src-be6a6abcb10865521d78405cdea4775a61d42522.zip
FreeBSD-src-be6a6abcb10865521d78405cdea4775a61d42522.tar.gz
Quiet down clang -Werror.
Reported by: Pawel Worach Approved by: jhb (mentor)
Diffstat (limited to 'lib/libvgl')
-rw-r--r--lib/libvgl/simple.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libvgl/simple.c b/lib/libvgl/simple.c
index 3961aa0..036d8ee 100644
--- a/lib/libvgl/simple.c
+++ b/lib/libvgl/simple.c
@@ -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;
OpenPOWER on IntegriCloud