Skip to content

Commit df38451

Browse files
committed
dev
1 parent 2e4c42d commit df38451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/ReaFab.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ static bool Clear(const char* idStringInOptional)
589589
}
590590

591591
for (auto& [key, value] : controlMap) {
592+
(void)value;
592593
if (s.compare(key) == 0) {
593594
controlMap.erase(key);
594595
return true;

0 commit comments

Comments
 (0)