commit | bbbddb83bbd3ca2032294b55c91b1023acc927ac | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Tue May 13 21:13:14 2014 -0700 |
committer | Jesse Hall <jessehall@google.com> | Sat May 17 19:32:10 2014 -0700 |
tree | e43bc79e12bd767367e7a035af78aa00c9b4ea96 | |
parent | 4c0596f4cc7d3a0bbbe5862cb38585a58ef4d0a3 [diff] [blame] |
Disable warnings when generating GL wrappers Bug: 15028495 Change-Id: Ic0c974e868d05632a06748c90cedbdd409ce2aa8
diff --git a/opengl/libs/GLES2/gl2.cpp b/opengl/libs/GLES2/gl2.cpp index dea5b75..fa8a228 100644 --- a/opengl/libs/GLES2/gl2.cpp +++ b/opengl/libs/GLES2/gl2.cpp
@@ -107,8 +107,10 @@ extern "C" { +#pragma GCC diagnostic ignored "-Wunused-parameter" #include "gl2_api.in" #include "gl2ext_api.in" +#pragma GCC diagnostic warning "-Wunused-parameter" } #undef API_ENTRY