diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-28 16:52:59 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-28 16:52:59 +0200 |
commit | c61b229a213ac1f1cc50c6c4af53131578a91d53 (patch) | |
tree | 7533babfa11f671ef4d2fca6d4f55df249a371d6 /uunit.cc | |
parent | fd83de802d05a227cc00489f66ea70fccb4dda05 (diff) |
Fix -Wextra warnings from gcc.
Diffstat (limited to 'uunit.cc')
-rw-r--r-- | uunit.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ int main(int argc, char* argv[]) { + (void)argc; + (void)argv; std::ofstream xmlfile; xmlfile.open("result_" OUTPUT ".xml"); return uUnit::runTests(xmlfile); |