haiku/headers
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
..
build libbe_build: Use a copy of the BLocker sources. 2019-07-27 18:33:47 -04:00
compatibility Add a features.h to auto enable _DEFAULT_SOURCE 2019-07-29 20:26:46 +00:00
config riscv32: Drop any remaining mentions 2019-04-04 13:23:32 +00:00
cpp build fix. 2015-11-12 22:24:16 +01:00
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs PVS V501: comparing number with itself 2019-07-28 10:16:43 +00:00
os PVS V542: operator precedence issue accross macro expansion 2019-07-31 02:13:01 +00:00
posix Conform putenv to POSIX standards 2019-07-20 16:02:00 +00:00
private libroot: Expose the internal mutex_lock for private consumption. 2019-07-27 18:32:18 -04:00
tools Fix #12799: Enable elf symbol patching for Haiku 2016-10-30 10:42:24 +01:00