David Miller
c1f8667677
netfilter: Fix switch statement warnings with recent gcc.
...
More recent GCC warns about two kinds of switch statement uses:
1) Switching on an enumeration, but not having an explicit case
statement for all members of the enumeration. To show the
compiler this is intentional, we simply add a default case
with nothing more than a break statement.
2) Switching on a boolean value. I think this warning is dumb
but nevertheless you get it wholesale with -Wswitch.
This patch cures all such warnings in netfilter.
Signed-off-by: David S. Miller <davem@davemloft.net >
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org >
2015-04-08 15:20:50 -04:00
..
2015-04-08 15:20:50 -04:00
2015-03-31 13:51:54 -04:00
2015-04-02 14:04:59 -04:00
2015-03-31 13:58:35 -04:00
2015-03-31 13:51:54 -04:00
2015-03-31 13:51:54 -04:00
2015-03-31 13:51:54 -04:00
2015-03-31 13:51:54 -04:00
2015-03-31 13:51:54 -04:00
2015-03-31 13:51:54 -04:00
2014-03-06 16:35:55 -05:00
2014-11-11 14:10:31 -05:00
2015-04-06 22:34:15 -04:00
2015-03-31 13:51:54 -04:00
2015-03-23 16:52:26 -04:00
2015-03-18 22:00:35 -04:00
2014-06-04 22:46:38 -07:00
2015-03-31 13:51:54 -04:00
2015-03-31 13:51:54 -04:00
2015-04-07 15:29:08 -04:00
2014-08-24 22:37:52 -07:00
2015-04-07 15:25:55 -04:00
2015-03-31 13:51:54 -04:00
2012-11-15 17:39:24 -05:00
2015-04-07 15:25:55 -04:00
2015-04-07 15:29:08 -04:00
2015-04-07 15:29:08 -04:00
2015-04-02 14:04:59 -04:00
2015-04-07 15:25:55 -04:00
2014-08-24 22:37:52 -07:00
2015-03-31 13:51:54 -04:00
2014-02-20 14:29:49 +01:00
2014-09-19 22:05:28 -04:00
2015-04-07 15:25:55 -04:00
2014-11-11 14:10:31 -05:00
2015-04-07 15:25:55 -04:00
2015-04-04 12:25:22 -04:00
2015-04-07 15:29:08 -04:00
2015-03-09 23:38:02 -04:00
2014-11-07 15:45:50 -05:00
2014-09-19 17:15:31 -04:00
2015-04-07 15:25:55 -04:00
2015-03-31 13:51:54 -04:00
2015-03-31 13:58:35 -04:00
2015-04-08 12:09:43 -04:00
2015-03-25 00:57:48 -04:00
2015-03-31 13:51:54 -04:00
2015-04-02 16:16:53 -04:00
2015-02-28 16:56:51 -05:00
2014-08-24 22:37:52 -07:00
2015-03-02 13:06:31 -05:00
2015-03-25 14:07:04 -04:00
2015-04-07 22:24:37 -04:00
2014-05-23 16:28:53 -04:00
2015-04-07 15:25:55 -04:00
2015-03-31 13:58:35 -04:00
2013-12-06 12:37:56 -05:00
2007-10-10 16:55:54 -07:00
2014-03-14 07:28:08 +01:00
2015-04-07 15:25:55 -04:00
2015-03-31 13:58:35 -04:00
2014-05-06 07:08:38 +02:00
2014-08-24 22:37:52 -07:00
2014-08-24 22:37:52 -07:00