Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Unified Diff: content/renderer/render_view_browsertest_mac.mm

Issue 9379034: Revert -Wformat workaround that should no longer be neccessary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/plugins/npapi/plugin_web_event_converter_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_browsertest_mac.mm
===================================================================
--- content/renderer/render_view_browsertest_mac.mm (revision 121638)
+++ content/renderer/render_view_browsertest_mac.mm (working copy)
@@ -26,11 +26,7 @@
default:
CHECK(false);
}
- // TODO(thakis): Remove this once clang is smarter, http://crbug.com/111861
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wformat"
NSString* s = [NSString stringWithFormat:@"%C", uniChar];
-#pragma clang diagnostic pop
return [NSEvent keyEventWithType:type
location:NSMakePoint(0, 0)
« no previous file with comments | « no previous file | webkit/plugins/npapi/plugin_web_event_converter_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698