Remove last bits of `UNUSED` macro

parent 3aa87659
......@@ -128,7 +128,6 @@ SpacesInSquareBrackets: false
SpaceBeforeSquareBrackets: false
Standard: Latest
StatementMacros:
- Q_UNUSED
- QT_REQUIRE_VERSION
TabWidth: 8
UseCRLF: false
......
......@@ -394,9 +394,7 @@ namespace Pistache::Rest
using Response = typename Arguments::template At<1>::Type;
// instantiate template this way
constexpr Checks<Request, Response> checks;
UNUSED(checks);
[[maybe_unused]] constexpr Checks<Request, Response> checks;
}
} // namespace details
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment