parse: cookies should be maybe_unused
They aren't necessarily _doing_ anything. Just waiting to go out of scope.
This commit is contained in:
parent
b858daedd9
commit
801ccf2ebd
@ -10,6 +10,6 @@
|
|||||||
|
|
||||||
namespace cruft::parse {
|
namespace cruft::parse {
|
||||||
namespace enumeration {
|
namespace enumeration {
|
||||||
struct cookie { void release (void) {} };
|
struct [[maybe_unused]] cookie { void release (void) {} };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user