Message328444
Adding to this, the reason I initially caught up with that, was due to a coverity scan.
More explicitly:
Error: SHELLCHECK_WARNING: [#def1]
/usr/lib64/python3.6/config-3.6dm-x86_64-linux-gnu/install-sh:63:1: warning: transform_arg appears unused. Verify it or export it. [SC2034]
# 61|
# 62| transformbasename=""
# 63|-> transform_arg=""
# 64| instcmd="$mvprog"
# 65| chmodcmd="$chmodprog 0755"
Error: SHELLCHECK_WARNING: [#def2]
/usr/lib64/python3.6/config-3.6m-x86_64-linux-gnu/install-sh:63:1: warning: transform_arg appears unused. Verify it or export it. [SC2034]
# 61|
# 62| transformbasename=""
# 63|-> transform_arg=""
# 64| instcmd="$mvprog"
# 65| chmodcmd="$chmodprog 0755"
So the transform_arg is unused, but I'm not well versed with autotools so I don't know the implications of that. |
|
| Date |
User |
Action |
Args |
| 2018-10-25 14:47:45 | cstratak | set | recipients:
+ cstratak, vstinner, zach.ware |
| 2018-10-25 14:47:45 | cstratak | set | messageid: <[email protected]> |
| 2018-10-25 14:47:45 | cstratak | link | issue34765 messages |
| 2018-10-25 14:47:45 | cstratak | create | |
|