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:
@@ -197,7 +197,7 @@ int tutorialApiCpp()
|
||||
// Return
|
||||
return 0;
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
catch (const std::exception&)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user