We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If no command line arguments are passed to the application, the application will segfault. The problem lies here:
XbSymbolCacheGenTest/src/XbSymbolCacheGenTest.cpp
Line 108 in 6e9bb5e
argv[1]
The text was updated successfully, but these errors were encountered:
A solution could be to extend the argc-check a few lines upwards with argc < 1
argc
argc < 1
Sorry, something went wrong.
I don't have interest to maintenance this repo, feel free to send PR.
https://github.com/RadWolfie/XbSymbolUnitTest is the active development. However, it doesn't have a cache generated. It's still possible to re-add though.
EDIT: I see a valid point, from recent discord discussion, to have this draft concept into a functional design search tool / API showcase.
No branches or pull requests
If no command line arguments are passed to the application, the application will segfault. The problem lies here:
XbSymbolCacheGenTest/src/XbSymbolCacheGenTest.cpp
Line 108 in 6e9bb5e
argv[1]
.The text was updated successfully, but these errors were encountered: