mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Fix more compile warnings
This commit is contained in:
@@ -64,7 +64,7 @@ ddc_load_edid(char *path, uint8_t *buf, size_t size)
|
||||
|
||||
// Check the beginning of the file for the EDID header.
|
||||
uint64_t header;
|
||||
fread(&header, sizeof(header), 1, fp);
|
||||
(void) !fread(&header, sizeof(header), 1, fp);
|
||||
|
||||
if (header == EDID_HEADER) {
|
||||
// Binary format. Read as is
|
||||
|
||||
Reference in New Issue
Block a user