summaryrefslogtreecommitdiff
path: root/core/LocAdapterProxyBase.h
diff options
context:
space:
mode:
authorSaurabh Srivastava <ssrivast@codeaurora.org>2016-03-14 15:30:09 +0530
committerSaurabh Srivastava <ssrivast@codeaurora.org>2016-03-17 12:33:17 +0530
commit217e7544897c45976a7feff5fbe9c19627e94dfd (patch)
tree86ad9df09dc3f09d924adf0608daef3cb5639577 /core/LocAdapterProxyBase.h
parentbf0959bbd9fad70b9c9a7b1724f68bac341b3c12 (diff)
downloadgps-217e7544897c45976a7feff5fbe9c19627e94dfd.tar.gz
Enabling CLANG compilation and fixing all resulting errors
Removing statement to set LOCAL_CLANG flag explicity to true. It will be true by default. Change-Id: I2eaba5a89e64088e3383b962dceaaa7e975e997a CRs-Fixed: 989476
Diffstat (limited to 'core/LocAdapterProxyBase.h')
-rw-r--r--core/LocAdapterProxyBase.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/LocAdapterProxyBase.h b/core/LocAdapterProxyBase.h
index 1ddcca4..11859de 100644
--- a/core/LocAdapterProxyBase.h
+++ b/core/LocAdapterProxyBase.h
@@ -61,6 +61,11 @@ public:
GpsLocationExtended &locationExtended,
enum loc_sess_status status,
LocPosTechMask loc_technology_mask) {
+
+ (void)location;
+ (void)locationExtended;
+ (void)status;
+ (void)loc_technology_mask;
return false;
}
};