Code sanitizer

This commit is contained in:
stephb9959
2022-03-25 15:14:20 -07:00
parent 45b5e77060
commit 9bebaea65f
20 changed files with 149 additions and 130 deletions

View File

@@ -236,7 +236,7 @@ namespace OpenWifi::FMSObjects {
snapshot = std::time(nullptr);
}
bool DeviceReport::from_json(const Poco::JSON::Object::Ptr &Obj) {
bool DeviceReport::from_json([[maybe_unused]] const Poco::JSON::Object::Ptr &Obj) {
try {
return true;