summaryrefslogtreecommitdiff
path: root/src/clipper
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-10 18:47:16 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-11 12:10:07 +0100
commit420cb58a5d423d3c964f51340872eec53061e8da (patch)
tree3ad66498e0dca88bfc0be2df598bdeff6926401d /src/clipper
parentb7b2812d30197feb715df8d7bfd439037e930a27 (diff)
downloadqtlocation-mapboxgl-420cb58a5d423d3c964f51340872eec53061e8da.tar.gz
fix pedantic warnings
Diffstat (limited to 'src/clipper')
-rwxr-xr-xsrc/clipper/clipper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clipper/clipper.cpp b/src/clipper/clipper.cpp
index e52d4f422f..95975450e3 100755
--- a/src/clipper/clipper.cpp
+++ b/src/clipper/clipper.cpp
@@ -437,7 +437,7 @@ Int128 Int128Mul (cInt lhs, cInt rhs)
if (tmp.lo < b) tmp.hi++;
if (negate) tmp = -tmp;
return tmp;
-};
+}
#endif
//------------------------------------------------------------------------------