summaryrefslogtreecommitdiffstats
path: root/core/jni/android_opengl_GLES30.cpp
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-11-12 14:12:45 -0800
committerAndreas Gampe <agampe@google.com>2014-11-12 14:12:45 -0800
commitbfe6333c3cf529600f41f14e3b8c5846e632c9a2 (patch)
treea6b36d5ce3a6714ba6648ce95801653d3ebc556d /core/jni/android_opengl_GLES30.cpp
parent5e6cf24213c5eacc9d3e3c8da5826be4a23f22af (diff)
downloadframeworks_base-bfe6333c3cf529600f41f14e3b8c5846e632c9a2.zip
frameworks_base-bfe6333c3cf529600f41f14e3b8c5846e632c9a2.tar.gz
frameworks_base-bfe6333c3cf529600f41f14e3b8c5846e632c9a2.tar.bz2
Frameworks/base: New GL bindings
Generated new bindings after glgen update. Change-Id: I96f2e3eee99f1e12ad84aa10e8f7826a905e909c
Diffstat (limited to 'core/jni/android_opengl_GLES30.cpp')
-rw-r--r--core/jni/android_opengl_GLES30.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/jni/android_opengl_GLES30.cpp b/core/jni/android_opengl_GLES30.cpp
index ba324b0..713fff9 100644
--- a/core/jni/android_opengl_GLES30.cpp
+++ b/core/jni/android_opengl_GLES30.cpp
@@ -17,6 +17,10 @@
// This source file is automatically generated
+#pragma GCC diagnostic ignored "-Wunused-variable"
+#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
+#pragma GCC diagnostic ignored "-Wunused-function"
+
#include <GLES3/gl3.h>
#include <GLES3/gl3ext.h>