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-05-22 21:45:00 +02:00
2020-07-26 20:05:15 +02:00
2020-08-03 20:50:45 +02:00
2020-12-10 11:02:46 +01:00
2020-11-22 15:56:27 +01:00
2020-08-17 22:57:05 +02:00
2020-12-10 11:02:46 +01:00
2020-12-15 19:33:53 +01:00
2020-12-15 19:33:53 +01:00
2020-12-10 11:02:46 +01:00
2020-08-17 22:57:05 +02:00
2020-11-22 18:20:56 +01:00
2020-12-10 11:02:46 +01:00
2020-07-26 20:05:15 +02:00
2020-07-26 20:05:15 +02:00
2020-12-10 11:02:46 +01:00
2020-11-22 18:20:56 +01:00
2020-11-13 09:51:07 +01:00
2020-12-10 11:02:46 +01:00
2020-12-17 19:39:48 +01:00
2020-12-15 19:33:53 +01:00
2020-12-10 11:02:46 +01:00
2020-11-12 10:38:26 +01:00
2020-10-22 15:24:42 +02:00
2020-11-22 18:20:56 +01:00
2020-11-22 18:20:56 +01:00
2020-12-10 11:02:46 +01:00
2020-12-21 00:09:48 +01:00
2020-11-22 18:20:56 +01:00
2020-07-26 20:05:15 +02:00
2020-11-22 18:20:56 +01:00
2020-11-22 18:20:56 +01:00
2020-11-22 18:20:56 +01:00
2020-12-10 11:02:46 +01:00
2020-12-14 12:04:30 +01:00
2020-12-14 13:45:57 +01:00
2020-12-10 11:02:46 +01:00
2020-08-15 00:05:45 +02:00
2020-10-07 12:47:17 +02:00
2020-11-22 18:20:56 +01:00
2020-11-22 18:20:56 +01:00
2020-12-09 21:05:06 +01:00
2020-12-09 21:05:06 +01:00
2020-12-09 21:05:06 +01:00
2020-12-09 21:05:06 +01:00
2020-11-22 18:20:56 +01:00
2020-11-22 18:20:56 +01:00
2020-12-10 11:02:46 +01:00
2020-11-22 15:56:27 +01:00
2020-11-22 15:56:27 +01:00
2020-12-10 11:02:46 +01:00
2020-11-30 11:40:35 +01:00
2020-07-26 20:05:15 +02:00
2020-12-21 00:09:48 +01:00
2020-12-02 10:08:29 +01:00
2020-11-22 18:20:56 +01:00
2020-11-22 18:20:56 +01:00