arm-trusted-firmware/plat/xilinx/zynqmp
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
..
aarch64 plat: xilinx: zynqmp: Initialize IPI table from zynqmp_config_setup() 2019-09-10 12:25:56 -07:00
include zynqmp: add support for multi console interface 2019-07-01 11:35:34 +05:30
ipi_mailbox_service Move generic ipi_mb functions to common files 2019-01-09 12:15:10 -08:00
pm_service Enable -Wlogical-op always 2019-11-19 08:53:21 -06:00
tsp zynqmp: add support for multi console interface 2019-07-01 11:35:34 +05:30
bl31_zynqmp_setup.c zynqmp: add support for multi console interface 2019-07-01 11:35:34 +05:30
plat_psci.c plat/arm: Sanitise includes 2019-01-25 16:04:10 +00:00
plat_startup.c plat: xilinx: zynqmp: Move zynqmp_private.h to include directory 2019-01-09 12:05:13 -08:00
plat_topology.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_zynqmp.c plat: xilinx: zynqmp: Move zynqmp_private.h to include directory 2019-01-09 12:05:13 -08:00
platform.mk plat: xilinx: zynqmp: Initialize IPI table from zynqmp_config_setup() 2019-09-10 12:25:56 -07:00
sip_svc_setup.c plat: xilinx: zynqmp: Initialize IPI table from zynqmp_config_setup() 2019-09-10 12:25:56 -07:00
zynqmp_ipi.c Move generic ipi_mb functions to common files 2019-01-09 12:15:10 -08:00