mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -112,4 +112,4 @@ uint32_t crc32b(uint32_t crc, const void *data, size_t len)
|
|||
}
|
||||
|
||||
return hashval;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue