mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove useless sizeof(uint32_t) == 4 test
This commit is contained in:
parent
d38b6933e2
commit
d012255ee1
@ -461,14 +461,6 @@ static int bf_self_test(void) {
|
|||||||
int i, bn;
|
int i, bn;
|
||||||
int err = 0;
|
int err = 0;
|
||||||
block8 bk;
|
block8 bk;
|
||||||
uint32_t ui = 0xffffffffUL;
|
|
||||||
|
|
||||||
/* We can't simply use sizeof(uint32_t), it would generate a compiler
|
|
||||||
* warning. */
|
|
||||||
if (ui != 0xffffffffUL || ui + 1 != 0) {
|
|
||||||
err++;
|
|
||||||
EMSG(_("E820: sizeof(uint32_t) != 4"));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!bf_check_tables(ipa, sbi, 0x6ffa520a))
|
if (!bf_check_tables(ipa, sbi, 0x6ffa520a))
|
||||||
err++;
|
err++;
|
||||||
|
Loading…
Reference in New Issue
Block a user