Skip to content

Commit

Permalink
Warning about wxUnusedVar usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Apr 29, 2024
1 parent cd9b153 commit 02f0d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/i18n_review.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ namespace i18n_check
{ L"wxMax", L"Use std::max() instead." },
{ L"wxRound", L"Use std::lround() instead." },
{ L"wxIsNan", L"Use std::isnan() instead." },
{ L"wxUnusedVar", L"Use [[maybe_unused]] attribute instead." },
{ L"wxDECLARE_EVENT_TABLE",
L"Prefer using Bind() within a class's CTOR instead of message maps." },
{ L"DECLARE_EVENT_TABLE",
Expand Down

0 comments on commit 02f0d25

Please sign in to comment.