commit | 888d9ab55012d25059da81fed6575ef3a004726f | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <[email protected]> | Mon Nov 04 10:26:48 2024 -0800 |
committer | H. Peter Anvin <[email protected]> | Mon Nov 04 10:30:14 2024 -0800 |
tree | b68183087857263976edd04388ade0b3f149c47c | |
parent | 25757f83c5914062d775b0237218b912be4f8a5a [diff] |
configure.ac: enable some -Werror= warnings not included in -W -Wall -pedantic For some reason, these warnings are not included in -W -Wall -pedantic, at least not on gcc 14.2.1: -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations This caused a missing prototype error (because nasm_note[f]() prototypes were missing from include/error.h) to get missed when compiling with --enable-werror, which is ironic at best. Signed-off-by: H. Peter Anvin <[email protected]>
Many many developers all over the net respect NASM for what it is: a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for many output formats (thus netwide!!).
Now we have good news for you: NASM is licensed under the “simplified” (2-clause) BSD license. This means its development is open to even wider society of programmers wishing to improve their lovely assembler.
Visit our nasm.us website for more details.
With best regards, the NASM crew.