mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-12 20:30:20 +00:00
Removed Windows warnings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user