Skip to content

Commit

Permalink
MythPowerOSX: Suppress a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Dec 14, 2019
1 parent 1b88fe1 commit 58e35bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/platforms/mythpowerosx.cpp
Expand Up @@ -167,7 +167,7 @@ void MythPowerOSX::PowerSourceCallBack(void *Reference)
* from main menu bar) will cause signals to be sent to MythFrontend - which
* usually trigger the exit prompt.
*/
void MythPowerOSX::PowerCallBack(void *Reference, io_service_t Service,
void MythPowerOSX::PowerCallBack(void *Reference, io_service_t,
natural_t Type, void *Data)
{
CocoaAutoReleasePool pool;
Expand Down

0 comments on commit 58e35bc

Please sign in to comment.