Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ebffb40 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh
Browse files

Revert "Frameworks/base: Mask Skia warning in GraphicsJNI"

Should be unnecessary after c/115476.
This reverts commit ba823cee.

Change-Id: I3ef4d3e04805e450038d469d9672dc064f729b0f
parent ba823cee
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
#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 <jni.h>

class SkBitmapRegionDecoder;