diff options
author | Colin Snover | 2017-09-10 21:03:18 -0500 |
---|---|---|
committer | Colin Snover | 2017-09-10 22:17:16 -0500 |
commit | 6e2f18c498b6d40d8184dfe05993ac6d0ba99326 (patch) | |
tree | a535c744015a37efd4fdbff23b5211356a08525f /engines/agi/cycle.cpp | |
parent | 56810b5598458ce04dee4647a4044e9ca07a8577 (diff) | |
download | scummvm-rg350-6e2f18c498b6d40d8184dfe05993ac6d0ba99326.tar.gz scummvm-rg350-6e2f18c498b6d40d8184dfe05993ac6d0ba99326.tar.bz2 scummvm-rg350-6e2f18c498b6d40d8184dfe05993ac6d0ba99326.zip |
MACOS: Fix warnings about undeclared selectors
When -Wundeclared-selector is enabled (recommended by Apple), the
calls to the setBadgeLabel selector in MacOSXTaskbarManager are
warned on because NSDockTile declarations are not included because
they do not exist in macOS 10.4 and earlier. While I don't know
that we are even supporting such old macOS versions these days, it
is simple enough to fix this problem when compiling to modern
macOS versions by conditionally including the necessary header.
Diffstat (limited to 'engines/agi/cycle.cpp')
0 files changed, 0 insertions, 0 deletions