mirror of
https://github.com/p-ranav/argparse
synced 2026-06-08 16:35:45 +00:00
67d2e4476f
The 'unused' variable in both cases is most-definitely unused in the loop. This is a cppcheck warning that appeared after moving these two loops to range-for. Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>