commit | 6b4297fd2fe733d0bb7d57d1372cc3e4a15d7dbf | [log] [tgz] |
---|---|---|
author | Antony Lee <anntzer.lee@gmail.com> | Tue Dec 22 04:17:10 2020 +0100 |
committer | GitHub <noreply@github.com> | Mon Dec 21 22:17:10 2020 -0500 |
tree | dd25e82b8782393595373047f9faa372a1988098 | |
parent | 5bd766bf6c0392c23b2dec66e3c9464b89992b91 [diff] |
fix: don't trigger -Wunused-parameter in flagcheck.cpp. (#2735) ... by leaving the unused parameters anonymous. (This can be checked e.g. by compiling python_example with -Wall -Wextra.)