diff options
author | Siarhei Vishniakou <svv@google.com> | 2018-02-23 15:48:10 -0800 |
---|---|---|
committer | Siarhei Vishniakou <svv@google.com> | 2018-02-23 15:48:10 -0800 |
commit | bfd4914b605deec774175182b02ddc017477dbb4 (patch) | |
tree | 265fc2927c5625daa340a02e8fc81e44dcb90873 /libs/input | |
parent | 27a266b3b26c211689073830459ef20b9dddc824 (diff) |
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
Diffstat (limited to 'libs/input')
-rw-r--r-- | libs/input/PointerController.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/input/PointerController.cpp b/libs/input/PointerController.cpp index e3af65532f85..0a90f85cda0e 100644 --- a/libs/input/PointerController.cpp +++ b/libs/input/PointerController.cpp @@ -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 { |