]> granicus.if.org Git - yasm/commit
Fixed some conversion warnings caused by intnum commit. Missed these due to
authorPeter Johnson <peter@tortall.net>
Sat, 26 Jul 2003 02:32:04 +0000 (02:32 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 26 Jul 2003 02:32:04 +0000 (02:32 -0000)
commitbfb1ee5b0cafe0ce08d6b65e9f519b4365ce42ca
treec02fa6f13e1c7b1b46599ab6c9d03804d5a5f3b8
parentd151392af833f5e7c8571874cddb6e5375c55d03
Fixed some conversion warnings caused by intnum commit.  Missed these due to
use of configure.ac's --enable-warnerror, which was set up to disable
conversion errors due to flex's warning-prone generated code.  As we no
longer use flex, fix configure.ac to not disable conversion errors.

svn path=/trunk/yasm/; revision=1018
configure.ac
libyasm/bytecode.c
libyasm/intnum.c
modules/arch/x86/x86bc.c
modules/objfmts/bin/bin-objfmt.c
modules/objfmts/coff/coff-objfmt.c
modules/objfmts/elf/elf-objfmt.c