xiaoxiang781216 commented on code in PR #3578:
URL: https://github.com/apache/nuttx-apps/pull/3578#discussion_r3506933166
##########
interpreters/berry/CMakeLists.txt:
##########
@@ -35,6 +35,8 @@ if(CONFIG_INTERPRETERS_BERRY)
PATCH_COMMAND
patch -l -p1 -d ${CMAKE_CURRENT_LIST_DIR}/berry -i
${CMAKE_CURRENT_LIST_DIR}/0001-Fix-Berry-default-port-for-NuttX.patch
+ COMMAND patch -l -p1 -d ${CMAKE_CURRENT_LIST_DIR}/berry -i
+ ${CMAKE_CURRENT_LIST_DIR}/0002-Fix-Berry-Wshadow-build-errors.patch
Review Comment:
let's add -Wno-shadow instead
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]