diff options
author | Yury Fedorov <114264320+yuryf-google@users.noreply.github.com> | 2022-12-19 15:03:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-19 14:03:11 +0000 |
commit | 62edc4fb00e1aeab86cc69c70eafffb17219d047 (patch) | |
tree | 6a5db3d4fc638c9e1e5cf82b23d274e185065cd0 /bindings/python/google_benchmark/example.py | |
parent | fe5a386b403bc273ea3b6abca67a3b79bd504c22 (diff) | |
download | google-benchmark-62edc4fb00e1aeab86cc69c70eafffb17219d047.tar.gz google-benchmark-62edc4fb00e1aeab86cc69c70eafffb17219d047.zip |
Bug fix variable 'actual_iterations' set but not used (#1517)
* Bug fix variable 'actual_iterations' set but not used
Compiling the project in clang 15 without -Wno-unused-but-set-variable flag the following error is generated:
benchmark-src/test/options_test.cc:70:10: error: variable 'actual_iterations' set but not used [-Werror,-Wunused-but-set-variable]
size_t actual_iterations = 0;
^
* Adjust according formatting of `clang-format`
Co-authored-by: dominic hamon <510002+dmah42@users.noreply.github.com>
Diffstat (limited to 'bindings/python/google_benchmark/example.py')
0 files changed, 0 insertions, 0 deletions