Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: ac01b27e9431d47d678f96cbf48ae563ab075015
https://github.com/Perl/perl5/commit/ac01b27e9431d47d678f96cbf48ae563ab075015
Author: James E Keenan <[email protected]>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M gv.c
Log Message:
-----------
g++10 -Wparentheses build-time warnings
Two build-time warnings appeared when building with g++10 as compared
with g++9. Both were:
"suggest parentheses around assignment used as truth value"
Commit: 2eb3aaaa0ecfee68ed3453d80c7acffd6aba4d84
https://github.com/Perl/perl5/commit/2eb3aaaa0ecfee68ed3453d80c7acffd6aba4d84
Author: James E Keenan <[email protected]>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M gv.c
Log Message:
-----------
Keep lines under 80 characters
Per hv review in
https://github.com/Perl/perl5/pull/19132#issuecomment-920155495.
Commit: 3c7193497828fab68ec01b4628cedefeefb65f69
https://github.com/Perl/perl5/commit/3c7193497828fab68ec01b4628cedefeefb65f69
Author: James E Keenan <[email protected]>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M gv.c
Log Message:
-----------
Merge branch 'smoke-me/jkeenan/g++10-build-time-warnings-20210913' into blead
Compare: https://github.com/Perl/perl5/compare/f15a20bce3aa...3c7193497828