We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d0ba1 commit 259abc9Copy full SHA for 259abc9
source/module_base/tool_quit.cpp
@@ -61,7 +61,7 @@ void QUIT(int ret)
61
62
void WARNING_QUIT(const std::string &file,const std::string &description)
63
{
64
- WARNING_QUIT(file, description, 0);
+ WARNING_QUIT(file, description, 1);
65
}
66
67
void WARNING_QUIT(const std::string &file,const std::string &description,int ret)
0 commit comments