summaryrefslogtreecommitdiff
path: root/src/lib/upnp/Action.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/upnp/Action.hxx')
-rw-r--r--src/lib/upnp/Action.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/upnp/Action.hxx b/src/lib/upnp/Action.hxx
index d717f8d5d..6de060560 100644
--- a/src/lib/upnp/Action.hxx
+++ b/src/lib/upnp/Action.hxx
@@ -32,7 +32,7 @@ CountNameValuePairs() noexcept
template<typename... Args>
static constexpr unsigned
-CountNameValuePairs(gcc_unused const char *name, gcc_unused const char *value,
+CountNameValuePairs([[maybe_unused]] const char *name, [[maybe_unused]] const char *value,
Args... args) noexcept
{
return 1 + CountNameValuePairs(args...);