-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix Static Analysis Issues for HOST thermal Utility Module. #18
Fix Static Analysis Issues for HOST thermal Utility Module. #18
Conversation
Below mentioned Static Analysis issues have been fixed. +-----------------------------------------+ | 1. Unchecked return value from library | | | | 2. Ignoring number of bytes read | +-----------------------------------------+ Tracked-On: OAM-115786 Signed-off-by: RajaniRanjan <[email protected]> Signed-off-by: Vilas R K <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR integrated into 'preintegration' builder
More details, logs, and binaries: /absp/builders/celadon_smr0_apollo-preintegration/builds/82
Done by "Ranjan, Rajani" [email protected]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR integrated into 'premerge' builder
More details, logs, and binaries: /absp/builders/celadon_smr0_apollo-premerge/builds/51
Done by "Ranjan, Rajani" [email protected]
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details. |
e17b882
into
projectceladon:celadon/s/mr0/apollo
Android CI has completed MERGE Build for this pr, build is SUCCESS. Please check the linked Tracked-On issue/Android CI Web for more details. For Binaries: /cactus-absp-or-local/celadon_smr0_apollo-merge/51 |
Below mentioned Static Analysis issues have been fixed.
+-----------------------------------------+
| 1. Unchecked return value from library |
| |
| 2. Ignoring number of bytes read |
+-----------------------------------------+
Tracked-On: OAM-115786