Fixing Subscriber Device Config Change Update.

This commit is contained in:
stephb9959
2022-05-19 00:31:45 -07:00
parent cfe4fefd0e
commit fd16ed8b38

View File

@@ -45,7 +45,8 @@ namespace OpenWifi {
return false;
}
static void ShowJSON([[maybe_unused]] const char *S, [[maybe_unused]] const Poco::JSON::Object::Ptr &Obj) {
[[maybe_unused ]] static void ShowJSON([[maybe_unused]] const char *S, [[maybe_unused]] const Poco::JSON::Object::Ptr &Obj) {
/*
std::stringstream O;
Poco::JSON::Stringifier::stringify(Obj,O);