compiler warning

This commit is contained in:
john30
2020-05-16 09:51:19 +02:00
parent 9e152daaa8
commit 80a105f293
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ int main() {
mstrs.resize(1);
sstrs.resize(1);
for (unsigned int i = 0; i < sizeof(checks) / sizeof(checks[0]); i++) {
string check[5] = checks[i];
string* check = checks[i];
string inputStr = check[1];
string flags = check[4];
bool isTemplate = flags == "template";