-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
sign-compare warning in Marshal.hpp #13
Comments
clang-10 |
personally, I'd like some real error handling, rather than |
Thanks for the report Will, I agree that warning should not be. About an alternative error strategy, .... that's way more tricky to get right. |
The warning should be removed after the merge of #15 , but there is still the suggestion to remove the assert statement and replace it with something different. Would you be ok with creating a new issue @richey-v please, for the assert question , and closing this one since the warning is resolved? |
Upgraded from Ubuntu18.04 to Ubuntu20.04 and am now getting a (new)
sign-compare
warning in Marshall.hpp:Most likely due to and upgrade of clang. I'm going to try to fix this in a fork and issue a PR. I'll also try to update w/ compiler details.
The text was updated successfully, but these errors were encountered: