diff --git a/Frameworks/Sparkle/SUUIBasedUpdateDriver.m b/Frameworks/Sparkle/SUUIBasedUpdateDriver.m index dc37e0561..59404a0e4 100644 --- a/Frameworks/Sparkle/SUUIBasedUpdateDriver.m +++ b/Frameworks/Sparkle/SUUIBasedUpdateDriver.m @@ -199,6 +199,8 @@ } } +// XXX +#pragma GCC diagnostic ignored "-Wformat-security" - (void)abortUpdateWithError:(NSError *)error { NSAlert *alert = [NSAlert alertWithMessageText:SULocalizedString(@"Update Error!", nil) defaultButton:SULocalizedString(@"Cancel Update", nil) alternateButton:nil otherButton:nil informativeTextWithFormat:[error localizedDescription]];