From 4d9fb7de86a2d5a9bc3f39e1c1b65869c3380a0a Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 5 Jul 2013 03:24:47 +0300 Subject: [mac] Fixed compilation issue with new MacOSX SDK - they removed WiFi scanning code starting from MacOS X 10.7 --- platform/wifi_location_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/wifi_location_service.cpp') diff --git a/platform/wifi_location_service.cpp b/platform/wifi_location_service.cpp index 6954a8aee5..3fd394c5a8 100644 --- a/platform/wifi_location_service.cpp +++ b/platform/wifi_location_service.cpp @@ -64,7 +64,7 @@ namespace location } else LOG(LWARNING, ("Location server is not available")); - /// free memory + // free memory delete &response; } -- cgit v1.2.3