Actions
Bug #12633
closedglvc: NULL pointer errors
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Build errors on SPARC with NULL pointers:
cc1: warnings being treated as errors ../../sun4v/io/glvc/glvc.c: In function 'glvc_attach': ../../sun4v/io/glvc/glvc.c:341: error: passing argument 6 of 'ddi_create_minor_node' makes integer from pointer without a cast ../../common/sys/sunddi.h:1571: note: expected 'int' but argument is of type 'void *'
Updated by Electric Monk about 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit fccee7da6a96828fd0fd19c6b32fe901e6b31549
commit fccee7da6a96828fd0fd19c6b32fe901e6b31549 Author: Toomas Soome <tsoome@me.com> Date: 2020-05-10T07:47:40.000Z 12633 glvc: NULL pointer errors Reviewed by: C Fraire <cfraire@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions