Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix some warnings on GCC 4.7
Not as bad as the 3.0.8 kernel. :D
  • Loading branch information
Daz Jones committed Sep 13, 2013
1 parent 1eef8ea commit 0649ec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/common/tuners/Makefile
Expand Up @@ -31,3 +31,5 @@ obj-$(CONFIG_MEDIA_TUNER_TDA18212) += tda18212.o

ccflags-y += -I$(srctree)/drivers/media/dvb/dvb-core
ccflags-y += -I$(srctree)/drivers/media/dvb/frontends

CFLAGS_xc4000.o = -Wno-maybe-uninitialized
2 changes: 2 additions & 0 deletions net/netfilter/Makefile
Expand Up @@ -121,3 +121,5 @@ obj-$(CONFIG_IP_SET) += ipset/

# IPVS
obj-$(CONFIG_IP_VS) += ipvs/

CFLAGS_xt_socket.o = -Wno-maybe-uninitialized

0 comments on commit 0649ec1

Please sign in to comment.