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

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Wed Aug 7 22:48:01 PDT 2019


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

--- Comment #6 from Ozkan Sezer <sezeroz at gmail.com> ---
With a faint hope that it'd help, I added -W to perl cmdline,
the following is the stderr output diff between 5.10 and 5.26:
--- stderr.510
+++ stderr.526
@@ -1,6 +1,5 @@
 \1 better written as $1 at asm/warnings.pl line 16.
 False [] range "\w-" in regex; marked by <-- HERE in m/^\=([\w- <-- HERE
,]+)\s*$/ at asm/warnings.pl line 96.
 "my" variable $n masks earlier declaration in same scope at asm/warnings.pl
line 203.
 Use of uninitialized value in numeric comparison (<=>) at asm/warnings.pl line
131.
-   [the above repeats 180 more times.]
-Argument "21/32" isn't numeric in printf at asm/warnings.pl line 213.
+   [the above repeats 170 more times.]

That 'Argument "21/32" isn't numeric in printf at asm/warnings.pl line 213.'
warning stands out.

-- 
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