]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: avoid -Wshadow warning under clang
authorCollin Funk <collin.funk1@gmail.com>
Wed, 7 Feb 2024 11:58:02 +0000 (03:58 -0800)
committerPádraig Brady <P@draigBrady.com>
Wed, 7 Feb 2024 15:34:13 +0000 (15:34 +0000)
commitafa5d70c0d36cb1bcc9d205007ac6eb6897640e3
tree72ed7be729e34b5a5a1f3239d26c3908d33db7ad
parentf85472082c5920951a2886c114612c5002899fb8
maint: avoid -Wshadow warning under clang

* src/env.c (parse_signal_action_params, parse_signal_block_params):
Rename OPTARG to ARG so that it does not conflict with OPTARG used by
getopt.

Copyright-paperwork-exempt: Yes
src/env.c