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

Commit bfd4914b authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Remove obsolete pragma statements

These pragma statements used to guard against compiler warnings in Sk..
code. They are no longer necessary.

Test: make
Change-Id: I9f7f88276edb546ba08c7344c142eb487a04f978
parent 27a266b3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -24,15 +24,11 @@

#include <log/log.h>

// ToDo: Fix code to be warning free
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#include <SkBitmap.h>
#include <SkCanvas.h>
#include <SkColor.h>
#include <SkPaint.h>
#include <SkBlendMode.h>
#pragma GCC diagnostic pop

namespace android {