Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: 3586171a46bce1c625a4baf8f426d007eb3548ee https://github.com/OpenAMP/open-amp/commit/3586171a46bce1c625a4baf8f426d007e... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths: M apps/examples/linux_rpc_demo/linux_rpc_demo.c M apps/examples/linux_rpc_demo/linux_rpc_demod.c M apps/examples/nocopy_echo/rpmsg-nocopy-ping.c M apps/tests/msg/rpmsg-nocopy-ping.c
Log Message: ----------- apps: Fix warnings about declaration of shadows variables
fix warnings reported by gcc with compilation flag '-Wshadow'
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Commit: 081172c53ca863f06608348f8e076b0cf7dc8bc6 https://github.com/OpenAMP/open-amp/commit/081172c53ca863f06608348f8e076b0cf... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths: M .github/actions/build_ci/entrypoint.sh
Log Message: ----------- CI: add more build warning checks and force them to error.
Add CMAKE_C_FLAGS warnings to highlight potential issue: "-Wall -Wextra -Wshadow -Wunused-but-set-variable" And force warning as error with "-Werror"
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Compare: https://github.com/OpenAMP/open-amp/compare/452510d946d6...081172c53ca8
openamp-rp@lists.openampproject.org