Commit d52d234
committed
fix warning: passing argument 2 of 'dmi_tpm_vendor_id' makes pointer from integer without a cast
src/dmidecode.c: In function 'dmi_decode':
src/dmidecode.c:6032:47: warning: passing argument 2 of 'dmi_tpm_vendor_id' makes pointer from integer without a cast [-Wint-conversion]
6032 | dmi_tpm_vendor_id(sect_n, data[0x04]);
| ~~~~^~~~~~
| |
| u8 {aka unsigned char}1 parent 6e24d9b commit d52d234
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6029 | 6029 | | |
6030 | 6030 | | |
6031 | 6031 | | |
6032 | | - | |
| 6032 | + | |
6033 | 6033 | | |
6034 | 6034 | | |
6035 | 6035 | | |
| |||
0 commit comments