Mac: Fix "format string is not a string literal" error when building with clang and 10.7 SDK.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1458 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
52d374bc9a
commit
901528b4a5
|
@ -122,7 +122,7 @@ const int kWindowHeight = 600;
|
||||||
defaultButton:@"OK"
|
defaultButton:@"OK"
|
||||||
alternateButton:nil
|
alternateButton:nil
|
||||||
otherButton:nil
|
otherButton:nil
|
||||||
informativeTextWithFormat:message];
|
informativeTextWithFormat:@"%@", message];
|
||||||
[alert runModal];
|
[alert runModal];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue