summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-08-07 13:02:40 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-08-07 13:02:40 -0700
commit70a31baf5c78b9dad4f2dcdc7920b7eb1453e402 (patch)
tree60e6dd53228947be54372976b6baaf9eb92a7fbe /macosx
parent6dc391194951bdd39bb7f0b1774ddadea7609643 (diff)
downloadqtlocation-mapboxgl-70a31baf5c78b9dad4f2dcdc7920b7eb1453e402.tar.gz
Eliminate warnings
Diffstat (limited to 'macosx')
-rw-r--r--macosx/main.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/main.mm b/macosx/main.mm
index a1b01de7b3..c61c9decb6 100644
--- a/macosx/main.mm
+++ b/macosx/main.mm
@@ -15,6 +15,8 @@
- (void)handleGetURLEvent:(NSAppleEventDescriptor *)event
withReplyEvent:(NSAppleEventDescriptor *)replyEvent {
+ (void)replyEvent;
+
NSString* urlString = [[event paramDescriptorForKeyword:keyDirectObject] stringValue];
NSURL *url = [NSURL URLWithString:urlString];
NSMutableDictionary *params = [[NSMutableDictionary alloc] init];