From 2d9526715e1f50e56da6df40c9219c8afeb97973 Mon Sep 17 00:00:00 2001 From: "george@mozilla.com" Date: Tue, 6 Aug 2013 18:35:00 +0000 Subject: [PATCH] Add a default value for SK_OVERRIDE in SkPostConfig.h Review URL: https://chromiumcodereview.appspot.com/22288002 git-svn-id: http://skia.googlecode.com/svn/trunk@10576 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkPostConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h index 07c1217..4a819d3 100644 --- a/include/core/SkPostConfig.h +++ b/include/core/SkPostConfig.h @@ -354,8 +354,8 @@ #define SK_OVERRIDE override #endif #endif - #else - // Linux GCC ignores "__attribute__((override))" and rejects "override". + #endif + #ifndef SK_OVERRIDE #define SK_OVERRIDE #endif #endif -- 2.7.4