mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Fix warning on ; outside of function
Fix "warning ISO C does not allow extra ‘;’ outside of a function" when using gcc v8.5. Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
This commit is contained in:
parent
3f9fc2a3a7
commit
c0d902c6c2
@ -112,4 +112,4 @@ uint32_t crc32b(uint32_t crc, const void *data, size_t len)
|
||||
}
|
||||
|
||||
return hashval;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user