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
Since CFE_ES_CalculateCRC() does not modify the data passed into it, the pointer should be declared "const" in the prototype.
This will not affect any existing usage of the function, but it will allow usage in areas where the data is already "const".
The text was updated successfully, but these errors were encountered:
Imported from trac issue 21. Created by jphickey on 2015-01-15T13:40:09, last modified: 2019-03-05T14:57:55
Sorry, something went wrong.
Trac comment by jphickey on 2015-01-26 13:04:27:
Ticket #59 addresses this plus other functions
Trac comment by jhageman on 2019-03-05 14:57:55:
Milestone renamed
missed a MID wrap, other fixes related to ticket nasa#666, nasa#52
9b779d8
No branches or pull requests
Since CFE_ES_CalculateCRC() does not modify the data passed into it, the pointer should be declared "const" in the prototype.
This will not affect any existing usage of the function, but it will allow usage in areas where the data is already "const".
The text was updated successfully, but these errors were encountered: