]> granicus.if.org Git - yasm/commit
Add option -Wsize-override to turn on warning on multiple operand size
authorPeter Johnson <peter@tortall.net>
Thu, 1 Mar 2007 07:03:16 +0000 (07:03 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 1 Mar 2007 07:03:16 +0000 (07:03 -0000)
commitcb4bd8caee1fbda8c1061218c9afc5c06df49c35
treeca6d9f37bffe0e9aa2fa372e83cbd48d80ce1dd9
parentf2ac68564a769f7bf505106d0cbfb40ea7195567
Add option -Wsize-override to turn on warning on multiple operand size
overrides such as: dword dword [5] or dword word [5].  The warnings for
these are disabled by default, as these combinations are intentially
legal for use with macros.

Suggested by: pingved@gmail.com

svn path=/trunk/yasm/; revision=1806
frontends/yasm/yasm.c
libyasm/arch.h
libyasm/errwarn.h
modules/parsers/nasm/nasm-parse.c