From c61b229a213ac1f1cc50c6c4af53131578a91d53 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 28 Sep 2021 16:52:59 +0200 Subject: Fix -Wextra warnings from gcc. --- uunit.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'uunit.cc') diff --git a/uunit.cc b/uunit.cc index 609310a..ba894cb 100644 --- a/uunit.cc +++ b/uunit.cc @@ -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); -- cgit v1.2.3