arm-trusted-firmware/plat/xilinx
Justin Chadwell d7b4cd4111 Enable -Wlogical-op always
-Wlogical-op prevents common errors with using numerical constants where
a boolean one is expected as well as when the operands of a logical
operator are the same. While these are perfectly valid behavior, they
can be a sign that something is slightly off.

This patch adds this warning to gcc and it's closest equivalent to
clang, while also fixing any warnings that enabling them causes.

Change-Id: Iabadfc1e6ee0c44eef6685a23b0aed8abef8ce89
Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>
2019-11-19 08:53:21 -06:00
..
common xilinx: Move IPI functions to common file 2019-01-09 12:38:00 -08:00
versal Remove MULTI_CONSOLE_API flag and references to it 2019-06-28 10:52:48 +01:00
zynqmp Enable -Wlogical-op always 2019-11-19 08:53:21 -06:00