Actions
Bug #12616
closedcpr: NULL pointer errors
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Build errors on SPARC with NULL pointer:
cc1: warnings being treated as errors ../../sparc/os/cpr_sparc.c: In function 'cpr_abbreviate_devpath': ../../sparc/os/cpr_sparc.c:366: error: initialization makes integer from pointer without a cast ../../sparc/os/cpr_sparc.c:367: error: initialization makes integer from pointer without a cast
Updated by Electric Monk about 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 90c84b2b51065d8ba19244aa8e420ccfc3fb3e45
commit 90c84b2b51065d8ba19244aa8e420ccfc3fb3e45 Author: Toomas Soome <tsoome@me.com> Date: 2020-05-10T07:59:28.000Z 12616 cpr: NULL pointer errors Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Yuri Pankov <ypankov@fastmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions