am c9a4e2f7: am 4194b389: am 0b6c4157: Merge "frameworks/native/opengl: Fix build with gcc 4.8"

* commit 'c9a4e2f7dc6cc0843d1b029a9860f4786bb6dbd8':
  frameworks/native/opengl: Fix build with gcc 4.8
This commit is contained in:
Jesse Hall 2013-03-28 13:23:40 -07:00 committed by Android Git Automerger
commit 13c62dad56
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ include $(CLEAR_VARS)
# Optional tag would mean it doesn't get installed by default # Optional tag would mean it doesn't get installed by default
LOCAL_MODULE_TAGS := optional LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Werror LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
LOCAL_SRC_FILES:= \ LOCAL_SRC_FILES:= \
gl_code.cpp gl_code.cpp

View File

@ -30,7 +30,7 @@ include $(CLEAR_VARS)
# Optional tag would mean it doesn't get installed by default # Optional tag would mean it doesn't get installed by default
LOCAL_MODULE_TAGS := optional LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Werror LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
LOCAL_SRC_FILES:= \ LOCAL_SRC_FILES:= \
gl_code.cpp gl_code.cpp

View File

@ -33,7 +33,7 @@ include $(CLEAR_VARS)
# Optional tag would mean it doesn't get installed by default # Optional tag would mean it doesn't get installed by default
LOCAL_MODULE_TAGS := optional LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Werror LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
LOCAL_SRC_FILES:= \ LOCAL_SRC_FILES:= \
gl_code.cpp gl_code.cpp

View File

@ -30,7 +30,7 @@ include $(CLEAR_VARS)
# Optional tag would mean it doesn't get installed by default # Optional tag would mean it doesn't get installed by default
LOCAL_MODULE_TAGS := optional LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Werror LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
LOCAL_SRC_FILES:= \ LOCAL_SRC_FILES:= \
gl_code.cpp gl_code.cpp