Files
heimdal/lib/krb5
Jeffrey Altman 04527412e3 Follow the Linux kernel's lead on "fallthrough"
The pseudo keyword 'fallthrough' is defined such that case statement
blocks must end with any of these keywords:
 * break;
 * fallthrough;
 * continue;
 * goto <label>;
 * return [expression];
 *
 *  gcc: https://gcc.gnu.org/onlinedocs/gcc/Statement-Attributes.html#Statement-Attributes

The macro is defined either as

  __attribute__((__fallthrough__))

or as

  do {} while (0)  /* fallthrough */

not including the semicolon.

This change implements the Linux kernel style and updates several locations
where "/*fallthrough*/ and /* FALLTHROUGH */ were not previously replaced.

Externally imported code such as libedit, libtommath and sqlite are
restored to their unaltered state.

Change-Id: I69db8167b0d5884f55d96d72de3059a0235a1ba3
2022-01-21 10:39:47 -05:00
..
2022-01-19 23:38:27 -06:00
2022-01-14 17:10:16 -06:00
2022-01-19 23:38:27 -06:00
2022-01-14 17:10:16 -06:00
2011-05-21 11:57:31 -07:00
2021-09-19 13:25:27 +10:00
2022-01-19 23:38:27 -06:00
2022-01-14 17:10:16 -06:00
2018-09-10 14:42:18 -04:00
2022-01-14 12:48:32 -06:00
2017-04-29 01:05:59 -04:00
2022-01-19 23:38:27 -06:00
2022-01-14 17:10:16 -06:00
2016-04-16 16:58:08 -05:00
2018-10-08 08:46:37 -04:00
2012-01-10 22:54:50 +01:00
2022-01-14 17:10:16 -06:00
2022-01-19 23:38:27 -06:00
2022-01-19 23:38:27 -06:00
2021-03-26 18:47:49 -05:00
2022-01-19 23:38:27 -06:00
2011-07-24 16:02:22 -07:00
2014-04-25 02:42:17 +02:00
2011-05-21 11:57:31 -07:00
2014-04-25 02:42:17 +02:00
2011-05-21 11:57:31 -07:00
2011-05-21 11:57:31 -07:00
2011-05-21 11:57:31 -07:00
2007-07-15 20:49:46 +00:00
2022-01-19 23:38:27 -06:00
2022-01-17 11:16:07 -06:00
2022-01-19 23:38:27 -06:00
2022-01-14 17:10:16 -06:00
2014-03-24 23:07:49 -05:00
2022-01-14 17:10:16 -06:00
2011-05-21 11:57:31 -07:00
2022-01-15 18:54:57 +11:00
2016-11-20 17:43:51 -06:00
2022-01-19 23:38:27 -06:00
2022-01-19 23:38:27 -06:00
2017-04-29 13:55:24 -04:00
2017-04-29 01:05:59 -04:00
2022-01-19 23:38:27 -06:00
2022-01-16 00:48:09 -05:00
2016-02-26 00:55:30 -06:00
2012-05-28 13:14:55 +01:00
2011-05-21 11:57:31 -07:00
2022-01-14 17:10:16 -06:00
2019-01-02 13:56:04 -05:00
2010-09-18 14:45:33 -07:00
2022-01-19 23:38:27 -06:00
2022-01-18 15:40:54 -06:00
2022-01-14 17:10:16 -06:00
2011-05-21 11:57:31 -07:00
2009-05-04 06:17:40 +00:00
2014-04-29 11:04:21 -06:00
2009-05-04 06:17:40 +00:00
2021-11-29 12:50:26 +11:00
2022-01-14 17:10:16 -06:00
2011-05-21 11:57:31 -07:00
2009-05-04 06:17:40 +00:00
2009-05-04 06:17:40 +00:00
2009-05-04 06:17:40 +00:00
2009-05-04 06:17:40 +00:00
2022-01-19 23:38:27 -06:00
2022-01-14 17:59:49 -06:00
2011-05-21 11:57:31 -07:00
2022-01-01 23:30:15 -06:00
2021-08-09 21:46:24 +10:00
2022-01-14 17:10:16 -06:00