Removed "portable" from the warnings list
This commit is contained in:
parent
90d6fc1627
commit
2de97ed396
@ -47,7 +47,7 @@ It's supposed to be mostly the same, with much lower memory usage, as:
|
||||
no feature qw(array_base);
|
||||
no warnings;
|
||||
use warnings qw(FATAL closed threads internal debugging pack
|
||||
portable prototype inplace io pipe unpack malloc
|
||||
prototype inplace io pipe unpack malloc
|
||||
deprecated glob digit printf layer
|
||||
reserved taint closure semicolon);
|
||||
no warnings qw(exec newline unopened);
|
||||
@ -92,7 +92,7 @@ make test
|
||||
* Thu Apr 2 2020 Paul Howarth <paul@city-fan.org> - 3.7.5-1
|
||||
- Update to 3.75
|
||||
- Make build (more) reproducible
|
||||
- Removed "portable" from the warnngs list, as 32-bit perls (as opposed to
|
||||
- Removed "portable" from the warnings list, as 32-bit perls (as opposed to
|
||||
32-bit platforms) are practically extinct and it warns about a weird subset
|
||||
of operations, e.g. 64-bit hex() is not ok, 64-bit addition is fine, makes
|
||||
no sense; additionally, other than hex/oct etc. harassment, there is
|
||||
|
||||
Loading…
Reference in New Issue
Block a user