From e5d7cb5ce5b9cc40b0c56b18980a4234118c1739 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Tue, 1 Oct 2024 10:41:05 +0200 Subject: Enable google-* checks. --- test/other_tools/git_operations/git_config_run.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/other_tools/git_operations/git_config_run.test.cpp') diff --git a/test/other_tools/git_operations/git_config_run.test.cpp b/test/other_tools/git_operations/git_config_run.test.cpp index 1e72c7da..57380280 100644 --- a/test/other_tools/git_operations/git_config_run.test.cpp +++ b/test/other_tools/git_operations/git_config_run.test.cpp @@ -60,7 +60,7 @@ auto main(int argc, char* argv[]) -> int { argc); return 1; } - auto args = std::span(argv, size_t(argc)); + auto args = std::span(argv, static_cast(argc)); std::string test_type{args[1]}; // type of test std::string test_url{args[2]}; // remote URL to test -- cgit v1.2.3