compiler warning

This commit is contained in:
john30
2016-01-02 13:27:18 +01:00
parent d7d94b469f
commit fede0f999c
+1 -1
View File
@@ -135,7 +135,7 @@ int main()
bool failedPrepareMatch = flags.find('P') != string::npos;
bool multi = flags.find('*') != string::npos;
bool withInput = flags.find('i') != string::npos;
result_t result;
result_t result = RESULT_EMPTY;
if (isChain) {
size_t pos = 0;
string token;