aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2022-12-14 17:27:01 +0100
committerThomas Schwinge <thomas_schwinge@mentor.com>2022-12-14 17:29:17 +0100
commit0d0de2c6c5861701a78d52e63feaeb7a5b79b5a3 (patch)
tree79d2d5bf297f19ab9c24804b3a2afac5cab8538b /gcc
parent74e16385964d6c03d99916654389edf39e768147 (diff)
parent3d6dbb6fc5d1d14bf36a879b6f4a00ae91090a63 (diff)
downloadgcc-0d0de2c6c5861701a78d52e63feaeb7a5b79b5a3.zip
gcc-0d0de2c6c5861701a78d52e63feaeb7a5b79b5a3.tar.gz
gcc-0d0de2c6c5861701a78d52e63feaeb7a5b79b5a3.tar.bz2
Merge commit '3d6dbb6fc5d1d14bf36a879b6f4a00ae91090a63' into HEAD
Diffstat (limited to 'gcc')
-rw-r--r--gcc/rust/Make-lang.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index 21d7d4e..36f0688 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -24,6 +24,9 @@
# Use strict warnings for this front end.
rust-warn = $(STRICT_WARN)
+# ..., with the exception of '-Wunused-parameter'; waiting for
+# <https://github.com/Rust-GCC/gccrs/issues/1626> "bootstrap build failure".
+rust-warn += -Wno-unused-parameter
# Installation name. Useful for cross compilers and used during install.
GCCRS_INSTALL_NAME := $(shell echo gccrs|sed '$(program_transform_name)')