mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* patches for compiler warnings
@ 2012-01-02 13:57 Sascha Hauer
  2012-01-02 13:57 ` [PATCH 1/5] scripts/Kbuild.include: update to latest kernel version Sascha Hauer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sascha Hauer @ 2012-01-02 13:57 UTC (permalink / raw)
  To: barebox

These patches fix some compiler warnings, partly by just disabling
the warning in the compiler. The set-but-not-used warnings are not
very useful and often trigger false positives, so disable this. Same
with "warning: generating trampoline in object".

Sascha Hauer (5):
      scripts/Kbuild.include: update to latest kernel version
      Makefile: disable unused-but-set-variable warning
      mtd Kconfig: only select NAND_READ_OOB when NAND is enabled
      net dm9k: Fix compiler warning
      Makefile: disable warning: generating trampoline in object

 Makefile               |    6 ++
 drivers/mtd/Kconfig    |    4 +-
 drivers/net/dm9k.c     |    2 +
 scripts/Kbuild.include |  143 ++++++++++++++++++++++++++++++++++--------------
 4 files changed, 112 insertions(+), 43 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-02 13:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-02 13:57 patches for compiler warnings Sascha Hauer
2012-01-02 13:57 ` [PATCH 1/5] scripts/Kbuild.include: update to latest kernel version Sascha Hauer
2012-01-02 13:57 ` [PATCH 2/5] Makefile: disable unused-but-set-variable warning Sascha Hauer
2012-01-02 13:57 ` [PATCH 3/5] mtd Kconfig: only select NAND_READ_OOB when NAND is enabled Sascha Hauer
2012-01-02 13:57 ` [PATCH 4/5] net dm9k: Fix compiler warning Sascha Hauer
2012-01-02 13:57 ` [PATCH 5/5] Makefile: disable warning: generating trampoline in object Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox