diff options
| author | hathach <[email protected]> | 2022-11-28 23:21:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-11-28 23:21:17 +0700 |
| commit | 5785467016f4f2d0f5e52cec70f4f2328a5d326a (patch) | |
| tree | 89a20e1fc6f73be7ea08fa58e04f307bba64fb92 /examples/host/hid_controller | |
| parent | 081e4eecba3c91f08cdf96b0a090e7726cec3727 (diff) | |
update pico-pio-usb submodule and its warnings suppress
Diffstat (limited to 'examples/host/hid_controller')
| -rw-r--r-- | examples/host/hid_controller/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/host/hid_controller/CMakeLists.txt b/examples/host/hid_controller/CMakeLists.txt index aea99e404..39adf9093 100644 --- a/examples/host/hid_controller/CMakeLists.txt +++ b/examples/host/hid_controller/CMakeLists.txt @@ -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()
\ No newline at end of file |
