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
This is with: https://github.com/adamfowleruk/Paladin/blob/develop/Paladin/PreviewFeatures/CommandOutputHandler.h#L29
https://paste.ubuntu.com/p/YPfQTXsdtp/
EDIR Stripping "override" on that line fixes the build (but I'm pretty sure it's not the correct sollution ;)
- virtual void MessageReceived(BMessage* msg) override; + virtual void MessageReceived(BMessage* msg);
The text was updated successfully, but these errors were encountered:
On another not "-lgcov" is gcc8 only afaik: https://github.com/adamfowleruk/Paladin/blob/44887d1fea2a3b3cecf0878dbc531ff09b850630/Tests/compile.sh#L11 Tests are OK on gcc2 without -lgcov there also
Sorry, something went wrong.
Fixed for Haikuports PR. Patch provided there.
Thanks for this. I'll ensure that my build testing uses x86 in the pipeline in future. Should catch things like this.
No branches or pull requests
This is with: https://github.com/adamfowleruk/Paladin/blob/develop/Paladin/PreviewFeatures/CommandOutputHandler.h#L29
https://paste.ubuntu.com/p/YPfQTXsdtp/
EDIR Stripping "override" on that line fixes the build (but I'm pretty sure it's not the correct sollution ;)
The text was updated successfully, but these errors were encountered: