* commit 'c9a4e2f7dc6cc0843d1b029a9860f4786bb6dbd8': frameworks/native/opengl: Fix build with gcc 4.8
This commit is contained in:
commit
13c62dad56
@ -30,7 +30,7 @@ include $(CLEAR_VARS)
|
||||
# Optional tag would mean it doesn't get installed by default
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_CFLAGS := -Werror
|
||||
LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
|
||||
|
||||
LOCAL_SRC_FILES:= \
|
||||
gl_code.cpp
|
||||
|
@ -30,7 +30,7 @@ include $(CLEAR_VARS)
|
||||
# Optional tag would mean it doesn't get installed by default
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_CFLAGS := -Werror
|
||||
LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
|
||||
|
||||
LOCAL_SRC_FILES:= \
|
||||
gl_code.cpp
|
||||
|
@ -33,7 +33,7 @@ include $(CLEAR_VARS)
|
||||
# Optional tag would mean it doesn't get installed by default
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_CFLAGS := -Werror
|
||||
LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
|
||||
|
||||
LOCAL_SRC_FILES:= \
|
||||
gl_code.cpp
|
||||
|
@ -30,7 +30,7 @@ include $(CLEAR_VARS)
|
||||
# Optional tag would mean it doesn't get installed by default
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_CFLAGS := -Werror
|
||||
LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
|
||||
|
||||
LOCAL_SRC_FILES:= \
|
||||
gl_code.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user