Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c19f98d authored by Rob Clark's avatar Rob Clark
Browse files

drm/msm: fix build error with W=1



Combining -Werror with all the extra warning flags that W=1 adds doesn't
go so well.  Especially because some of the warnings triggered are from
included headers.  So just drop -Werror.

Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent 2559d19f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/msm
ifeq (, $(findstring -W,$(EXTRA_CFLAGS)))
	ccflags-y += -Werror
endif

msm-y := \
	adreno/adreno_device.o \