Module: Mesa Branch: master Commit: f67c8701799ec29083f40373f74027f9b1d6dbc6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f67c8701799ec29083f40373f74027f9b1d6dbc6
Author: Eric Engestrom <[email protected]> Date: Fri Mar 8 20:56:38 2019 +0000 android: fix missing backspace for line continuation Reported-by: Clayton Craft <[email protected]> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=109944 Fixes: e1d81decf7a093867f05 "build: make passing an incorrect pointer type a hard error" Signed-off-by: Eric Engestrom <[email protected]> --- Android.common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.common.mk b/Android.common.mk index 35ef2bfeb82..36d97c52dd1 100644 --- a/Android.common.mk +++ b/Android.common.mk @@ -32,7 +32,7 @@ LOCAL_C_INCLUDES += \ MESA_VERSION := $(shell cat $(MESA_TOP)/VERSION) LOCAL_CFLAGS += \ -Wno-error \ - -Werror=incompatible-pointer-types + -Werror=incompatible-pointer-types \ -Wno-unused-parameter \ -Wno-pointer-arith \ -Wno-missing-field-initializers \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
