mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 13:59:46 -04:00
Mark parameter as potentially unused
This commit is contained in:
parent
176b4be5d0
commit
6532a25af2
@ -59,7 +59,7 @@ class legacy_string_table : public string_table::impl {
|
||||
template <bool PackedData, bool PackedIndex>
|
||||
class packed_string_table : public string_table::impl {
|
||||
public:
|
||||
packed_string_table(logger& lgr, std::string_view name,
|
||||
packed_string_table(logger& lgr, [[maybe_unused]] std::string_view name,
|
||||
string_table::PackedTableView v)
|
||||
: v_{v}
|
||||
, buffer_{v_.buffer().data()} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user