summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-01-14 15:47:07 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-01-14 16:48:16 -0800
commit15f4ca51f919758a0c99951881edd1e49a6a179b (patch)
tree3bc8aa6b71734383aa82ac38a7db7b1fdd0419ce /platform
parent714dfab8aeb04b3569f022e7c22aac9a6435752d (diff)
downloadqtlocation-mapboxgl-15f4ca51f919758a0c99951881edd1e49a6a179b.tar.gz
[ios] Fixed static analyzer warnings
Diffstat (limited to 'platform')
-rw-r--r--platform/ios/src/MGLCategoryLoader.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/src/MGLCategoryLoader.m b/platform/ios/src/MGLCategoryLoader.m
index 50309436b7..9b66be73d8 100644
--- a/platform/ios/src/MGLCategoryLoader.m
+++ b/platform/ios/src/MGLCategoryLoader.m
@@ -18,7 +18,7 @@
// https://github.com/mapbox/mapbox-gl-native/issues/3113
//
- NSString *description = [MGLMapView description];
+ [MGLMapView description];
}
@end