Lenny Maiorani
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] ( #4473 )
...
Problem:
- `(void)` simply casts the expression to void. This is understood to
indicate that it is ignored, but this is really a compiler trick to
get the compiler to not generate a warning.
Solution:
- Use the `[[maybe_unused]]` attribute to indicate the value is unused.
Note:
- Functions taking a `(void)` argument list have also been changed to
`()` because this is not needed and shows up in the same grep
command.
2020-12-21 00:09:48 +01:00
..
2020-10-20 18:10:22 +02:00
2020-11-10 14:39:38 +01:00
2020-05-29 07:59:45 +02:00
2020-09-27 01:02:11 +02:00
2020-12-14 23:05:53 +01:00
2020-12-14 23:05:53 +01:00
2020-12-21 00:09:48 +01:00
2020-12-14 23:05:53 +01:00
2020-12-14 23:05:53 +01:00
2020-08-12 20:40:59 +02:00
2020-09-27 21:15:25 +02:00
2020-09-27 21:15:25 +02:00
2020-08-12 20:40:59 +02:00
2020-07-04 17:22:23 +02:00
2020-12-14 23:05:53 +01:00
2020-12-14 23:05:53 +01:00
2020-11-01 19:21:19 +01:00
2020-12-14 23:05:53 +01:00
2020-08-17 09:17:57 +02:00
2020-05-20 08:31:31 +02:00
2020-05-29 07:59:45 +02:00
2020-09-06 21:36:36 +02:00
2020-09-27 01:02:11 +02:00
2020-08-30 17:35:27 +02:00
2020-09-25 21:18:17 +02:00
2020-08-17 09:17:57 +02:00
2020-12-14 23:05:53 +01:00
2020-11-10 14:39:38 +01:00
2020-10-30 17:03:28 +01:00
2020-11-16 15:11:02 +01:00
2020-11-14 22:51:49 +01:00
2020-05-29 07:59:45 +02:00
2020-12-14 23:05:53 +01:00
2020-12-14 23:05:53 +01:00
2020-10-02 16:03:17 +02:00
2020-04-18 10:11:55 +02:00
2020-09-27 01:02:11 +02:00
2020-07-04 17:22:23 +02:00
2020-11-30 13:17:02 +01:00
2020-08-30 17:35:27 +02:00
2020-08-24 18:22:09 +02:00
2020-11-27 21:32:41 +01:00
2020-09-27 01:02:11 +02:00
2020-12-21 00:09:48 +01:00
2020-10-12 19:53:25 +02:00
2020-10-12 19:53:25 +02:00
2020-09-25 21:18:17 +02:00
2020-09-09 21:10:23 +02:00
2020-10-29 23:32:18 +01:00
2020-10-29 23:32:18 +01:00
2020-09-25 21:18:17 +02:00
2020-07-06 10:01:14 +02:00
2020-08-11 20:29:14 +02:00
2020-05-16 12:00:04 +02:00
2020-09-25 21:18:17 +02:00
2020-12-21 00:09:48 +01:00
2020-10-04 19:18:32 +02:00
2020-12-21 00:09:48 +01:00
2020-12-21 00:09:48 +01:00
2020-11-14 11:24:42 +01:00
2020-09-12 13:46:15 +02:00
2020-12-21 00:09:48 +01:00
2020-12-21 00:09:48 +01:00
2020-12-21 00:09:48 +01:00
2020-12-21 00:09:48 +01:00
2020-07-04 10:49:36 +02:00
2020-11-10 19:03:08 +01:00
2020-10-15 13:45:00 +02:00
2020-07-04 17:22:23 +02:00
2020-12-21 00:09:48 +01:00
2020-12-21 00:09:48 +01:00
2020-09-27 01:02:11 +02:00
2020-07-04 17:22:23 +02:00
2020-09-27 01:02:11 +02:00
2020-07-04 17:22:23 +02:00