arm-trusted-firmware/plat/xilinx/zynqmp/pm_service
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
..
pm_api_clock.c Merge pull request #1732 from jollysxilinx/integration 2019-01-08 09:09:23 +00:00
pm_api_clock.h Merge pull request #1732 from jollysxilinx/integration 2019-01-08 09:09:23 +00:00
pm_api_ioctl.c Enable -Wlogical-op always 2019-11-19 08:53:21 -06:00
pm_api_ioctl.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pm_api_pinctrl.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
pm_api_pinctrl.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
pm_api_sys.c zynqmp: pm: Add support for setting PMU configuration object 2019-03-08 15:35:30 +00:00
pm_api_sys.h Merge pull request #1732 from jollysxilinx/integration 2019-01-08 09:09:23 +00:00
pm_client.c xilinx: Move IPI functions to common file 2019-01-09 12:38:00 -08:00
pm_client.h xilinx: Move IPI functions to common file 2019-01-09 12:38:00 -08:00
pm_defs.h zynqmp: pm: Reimplement clock set divider EEMI API 2019-01-04 11:51:05 -08:00
pm_svc_main.c plat: xilinx: zynqmp: Move zynqmp_private.h to include directory 2019-01-09 12:05:13 -08:00
pm_svc_main.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00