summaryrefslogtreecommitdiffstats
path: root/services/sensorservice/OrientationSensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'services/sensorservice/OrientationSensor.cpp')
-rw-r--r--services/sensorservice/OrientationSensor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sensorservice/OrientationSensor.cpp b/services/sensorservice/OrientationSensor.cpp
index 10b391c..6d85cca 100644
--- a/services/sensorservice/OrientationSensor.cpp
+++ b/services/sensorservice/OrientationSensor.cpp
@@ -69,7 +69,7 @@ status_t OrientationSensor::activate(void* ident, bool enabled) {
return mSensorFusion.activate(ident, enabled);
}
-status_t OrientationSensor::setDelay(void* ident, int handle, int64_t ns) {
+status_t OrientationSensor::setDelay(void* ident, int /*handle*/, int64_t ns) {
return mSensorFusion.setDelay(ident, ns);
}