From fb4a345dcaa6aedcbe25cd1114e5109c939f69ec Mon Sep 17 00:00:00 2001 From: nakasima Date: Tue, 9 Dec 2008 08:39:53 +0000 Subject: [PATCH] =?UTF-8?q?warning=E6=8A=91=E6=AD=A2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@92 b871894f-2f95-9b40-918c-086798483c85 --- trunk/build/buildtools/commondefs.cctype.RVCT | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/build/buildtools/commondefs.cctype.RVCT b/trunk/build/buildtools/commondefs.cctype.RVCT index fc9c730..22ef0af 100644 --- a/trunk/build/buildtools/commondefs.cctype.RVCT +++ b/trunk/build/buildtools/commondefs.cctype.RVCT @@ -218,9 +218,10 @@ MACRO_FLAGS += $(LMACRO_FLAGS) # 236: controlling expression is constant # 1256: "unsigned char" would have been promoted to "int" # when passed through the ellipsis parameter; use the latter type instead +#A1329W: Unsafe instruction (forced user mode transfer with write-back to base) #A1581W: Added 2 bytes of padding at address 0x3e2 T_CFLAGS_WARN += --diag_remark 236,177 -T_CFLAGS_WARN += --diag_suppress 66,108,1256,A1581W +T_CFLAGS_WARN += --diag_suppress 66,108,1256,A1329W,A1581W # Promote the following compiler warnings to errors: #