diff options
Diffstat (limited to 'gcc/rust/rust-gcc.cc')
-rw-r--r-- | gcc/rust/rust-gcc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/rust-gcc.cc b/gcc/rust/rust-gcc.cc index d1ab3a6..b23d141 100644 --- a/gcc/rust/rust-gcc.cc +++ b/gcc/rust/rust-gcc.cc @@ -995,7 +995,7 @@ Gcc_backend::function_type (const Btyped_identifier &receiver, Btype * Gcc_backend::function_ptr_type (Btype *result_type, const std::vector<Btype *> ¶meters, - Location locus) + Location /* locus */) { tree args = NULL_TREE; tree *pp = &args; |