Go to file
H. Peter Anvin 888d9ab550 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 <hpa@zytor.com>
2024-11-04 10:30:14 -08:00
asm Add %note directive to add a note in the list file 2024-09-19 13:21:30 +02:00
autoconf autoconf: update some of the m4 library 2024-11-04 10:19:43 -08:00
common
config autoconf: update some of the m4 library 2024-11-04 10:19:43 -08:00
contrib
disasm
doc Add %note directive to add a note in the list file 2024-09-19 13:21:30 +02:00
headers
include error.h: add prototypes for nasm_note[f]() 2024-11-04 10:17:06 -08:00
macros
misc
Mkfiles
nasmlib Add %note directive to add a note in the list file 2024-09-19 13:21:30 +02:00
nsis
output
perllib
stdlib
test
tools
travis
win
x86
.editorconfig
.gitattributes
.gitignore doc: break the documentation into chapters 2024-08-13 15:55:37 -07:00
.travis.yml
AUTHORS
autogen.sh
ChangeLog
CHANGES
configure.ac configure.ac: enable some -Werror= warnings not included in -W -Wall -pedantic 2024-11-04 10:30:14 -08:00
INSTALL
LICENSE
Makefile.in
nasm.spec.in
nasm.spec.sed
nasm.txt
ndisasm.txt
README.md
SubmittingPatches
version
version.pl

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.