You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to recent builds like the cases linked below, it may be that different distributions have different data types for fields in libfreeipmi structures - so in some builds but far from all, mismatches against variable types used by NUT are reported.
../../drivers/nut-libfreeipmi.c:380:4: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
../../drivers/nut-libfreeipmi.c:381:4: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
../../drivers/nut-libfreeipmi.c:382:4: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
../../drivers/nut-libfreeipmi.c:383:4: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
../../drivers/nut-libfreeipmi.c:397:4: warning: pointer targets in passing argument 8 of 'ipmi_fru_parse_multirecord_power_supply_information' differ in signedness [-Wpointer-sign]
../../drivers/nut-libfreeipmi.c:397:4: warning: pointer targets in passing argument 9 of 'ipmi_fru_parse_multirecord_power_supply_information' differ in signedness [-Wpointer-sign]
../../drivers/nut-libfreeipmi.c:397:4: warning: pointer targets in passing argument 10 of 'ipmi_fru_parse_multirecord_power_supply_information' differ in signedness [-Wpointer-sign]
../../drivers/nut-libfreeipmi.c:397:4: warning: pointer targets in passing argument 11 of 'ipmi_fru_parse_multirecord_power_supply_information' differ in signedness [-Wpointer-sign]
The text was updated successfully, but these errors were encountered:
According to recent builds like the cases linked below, it may be that different distributions have different data types for fields in libfreeipmi structures - so in some builds but far from all, mismatches against variable types used by NUT are reported.
The text was updated successfully, but these errors were encountered: