netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* net: gcc-6.0 warning fixes
@ 2016-03-14 14:18 Arnd Bergmann
       [not found] ` <1457965120-3155420-1-git-send-email-arnd-r2nGTMty4D4@public.gmane.org>
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Arnd Bergmann @ 2016-03-14 14:18 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev

I've just installed gcc-6.0 to see what kinds of new warnings
we get. It turns out that it's actually really useful once I
disabled -Wunused-const-variable, and all of the warnings it
found in network drivers seem valid.

Sorry for the bad timing in the merge window, but I figured
it would be better to send the fixes as I found the bugs
rather than waiting for the next cycle. The first three
look appropriate for stable backports.

The other two only fix a gcc warning about incorrect whitespace,
probably not worth backporting those.

        Arnd

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

end of thread, other threads:[~2016-03-21 14:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-14 14:18 net: gcc-6.0 warning fixes Arnd Bergmann
     [not found] ` <1457965120-3155420-1-git-send-email-arnd-r2nGTMty4D4@public.gmane.org>
2016-03-14 14:18   ` [PATCH 1/5] mlx4: add missing braces in verify_qp_parameters Arnd Bergmann
     [not found]     ` <1457965120-3155420-2-git-send-email-arnd-r2nGTMty4D4@public.gmane.org>
2016-03-14 17:57       ` Leon Romanovsky
2016-03-14 14:18 ` [PATCH 2/5] farsync: fix off-by-one bug in fst_add_one Arnd Bergmann
2016-03-14 14:18 ` [PATCH 3/5] ath9k: fix buffer overrun for ar9287 Arnd Bergmann
     [not found]   ` <1457965120-3155420-4-git-send-email-arnd-r2nGTMty4D4@public.gmane.org>
2016-03-21 14:23     ` Kalle Valo
2016-03-14 14:18 ` [PATCH 4/5] ath9k: fix misleading indentation Arnd Bergmann
2016-03-21 14:24   ` Kalle Valo
2016-03-14 14:18 ` [PATCH 5/5] net: caif: " Arnd Bergmann
2016-03-14 17:10 ` net: gcc-6.0 warning fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).