Removed Windows warnings

This commit is contained in:
Gines Hidalgo
2019-09-25 00:26:42 -04:00
parent 4f9ee6b13c
commit 47af3a8f80
27 changed files with 50 additions and 50 deletions
@@ -116,7 +116,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -98,7 +98,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -182,7 +182,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -197,7 +197,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -281,7 +281,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -210,7 +210,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -219,7 +219,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -230,7 +230,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -235,7 +235,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -205,7 +205,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -233,7 +233,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -308,7 +308,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -200,7 +200,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -170,7 +170,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -171,7 +171,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -224,7 +224,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}
@@ -337,7 +337,7 @@ int tutorialApiCpp()
// Return
return 0;
}
catch (const std::exception& e)
catch (const std::exception&)
{
return -1;
}