From 165ea59a437f9cac80487c20404d475b1b1f7663 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 6 Apr 2022 03:16:37 -0700 Subject: [PATCH] Fix Mac-specific compiler warning in Mac screensaver --- clientscr/Mac_Saver_ModuleView.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clientscr/Mac_Saver_ModuleView.m b/clientscr/Mac_Saver_ModuleView.m index 2cf7fe6383..8fb99ec2c1 100644 --- a/clientscr/Mac_Saver_ModuleView.m +++ b/clientscr/Mac_Saver_ModuleView.m @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2020 University of California +// Copyright (C) 2022 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -1277,7 +1277,7 @@ kern_return_t _MGSDisplayFrame(mach_port_t server_port, int32_t frame_index, mac - (void)update { -// [super update]; + [super update]; // Override to do nothing. }