From: Jes Sorensen <Jes.Sorensen@redhat.com>
Date: Wed, 21 May 2014 07:37:30 +0000 (+0200)
Subject: staging: rtl8723au: Add -Wtype-limits to CFLAGS
X-Git-Tag: firefly_0821_release~176^2~3465^2~39^2~640
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=af97d6cd7bbf604c87601aedbf8ce5dc0088a2d7;p=firefly-linux-kernel-4.4.55.git

staging: rtl8723au: Add -Wtype-limits to CFLAGS

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

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