mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-10-31 07:51:08 -04:00
warning抑止。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@92 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
parent
64b1e317ab
commit
fb4a345dca
@ -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:
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user