Actions
Bug #12548
closedfcode: NULL pointer errors
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Build errors with NULL pointer:
cc1: warnings being treated as errors ../../sun4/io/efcode/fcode.c: In function 'fc_attach': ../../sun4/io/efcode/fcode.c:209: error: passing argument 6 of 'ddi_create_minor_node' makes integer from pointer without a cast ../../common/sys/sunddi.h:1577: 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 d34120274c30795a501f8eb0fca6b33dd4d49e63
commit d34120274c30795a501f8eb0fca6b33dd4d49e63 Author: Toomas Soome <tsoome@me.com> Date: 2020-05-09T15:16:12.000Z 12548 fcode: NULL pointer errors Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Garrett D'Amore <garrett@damore.org>
Actions