commit | 201a10157c0add72a2aac484da3d82220d545714 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed@tanous.net> | Wed Apr 03 18:07:28 2024 -0700 |
committer | Ed Tanous <ed@tanous.net> | Wed Apr 03 18:28:14 2024 -0700 |
tree | ab08cb3a45a87d0d4fb073ac5c1f84871d7b5aa2 | |
parent | a327923d4ba7b47b8ff07fe42ccb025fd9c894b9 [diff] [blame] |
Add modernize-redundant-void-arg Enable this check and fix the failures. Change-Id: I89b13daf1161be40564367562bb9c8c0c459e1d0 Signed-off-by: Ed Tanous <ed@tanous.net>
diff --git a/src/NVMeSensor.cpp b/src/NVMeSensor.cpp index f22bf70..9c1b631 100644 --- a/src/NVMeSensor.cpp +++ b/src/NVMeSensor.cpp
@@ -85,7 +85,7 @@ return scanDelay == 0; } -void NVMeSensor::checkThresholds(void) +void NVMeSensor::checkThresholds() { thresholds::checkThresholds(this); }