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
..
2017-01-24 16:26:14 -08:00
2015-07-27 14:06:23 +02:00
2017-07-10 16:32:34 -07:00
2013-02-26 02:46:08 -05:00
2017-07-10 16:32:34 -07:00
2016-09-27 21:15:20 -04:00
2016-06-25 08:56:30 -07:00
2015-02-12 18:54:14 -08:00
2017-05-15 23:40:22 -04:00