From 66ce9f7d72a7baf1a841f675c6ca70387b96bb70 Mon Sep 17 00:00:00 2001 From: Gaurav Aggarwal Date: Sat, 7 Dec 2019 01:23:17 +0000 Subject: [PATCH] Move warning suppression for IAR compiler to portmacro.h for v8M ports IAR produces some warnings which can not be fixed in the source code because then other compilers start generating warnings. We suppressed those warnings in the project file before. This change moves the warning suppression from project files to portmacro.h. --- .../Projects/IAR/NonSecure/FreeRTOSDemo_ns.ewp | 5 ++--- .../ARMv8M/non_secure/portable/IAR/ARM_CM23/portmacro.h | 7 +++++++ .../non_secure/portable/IAR/ARM_CM23_NTZ/portmacro.h | 7 +++++++ .../ARMv8M/non_secure/portable/IAR/ARM_CM33/portmacro.h | 7 +++++++ .../non_secure/portable/IAR/ARM_CM33_NTZ/portmacro.h | 7 +++++++ .../Source/portable/IAR/ARM_CM23/non_secure/portmacro.h | 7 +++++++ .../portable/IAR/ARM_CM23_NTZ/non_secure/portmacro.h | 7 +++++++ .../Source/portable/IAR/ARM_CM33/non_secure/portmacro.h | 7 +++++++ .../portable/IAR/ARM_CM33_NTZ/non_secure/portmacro.h | 7 +++++++ 9 files changed, 58 insertions(+), 3 deletions(-) diff --git a/FreeRTOS/Demo/CORTEX_MPU_M23_Nuvoton_NuMaker_PFM_M2351_IAR_GCC/Projects/IAR/NonSecure/FreeRTOSDemo_ns.ewp b/FreeRTOS/Demo/CORTEX_MPU_M23_Nuvoton_NuMaker_PFM_M2351_IAR_GCC/Projects/IAR/NonSecure/FreeRTOSDemo_ns.ewp index 018244a0b5..e9e54a1d7b 100644 --- a/FreeRTOS/Demo/CORTEX_MPU_M23_Nuvoton_NuMaker_PFM_M2351_IAR_GCC/Projects/IAR/NonSecure/FreeRTOSDemo_ns.ewp +++ b/FreeRTOS/Demo/CORTEX_MPU_M23_Nuvoton_NuMaker_PFM_M2351_IAR_GCC/Projects/IAR/NonSecure/FreeRTOSDemo_ns.ewp @@ -297,12 +297,11 @@