util/Alloc: remove bogus "unused" attribute
This commit is contained in:
parent
737a56a030
commit
84c519df09
@ -84,7 +84,7 @@ FillLengths(size_t *lengths, const char *a, Args&&... args)
|
|||||||
|
|
||||||
template<>
|
template<>
|
||||||
inline size_t
|
inline size_t
|
||||||
FillLengths(gcc_unused size_t *lengths, const char *a)
|
FillLengths(size_t *lengths, const char *a)
|
||||||
{
|
{
|
||||||
return *lengths = strlen(a);
|
return *lengths = strlen(a);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user