roll: pigweed, pw_toolchain: pw_build: Introduce config for enabling -Wshadow-all

-Wshadow-all will be added to internal_strict_warnings in a later
change.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/231651

https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: dfc2231c5e45b09..005ddffe18732af
Roller-URL: https://ci.chromium.org/b/8738520791466187761
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I203b15759b127ef7dad4f5e4a6696075f16f33c3
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/232016
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 7b0d843..f7d9cb8 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-08-26.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8738521753816213345.
-    commit = "dfc2231c5e45b097399968dc23f462555df0f25e",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8738520791466187761.
+    commit = "005ddffe18732af9f46739b7eb578de92c252565",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -57,8 +57,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-08-26.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8738521753816213345.
-    commit = "dfc2231c5e45b097399968dc23f462555df0f25e",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8738520791466187761.
+    commit = "005ddffe18732af9f46739b7eb578de92c252565",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )