Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
codecs: disable -Wshift-overflow warning
Browse files Browse the repository at this point in the history
Change-Id: Ia620daf7908ab6aff6de21c1badafd7313128920
Signed-off-by: Akhil Narang <akhilnarang.1999@gmail.com>
  • Loading branch information
adekmaulana authored and akhilnarang committed Oct 10, 2018
1 parent 1e0114e commit da6a981
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/codecs/sdm660_cdc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ snd-soc-dbmdx-objs := dbmdx.o dbmdx-spi.o dbmdx-i2c.o dbmdx-i2c-d2.o dbmdx-i2c-d
obj-$(CONFIG_SND_SOC_DBMDX) += snd-soc-dbmdx.o
snd-soc-dbmdx-snd-capture-objs := dbmdx-snd.o dbmdx-snd-pcm.o
obj-$(CONFIG_SND_SOC_DBMDX_SND_CAPTURE) += snd-soc-dbmdx-snd-capture.o

subdir-ccflags-y := $(call cc-disable-warning, shift-overflow)

0 comments on commit da6a981

Please sign in to comment.