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
..
2015-07-25 15:28:16 +01:00
2017-09-10 20:35:46 -07:00
2021-06-30 08:48:45 -04:00
2017-03-08 13:06:15 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-03-08 13:06:15 +02:00
2017-03-08 13:06:15 +02:00
2017-06-06 00:13:56 -07:00
2017-06-06 00:13:56 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-04-28 10:23:20 -05:00
2017-03-28 14:10:03 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-06-06 00:13:51 -07:00
2017-03-08 13:06:15 +02:00
2017-06-06 00:13:51 -07:00
2017-06-06 00:13:51 -07:00
2017-03-28 14:10:03 -07:00
2017-06-06 00:13:51 -07:00
2017-06-06 00:13:51 -07:00
2017-06-06 00:14:01 -07:00
2017-11-02 11:10:55 +01:00
2015-07-25 15:28:14 +01:00
2017-09-04 14:41:02 +01:00
2017-02-28 11:06:10 +00:00
2016-02-19 10:35:39 -08:00
2019-05-15 07:44:57 -07:00
2017-06-08 02:57:38 -07:00
2022-08-25 11:11:14 +02:00
2017-08-16 15:38:51 +03:00
2017-08-10 08:21:40 -07:00
2016-08-26 08:42:35 -07:00
2017-02-28 09:06:23 -08:00
2017-09-19 10:59:26 -07:00
2017-07-17 15:04:47 +02:00
2016-11-10 08:53:30 -07:00
2024-01-08 11:25:02 +01:00
2017-08-15 15:18:25 +03:00
2015-07-16 00:06:05 -07:00
2017-08-10 09:56:20 -07:00
2017-11-02 11:10:55 +01:00
2017-06-08 04:15:10 -07:00
2017-11-02 11:10:55 +01:00
2016-11-10 12:42:49 -07:00
2015-12-03 11:38:09 -08:00
2015-07-15 23:43:41 -06:00
2022-05-12 12:17:06 +02:00
2015-07-15 23:43:41 -06:00
2016-11-07 16:51:58 -07:00
2015-07-16 00:06:05 -07:00
2021-01-17 13:58:59 +01:00
2016-11-10 14:03:19 -07:00
2016-11-10 14:03:19 -07:00
2016-11-10 14:03:19 -07:00
2017-03-14 13:13:19 -07:00
2018-01-23 19:58:15 +01:00
2019-09-21 07:15:30 +02:00
2016-11-09 15:39:41 -07:00
2016-11-09 15:39:41 -07:00
2019-10-29 09:16:54 +01:00
2016-11-09 15:39:41 -07:00
2016-11-09 15:39:41 -07:00
2017-06-14 00:53:51 -07:00
2017-03-14 13:13:19 -07:00
2017-03-28 14:10:03 -07:00
2016-11-23 08:22:10 -08:00
2018-10-03 17:00:48 -07:00
2022-02-23 11:57:36 +01:00
2017-03-23 13:19:59 -07:00
2017-09-04 14:41:02 +01:00
2017-02-16 13:12:15 -08:00
2017-03-27 10:10:42 -07:00
2017-05-09 21:13:25 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-03-15 10:54:22 +01:00
2018-02-25 11:07:53 +01:00
2017-03-27 10:10:42 -07:00
2018-08-24 13:09:16 +02:00
2018-05-30 07:51:55 +02:00
2017-11-02 11:10:55 +01:00
2017-06-08 02:57:16 -07:00
2017-06-08 02:57:16 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-12-17 20:39:53 +01:00
2015-07-20 10:52:36 -07:00
2018-02-25 11:07:53 +01:00
2016-11-07 16:52:14 -07:00
2017-03-02 08:42:27 +01:00
2018-05-30 07:51:55 +02:00
2025-01-17 00:51:10 -03:00
2023-09-23 10:46:59 +02:00
2015-12-22 16:23:08 -08:00
2017-08-14 10:33:29 -07:00
2016-11-09 15:39:41 -07:00
2017-06-06 00:13:51 -07:00
2017-06-06 00:13:51 -07:00
2017-06-06 00:13:51 -07:00
2017-06-06 00:13:51 -07:00
2019-07-21 09:04:38 +02:00
2016-02-09 02:18:52 -07:00
2018-02-25 11:07:53 +01:00
2016-06-22 03:33:25 -07:00
2018-12-17 09:28:47 +01:00
2019-04-05 22:31:37 +02:00
2017-06-06 00:13:51 -07:00
2017-06-06 00:13:51 -07:00
2016-06-10 04:17:07 -07:00
2018-02-25 11:07:53 +01:00
2017-08-14 16:22:55 +01:00
2017-08-14 10:32:02 -07:00
2017-06-08 03:02:32 -07:00
2015-10-14 12:35:27 -07:00
2015-10-14 12:35:27 -07:00
2023-03-11 16:26:33 +01:00
2016-11-10 12:42:15 -07:00
2017-11-02 11:10:55 +01:00
2017-05-19 10:12:55 +02:00
2016-11-07 16:24:53 -07:00
2015-07-28 13:55:27 +02:00
2015-07-28 13:55:27 +02:00
2015-07-28 13:55:27 +02:00
2017-11-02 11:10:55 +01:00
2017-06-08 04:15:10 -07:00