Mesa (master): android: fix missing backspace for line continuation

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 8 21:14:53 UTC 2019


Module: Mesa
Branch: master
Commit: f67c8701799ec29083f40373f74027f9b1d6dbc6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f67c8701799ec29083f40373f74027f9b1d6dbc6

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Fri Mar  8 20:56:38 2019 +0000

android: fix missing backspace for line continuation

Reported-by: Clayton Craft <clayton.a.craft at intel.com>
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 <eric.engestrom at intel.com>

---

 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 \




More information about the mesa-commit mailing list