Commit 84c519df authored by Max Kellermann's avatar Max Kellermann

util/Alloc: remove bogus "unused" attribute

parent 737a56a0
......@@ -84,7 +84,7 @@ FillLengths(size_t *lengths, const char *a, Args&&... args)
template<>
inline size_t
FillLengths(gcc_unused size_t *lengths, const char *a)
FillLengths(size_t *lengths, const char *a)
{
return *lengths = strlen(a);
}
......
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