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

Unified Diff: core/SkPostConfig.h

Issue 18531002: Make SK_OVERRIDE expand to OVERRIDE on iOS (Closed) Base URL: http://skia.googlecode.com/svn/trunk/include/
Patch Set: Created 7 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/SkPostConfig.h
===================================================================
--- core/SkPostConfig.h (revision 9768)
+++ core/SkPostConfig.h (working copy)
@@ -321,7 +321,7 @@
#ifndef SK_OVERRIDE
#if defined(_MSC_VER)
#define SK_OVERRIDE override
- #elif defined(__clang__) && !defined(SK_BUILD_FOR_IOS)
+ #elif defined(__clang__)
// Clang defaults to C++03 and warns about using override. Squelch that. Intentionally no
// push/pop here so all users of SK_OVERRIDE ignore the warning too. This is like passing
// -Wno-c++11-extensions, except that GCC won't die (because it won't see this pragma).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698