commit | 50e3dcac3bede5e6c1c5b2732861b53c77af7398 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Jul 23 14:34:27 2023 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Fri Oct 20 21:47:12 2023 -0700 |
tree | 831189e68aa83fdd63a60fc824412c39979f3f26 | |
parent | 5101483381b50e87e34e39f6e084f570478f40af [diff] [blame] |
Upgrade clang to 16.0.3 We really want clang 17 for the new CUDA version, but that isn't out yet. This gets us a lot closer. Change-Id: Iff6bb187260777690ae68a7eaef1e508c7194e68 Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/third_party/pico-sdk/tools/pioasm/BUILD b/third_party/pico-sdk/tools/pioasm/BUILD index 355834f..1a276c3 100644 --- a/third_party/pico-sdk/tools/pioasm/BUILD +++ b/third_party/pico-sdk/tools/pioasm/BUILD
@@ -21,6 +21,7 @@ "-Wno-unused-parameter", "-Wno-sign-compare", "-fexceptions", + "-Wno-unused-but-set-variable", ], includes = [ ".",