We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0382096 commit 6923c76Copy full SHA for 6923c76
SHTSensor.h
@@ -166,7 +166,7 @@ class SHTSensorDriver
166
* Set the sensor accuracy.
167
* Returns false if the sensor does not support changing the accuracy
168
*/
169
- virtual bool setAccuracy(__attribute__((unused)) SHTSensor::SHTAccuracy newAccuracy) {
+ virtual bool setAccuracy(SHTSensor::SHTAccuracy /* newAccuracy */) {
170
return false;
171
}
172
0 commit comments