summaryrefslogtreecommitdiff
path: root/cmdline/token_range.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline/token_range.h')
-rw-r--r--cmdline/token_range.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/token_range.h b/cmdline/token_range.h
index e917e1d6d0..f662ca6df9 100644
--- a/cmdline/token_range.h
+++ b/cmdline/token_range.h
@@ -55,7 +55,7 @@ struct TokenRange {
#if 0
// Copying-from-vector constructor.
- TokenRange(const TokenList& token_list ATTRIBUTE_UNUSED,
+ TokenRange([[maybe_unused]] const TokenList& token_list,
TokenList::const_iterator it_begin,
TokenList::const_iterator it_end)
: token_list_(new TokenList(it_begin, it_end)),