Merge pull request #1123 from blattms/fix-unused-parameter-oython
Fixed unused parameter warning in PythonInterp.hpp
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
return this->fail();
|
||||
};
|
||||
|
||||
bool exec(const std::string& python_code, const Parser& parser, Deck& deck) {
|
||||
bool exec(const std::string& /* python_code*/ , const Parser& /* parser */, Deck& /* deck */) {
|
||||
return this->fail();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user