aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/detect.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-10-19 19:56:48 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-10-26 20:53:43 -0400
commitb1f0eec38f0da1966aaedc7cb1ec2a737e2b7c64 (patch)
treee4826a6c73189bc72a1eb0d46987d7c670e73bf0 /mesonbuild/compilers/detect.py
parent739de7b088614e811b8f68ab8357e088239aafa7 (diff)
downloadmeson-b1f0eec38f0da1966aaedc7cb1ec2a737e2b7c64.zip
meson-b1f0eec38f0da1966aaedc7cb1ec2a737e2b7c64.tar.gz
meson-b1f0eec38f0da1966aaedc7cb1ec2a737e2b7c64.tar.bz2
fix lgtm.com "Use of the return value of a procedure"
we return _log even though this entire family of functions returns None, because a side effect of returning is that the other version of the function is not run. We can do that more obviously, using an else clause that doesn't attach meaning to return values.
Diffstat (limited to 'mesonbuild/compilers/detect.py')
0 files changed, 0 insertions, 0 deletions