[committed] libstdc++: Fix some -Wunused-parameter warnings

2023-08-09 Thread Jonathan Wakely via Gcc-patches
Tested x86_64-linux. Pushed to trunk. -- >8 -- libstdc++-v3/ChangeLog: * include/bits/alloc_traits.h (allocate): Add [[maybe_unused]] attribute. * include/bits/regex_executor.tcc: Remove name of unused parameter. * include/bits/shared_ptr_atomic.h (atomic_

[committed] libstdc++: Fix some -Wunused-parameter warnings

2020-09-10 Thread Jonathan Wakely via Gcc-patches
libstdc++-v3/ChangeLog: * include/bits/codecvt.h (codecvt_byname): Remove names of unused parameters. Tested powerpc64le-linux. Committed to trunk. commit 36efcd7de0431b099087d8ae1ad358b0e088a250 Author: Jonathan Wakely Date: Thu Sep 10 17:09:16 2020 libstdc++: Fix some -