Fixed compiling Sparkle with the 10.9 SDK
This commit is contained in:
parent
591730eea3
commit
9eb5e28cce
1 changed files with 2 additions and 0 deletions
2
Frameworks/Sparkle/SUUIBasedUpdateDriver.m
vendored
2
Frameworks/Sparkle/SUUIBasedUpdateDriver.m
vendored
|
@ -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]];
|
||||
|
|
Loading…
Reference in a new issue