summaryrefslogtreecommitdiff
path: root/examples/host/hid_controller
diff options
context:
space:
mode:
authorGordon McNab <[email protected]>2022-11-30 12:16:52 +0000
committerGitHub <[email protected]>2022-11-30 12:16:52 +0000
commitaceab1dcf3a57d2e789efc0781685beb33e94754 (patch)
tree877481517624c02d8da49d2260a40bde1555a8b9 /examples/host/hid_controller
parent1437ad1dfb5b48169f680253707821bd9751fc65 (diff)
parent2ae6a4d519cdb1d8df7a4c7b9a979b8ad3713e88 (diff)
Merge branch 'hathach:master' into port-ft90x
Diffstat (limited to 'examples/host/hid_controller')
-rw-r--r--examples/host/hid_controller/CMakeLists.txt4
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