-
Notifications
You must be signed in to change notification settings - Fork 58
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
tests fail #323
Comments
@usr3-1415 can you check this please? |
Remove unused variable and update version number - Removed the variable `i` from `Acn_Dec_UInt_ASCII_VarSize_NullTerminated`, which was used for iteration counting, potentially affecting loop behavior. - Updated the version string in `printVersion` from "4.5.2.5" to "4.5.2.6" to reflect the latest version increment. Retained commented-out lines for assembly version retrieval.
Thanks for reporting this issue. It's worth noting that you're likely using a more recent version of GCC that detects such issues, whereas the asn1scc Dockerfile specifies an older GCC version. This discrepancy explains why our GitHub Actions build-and-test pipeline hasn't encountered these errors, as it utilizes the environment defined in the Dockerfile. As a result, similar issues may arise due to differences in compiler versions. We do plan to update the Dockerfile to use a more recent GCC version, but this may take some time as it requires verifying and addressing any new warnings or errors introduced by the update. |
Either the warnings are too pedantic/restrictive, or the sources are bad:
The text was updated successfully, but these errors were encountered: