Author: pfg
Date: Wed Jan 4 20:05:38 2012
New Revision: 229516
URL: http://svn.freebsd.org/changeset/base/229516
Log:
Quiet down clang -Werror.
Reported by: Pawel Worach
Approved by: jhb (mentor)
Modified:
head/lib/libvgl/simple.c
Modified: head/lib/libvgl/simple.c
==============================================================================
--- head/lib/libvgl/simple.c Wed Jan 4 19:53:32 2012 (r229515)
+++ head/lib/libvgl/simple.c Wed Jan 4 20:05:38 2012 (r229516)
@@ -242,8 +242,8 @@ VGLLine(VGLBitmap *object, int x1, int y
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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"