-
Notifications
You must be signed in to change notification settings - Fork 212
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
Clean up massive number of warnings in sb_UT.c #87
Comments
Imported from trac issue 56. Created by jphickey on 2015-05-26T17:09:21, last modified: 2019-03-05T14:57:55 |
Trac comment by jphickey on 2015-05-27 09:41:26: These were fixed in the GRC build - backporting the modifications |
Trac comment by jphickey on 2015-05-29 11:13:27: Pushed branch trac-56-ut-warning-cleanup, commit [changeset:ce6ee42] for review CFE unit test code compiles with no warnings after merging this changeset. |
Trac comment by jphickey on 2015-07-09 16:47:41: This is included in the {{{ic-2015-07-14}}} integration candidate for testing |
Trac comment by glimes on 2015-07-13 14:27:45: Accept. |
Trac comment by glimes on 2015-07-16 12:40:58: Included in [changeset:fe8f06c 2015-07-14 development merge], |
Trac comment by glimes on 2016-02-25 10:17:32: these will be fixed in CFE 6.5 |
Trac comment by jhageman on 2019-03-05 14:57:55: Milestone renamed |
The {{{sb_UT.c}}} file generates hundreds of warnings in the build, mostly about incompatible types within printf-style calls.
This prevents building with -Werror, and also makes it really difficult to work with the file in general since Eclipse marks nearly every line as a warning.
The text was updated successfully, but these errors were encountered: