xiaoxiang781216 commented on code in PR #15936: URL: https://github.com/apache/nuttx/pull/15936#discussion_r2014409134
########## arch/arm/src/common/Toolchain.defs: ########## @@ -124,6 +124,11 @@ ifeq ($(CONFIG_UNWINDER_ARM),y) endif endif +# Fix -Wshadow warnings for built-in bitops on sim + +ARCHOPTIMIZATION += -fno-builtin-ffs -fno-builtin-ffsl -fno-builtin-ffsll Review Comment: @Fix-Point does #15944 work? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org