aboutsummaryrefslogtreecommitdiff
path: root/third_party/pico_sdk/src/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/pico_sdk/src/BUILD.gn')
-rw-r--r--third_party/pico_sdk/src/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/pico_sdk/src/BUILD.gn b/third_party/pico_sdk/src/BUILD.gn
index 1b3b302dd..059d3a477 100644
--- a/third_party/pico_sdk/src/BUILD.gn
+++ b/third_party/pico_sdk/src/BUILD.gn
@@ -39,6 +39,7 @@ config("elf2uf2_configs") {
pw_executable("elf2uf2") {
configs = [
":elf2uf2_configs",
+ "${PICO_ROOT}/gn:disable_elf2uf2_warnings",
"${PICO_ROOT}/gn:disable_warnings",
]
sources = [ "$PICO_SRC_DIR/tools/elf2uf2/main.cpp" ]