update pico-pio-usb submodule and its warnings suppress

This commit is contained in:
hathach
2022-11-28 23:21:17 +07:00
parent 081e4eecba
commit 5785467016
5 changed files with 1 additions and 17 deletions

View File

@@ -38,12 +38,8 @@ if(FAMILY STREQUAL "rp2040")
# due to warnings from Pico-PIO-USB
target_compile_options(${PROJECT} PUBLIC
-Wno-error=shadow
-Wno-error=cast-align
-Wno-error=cast-qual
-Wno-error=redundant-decls
-Wno-error=sign-conversion
-Wno-error=conversion
-Wno-error=unused-function
)
endif()