Tashfin Shakeer Rhythm
a9566ccc56
msm-4.14: Make macros no-op using ((void)0)
...
Do not solely rely on compiler optimizations to get the workaround
of having macros do nothing using an empty do-while loop. It's
inefficient.
Use ((void)0) to which the standard assert macro expands when NDEBUG
is defined.
No functional change intended.
[mcdofrenchfreis]:
Implement this patch to tree using the command:
git grep -l "do {} while (0)" | xargs sed -i "s/do {} while (0)/((void)0)/g"
Change-Id: I9615c62c46670e31ed8d0d89d195144541baa3e6
Signed-off-by: Tashfin Shakeer Rhythm <tashfinshakeerrhythm@gmail.com>
Signed-off-by: mcdofrenchfreis <xyzevan@androidist.net>
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
2025-01-17 00:51:10 -03:00
..
2024-08-08 15:52:16 +00:00
2021-06-10 12:43:51 +02:00
2024-08-16 22:07:21 -03:00
2024-05-08 19:24:35 -03:00
2024-05-06 14:36:35 +00:00
2019-03-23 14:35:16 +01:00
2022-01-05 12:33:49 +01:00
2019-05-04 09:15:20 +02:00
2020-06-03 08:17:33 +02:00
2025-01-13 14:37:40 -03:00
2024-06-04 16:33:29 -03:00
2019-08-04 09:31:59 +02:00
2019-06-11 12:21:51 +02:00
2022-04-27 13:15:32 +02:00
2022-02-23 11:57:34 +01:00
2024-05-06 14:36:38 +00:00
2024-10-24 10:07:41 +00:00
2022-03-16 00:46:24 +01:00
2022-03-02 11:33:55 +01:00
2020-09-20 19:23:27 -07:00
2020-03-06 03:03:32 -08:00
2018-09-13 16:15:44 -07:00
2020-02-06 03:21:34 -08:00
2019-07-19 16:24:39 +08:00
2022-02-16 12:44:51 +01:00
2024-10-10 10:27:57 +00:00
2024-04-18 09:46:38 -03:00
2022-07-12 16:27:27 +02:00
2020-03-20 10:54:10 +01:00
2020-03-11 18:02:48 +01:00
2018-09-04 17:54:26 -07:00
2019-11-10 11:25:37 +01:00
2019-11-10 11:25:37 +01:00
2023-12-13 16:46:18 +01:00
2021-03-03 18:22:57 +01:00
2022-10-26 13:17:13 +02:00
2022-02-01 09:01:42 +00:00
2018-04-29 11:33:13 +02:00
2025-01-13 14:37:40 -03:00
2024-06-04 16:33:29 -03:00
2020-12-11 13:39:03 +01:00
2019-04-27 09:35:40 +02:00
2022-06-06 08:20:56 +02:00
2022-08-03 08:32:56 +00:00
2018-05-16 10:10:24 +02:00
2019-02-23 09:06:42 +01:00
2022-04-26 14:54:13 +07:00
2019-06-11 12:21:47 +02:00
2021-07-28 11:12:15 +02:00
2019-07-21 09:04:28 +02:00
2019-01-31 08:13:42 +01:00
2024-05-31 10:46:18 +00:00
2025-01-17 00:51:10 -03:00
2022-08-03 08:32:56 +00:00
2019-09-16 08:20:44 +02:00
2025-01-13 14:37:40 -03:00
2024-10-24 10:07:39 +00:00
2019-02-06 17:31:33 +01:00
2019-11-06 12:43:36 +01:00
2024-03-08 08:21:28 +00:00
2021-11-26 11:40:36 +01:00
2023-09-23 10:46:55 +02:00
2018-05-30 07:51:58 +02:00
2020-03-05 12:59:36 -05:00
2023-01-18 09:26:32 +01:00
2020-11-16 16:30:09 +01:00
2024-07-18 01:54:59 -03:00
2024-10-30 14:08:25 +00:00
2018-05-16 10:10:23 +02:00
2021-12-08 08:46:48 +01:00
2023-12-07 20:15:44 -03:00
2022-11-10 15:47:22 +01:00
2021-08-26 08:37:02 -04:00
2021-04-16 11:57:49 +02:00
2018-05-30 07:52:01 +02:00
2020-01-27 14:46:50 +01:00
2018-05-30 07:52:14 +02:00
2022-04-26 15:03:40 +07:00
2022-01-27 09:01:01 +01:00
2023-05-17 11:11:41 +02:00
2022-06-06 08:20:56 +02:00
2018-04-19 08:56:16 +02:00
2025-01-13 14:37:40 -03:00
2025-01-17 00:51:10 -03:00
2024-07-13 20:47:49 -03:00
2018-12-05 19:41:10 +01:00
2018-06-26 08:06:28 +08:00
2018-11-16 14:44:16 -07:00
2025-01-13 14:37:40 -03:00
2023-04-26 11:18:57 +02:00
2023-12-07 20:15:44 -03:00