Adrien Destugues 103741882a PVS V542: operator precedence issue accross macro expansion
In CodyCam, we attempt to cast the result of this macro to const char*.
However, the ternary operator has lower priority than the cast so it
doesn't work as expected.

Add some protective parentheses here.

Change-Id: I5e9875187cec67b9534b1bbe58d82217c6cd5524
Reviewed-on: https://review.haiku-os.org/c/1667
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
2019-07-31 02:13:01 +00:00
..
2019-03-30 15:23:15 +00:00
2019-07-17 01:48:25 +00:00
2019-07-27 15:19:31 +00:00
2019-07-16 20:44:32 +00:00
2019-05-07 23:07:17 +00:00