* commit '4194b3898df867a5c4377de49ddc72ad3e51122b': frameworks/native/opengl: Fix build with gcc 4.8
This commit is contained in:
commit
c9a4e2f7dc
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user