Skip to content

Commit

Permalink
Warn about __WXMAC__ define
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden authored Jan 27, 2024
1 parent 0ef908b commit 3c15d6f
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 @@ -185,6 +185,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"__WXMAC__", L"Use __WXOSX__ instead." },
{ L"wxOVERRIDE", L"Use override or final instead." },
{ L"wxNOEXCEPT", L"Use noexcept instead (requires C++17)." },
{ L"WXUNUSED", L"Use [[maybe_unused]] instead (requires C++17)." },
Expand Down

0 comments on commit 3c15d6f

Please sign in to comment.