Snippets for nasm 2.16.03 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/nasm/2.16.03,2/150amd64-default.log.
-
nasmlib/rlimit.c:65:29: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'rlim_t' (aka 'long') [-Wsign-compare] 65 | (size_t)rl.rlim_cur != rl.rlim_cur) | ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~ -
asm/preproc.c:2314:10: warning: variable 'skip_open' set but not used [-Wunused-but-set-variable] 2314 | bool skip_open = (omode == INC_PROBE); | ^ -
asm/preproc.c:2780:43: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 2780 | (needtype == TOKEN_NUM && (tok_is(t, '-') | tok_is(t, '+')))) | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || -
asm/preproc.c:5945:10: warning: variable 'bad_bracket' set but not used [-Wunused-but-set-variable] 5945 | bool bad_bracket = false; | ^