Merge pull request #415 from TayouVR/fix-main-warning

This commit is contained in:
Sefa Eyeoglu 2022-11-09 18:27:40 +01:00 committed by GitHub
commit e6d057fe6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,5 +91,7 @@ int main(int argc, char *argv[])
return 1; return 1;
case Application::Succeeded: case Application::Succeeded:
return 0; return 0;
default:
return -1;
} }
} }