mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-23 04:20:47 +00:00
update pico-pio-usb submodule and its warnings suppress
This commit is contained in:
parent
081e4eecba
commit
5785467016
@ -32,12 +32,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()
|
@ -34,12 +34,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()
|
||||
|
@ -33,12 +33,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()
|
@ -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()
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f78dc9b2c7fa9b82587e43babdc1d21294a32985
|
||||
Subproject commit 52805e6d92556e67d3738bd8fb10227a45b13a08
|
Loading…
x
Reference in New Issue
Block a user