Files
ladybird/Userland
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-11-10 19:03:08 +01:00
2020-12-16 17:29:28 +01:00
2020-10-03 12:36:49 +02:00
2020-10-24 12:56:25 +02:00
2020-12-17 19:39:56 +01:00
2020-11-28 14:28:58 +01:00
2020-12-16 23:26:35 +01:00
2020-07-19 11:46:37 +02:00
2020-11-10 12:06:04 +01:00
2020-11-17 09:40:03 +01:00
2020-11-08 21:40:18 +01:00
2020-11-08 16:16:03 +01:00
2020-10-25 18:52:51 +01:00
2020-10-25 18:52:51 +01:00
2020-12-03 21:55:02 +01:00
2020-10-25 14:37:39 +01:00