Branch: refs/heads/smoke-me/jkeenan/g++10-build-time-warnings-20210913
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.
Compare: https://github.com/Perl/perl5/compare/6c7f745ccf52...2eb3aaaa0ecf