staging: rtl8723au: Add -Wtype-limits to CFLAGS
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 21 May 2014 07:37:30 +0000 (09:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 07:27:41 +0000 (16:27 +0900)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/Makefile

index f85f4b3..f0615d6 100644 (file)
@@ -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