Code sanitizer output

This commit is contained in:
stephb9959
2022-03-25 14:57:35 -07:00
parent f59d3af832
commit ad894aeb17
31 changed files with 201 additions and 174 deletions

View File

@@ -24,7 +24,7 @@ namespace OpenWifi {
std::string FileType_;
std::string Name_;
std::string Id_;
Poco::Logger &Logger_;
[[maybe_unused]] Poco::Logger &Logger_;
std::stringstream &OutputStream_;
};