From: Jes Sorensen Date: Wed, 21 May 2014 07:37:30 +0000 (+0200) Subject: staging: rtl8723au: Add -Wtype-limits to CFLAGS X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=af97d6cd7bbf604c87601aedbf8ce5dc0088a2d7;p=deliverable%2Flinux.git staging: rtl8723au: Add -Wtype-limits to CFLAGS Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723au/Makefile b/drivers/staging/rtl8723au/Makefile index f85f4b38bccf..f0615d666d91 100644 --- a/drivers/staging/rtl8723au/Makefile +++ b/drivers/staging/rtl8723au/Makefile @@ -53,4 +53,4 @@ r8723au-$(CONFIG_8723AU_BT_COEXIST) += hal/rtl8723a_bt-coexist.o obj-$(CONFIG_R8723AU) := r8723au.o -ccflags-y += -D__CHECK_ENDIAN__ -I$(src)/include +ccflags-y += -Wtype-limits -D__CHECK_ENDIAN__ -I$(src)/include