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]>
1 file changed
tree: b68183087857263976edd04388ade0b3f149c47c
  1. asm/
  2. autoconf/
  3. common/
  4. config/
  5. contrib/
  6. disasm/
  7. doc/
  8. headers/
  9. include/
  10. macros/
  11. misc/
  12. Mkfiles/
  13. nasmlib/
  14. nsis/
  15. output/
  16. perllib/
  17. stdlib/
  18. test/
  19. tools/
  20. travis/
  21. win/
  22. x86/
  23. .editorconfig
  24. .gitattributes
  25. .gitignore
  26. .travis.yml
  27. AUTHORS
  28. autogen.sh
  29. ChangeLog
  30. CHANGES
  31. configure.ac
  32. INSTALL
  33. LICENSE
  34. Makefile.in
  35. nasm.spec.in
  36. nasm.spec.sed
  37. nasm.txt
  38. ndisasm.txt
  39. README.md
  40. SubmittingPatches
  41. version
  42. version.pl
README.md

NASM, the Netwide Assembler

master

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.