Code sanitizer output

This commit is contained in:
stephb9959
2022-03-25 20:57:12 -07:00
parent 02566e8e0b
commit 809b4bb79d
4 changed files with 21 additions and 11 deletions

View File

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