[Nasm-bugs] [Bug 3392585] warnings.pl generates bad header with perl-5.10.1

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Fri Aug 9 14:59:16 PDT 2019


https://bugzilla.nasm.us/show_bug.cgi?id=3392585

Ozkan Sezer <sezeroz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |OPEN
         Resolution|FIXED                       |---

--- Comment #11 from Ozkan Sezer <sezeroz at gmail.com> ---
Reponening:  I was hasty to assume this is fixed:  include/warnings.h
has the correct NUM_WARNING_ALIAS defined as 34, but asm/warnings.c has
the definition of warning_alias as warning_alias[27] which is broken.

asm/warnings.c:37: error: conflicting types for ‘warning_alias’
./include/warnings.h:83: note: previous declaration of ‘warning_alias’ was here

Previously warnings.c did use the NUM_WARNING_ALIAS macro, now it doesn't.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list