Replace 0 by EXIT_SUCCESS
This commit is contained in:
@@ -88,5 +88,5 @@ int main(int argc, char** argv) {
|
||||
google::InitGoogleLogging(argv[0]);
|
||||
FLAGS_logtostderr = 1;
|
||||
operations_research::RunAllExamples();
|
||||
return 0;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user