From 4a3dfb97ef35ae7c275d7000cb0c47b479a41457 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周五, 09 10月 2020 13:41:03 +0800
Subject: [PATCH] compile with mingw

---
 test/functional/generate-license.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/functional/generate-license.cpp b/test/functional/generate-license.cpp
index ae42689..cdaa175 100644
--- a/test/functional/generate-license.cpp
+++ b/test/functional/generate-license.cpp
@@ -43,7 +43,7 @@
 	ss << " --" PARAM_LICENSE_OUTPUT " " << license_fname_s;
 	ss << " --" PARAM_PROJECT_FOLDER " " << LCC_TEST_LICENSES_PROJECT;
 
-	for (int i = 0; i < other_args.size(); i++) {
+	for (size_t i = 0; i < other_args.size(); i++) {
 		ss << " " << other_args[i];
 	}
 	cout << "executing :" << ss.str() << endl;

--
Gitblit v1.9.1