From 9ebffb40d80cb6eb1c3bcd51007a3b68f32e4ba7 Mon Sep 17 00:00:00 2001 From: Chih-hung Hsieh Date: Fri, 21 Nov 2014 18:54:15 +0000 Subject: Revert "Frameworks/base: Mask Skia warning in GraphicsJNI" Should be unnecessary after c/115476. This reverts commit ba823cee8bafff98640408a777fe105a72fcea0d. Change-Id: I3ef4d3e04805e450038d469d9672dc064f729b0f --- core/jni/android/graphics/GraphicsJNI.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/jni/android') diff --git a/core/jni/android/graphics/GraphicsJNI.h b/core/jni/android/graphics/GraphicsJNI.h index e2b31cb..dcc97e5 100644 --- a/core/jni/android/graphics/GraphicsJNI.h +++ b/core/jni/android/graphics/GraphicsJNI.h @@ -1,8 +1,6 @@ #ifndef GraphicsJNI_DEFINED #define GraphicsJNI_DEFINED -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wunused-parameter" #include "SkBitmap.h" #include "SkDevice.h" #include "SkPixelRef.h" @@ -10,8 +8,6 @@ #include "SkPoint.h" #include "SkRect.h" #include "SkImageDecoder.h" -#pragma GCC diagnostic pop - #include class SkBitmapRegionDecoder; -- cgit v1.1