roll: pigweed, pw_toolchain: pw_bluetooth_sapphire: Handle switch warning with pigweed

This switches over to using `pw_preproccesor` to annotate and disable
switch related warnings. This fixes non-clang builds

Original-Bug: b/355511476
Test: fx test //src/connectivity/bluetooth/core/bt-host

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1092485
GitOrigin-RevId: 3ec33d398c866760859f0891a04f1bff8b55f923
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/227044
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>

https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: 17a6be9e3c21fcb..e6af48396fd8c94
Roller-URL: https://ci.chromium.org/b/8740231103396971761
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I3a829f8420e4ce364fd63a7885a7bcf270254ebc
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/228335
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/WORKSPACE b/WORKSPACE
index b759608..62f2c61 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -84,8 +84,8 @@
     name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-08-07.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8740231543794740321.
-    commit = "17a6be9e3c21fcb7be1170c0abf40dfdb042e281",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8740231103396971761.
+    commit = "e6af48396fd8c9480657b5502f1267a801f44892",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
 )
 
@@ -93,8 +93,8 @@
     name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-08-07.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8740231543794740321.
-    commit = "17a6be9e3c21fcb7be1170c0abf40dfdb042e281",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8740231103396971761.
+    commit = "e6af48396fd8c9480657b5502f1267a801f44892",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
     strip_prefix = "pw_toolchain_bazel",
 )