]> granicus.if.org Git - yasm/commit
Add some (optional through configure) additional warning flags. Add options
authorPeter Johnson <peter@tortall.net>
Wed, 3 Oct 2001 01:44:47 +0000 (01:44 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 3 Oct 2001 01:44:47 +0000 (01:44 -0000)
commit98e25fc1f6cb656a91a2310147c9a535a2eab162
tree2259f84cca8c64de11fe00fc301b82cad34ca351
parent1377150f6e7125f2d4c359dda6402dd28a27a74f
Add some (optional through configure) additional warning flags.  Add options
to configure to enable profiling and enable -Werror.  Make changes to ensure
everything builds with all additional warnings and -Werror enabled.  Most of
these changes consist of adding "const" modifiers for functions that get
constant literal strings.

svn path=/trunk/yasm/; revision=252
47 files changed:
check/check.c
check/check.h
check/check_impl.h
check/check_log.c
check/check_log.h
check/check_msg.c
check/check_msg.h
check/check_print.c
check/check_run.c
check/error.c
check/error.h
configure.ac
configure.in
frontends/yasm/yasm-options.h
frontends/yasm/yasm.c
libyasm/bitvect.c
libyasm/bitvect.h
libyasm/bytecode.c
libyasm/bytecode.h
libyasm/errwarn.c
libyasm/errwarn.h
libyasm/linemgr.c
libyasm/linemgr.h
libyasm/symrec.c
libyasm/tests/bytecode_test.c
libyasm/tests/floatnum_test.c
modules/parsers/nasm/bison.y.in
modules/parsers/nasm/nasm-bison.y
modules/parsers/nasm/token.l.in
src/bitvect.c
src/bitvect.h
src/bytecode.c
src/bytecode.h
src/errwarn.c
src/errwarn.h
src/globals.c
src/globals.h
src/linemgr.c
src/linemgr.h
src/main.c
src/options.h
src/parsers/nasm/bison.y.in
src/parsers/nasm/nasm-bison.y
src/parsers/nasm/token.l.in
src/symrec.c
src/tests/bytecode_test.c
src/tests/floatnum_test.c