From a20cc0a3a6e2e0810322116e008fb8d82c20d5c7 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Wed, 16 Nov 2016 22:09:00 +0100 Subject: [PATCH] Reduced some compiler warnings. Conflicts: xs/xsp/BoundingBox.xsp xs/xsp/Point.xsp --- xs/xsp/BoundingBox.xsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/xsp/BoundingBox.xsp b/xs/xsp/BoundingBox.xsp index 9da9173aa9..ed648a795e 100644 --- a/xs/xsp/BoundingBox.xsp +++ b/xs/xsp/BoundingBox.xsp @@ -26,7 +26,7 @@ long x_max() %code{% RETVAL = THIS->max.x; %}; long y_min() %code{% RETVAL = THIS->min.y; %}; long y_max() %code{% RETVAL = THIS->max.y; %}; - + %{ BoundingBox*