[mythtv-commits] [MythTV/mythtv] 14f0da: tidy: Fix "argument looks like it might be swapped...

billmeek noreply at github.com
Tue Dec 14 17:24:53 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 14f0da15d821563f48bf243fa7630016a126acaf
      https://github.com/MythTV/mythtv/commit/14f0da15d821563f48bf243fa7630016a126acaf
  Author: Bill Meek <billmeek at mythtv.org>
  Date:   2021-12-14 (Tue, 14 Dec 2021)

  Changed paths:
    M mythtv/programs/mythbackend/servicesv2/v2dvr.cpp

  Log Message:
  -----------
  tidy: Fix "argument looks like it might be swapped" in dvr.cpp.

Use a longer variable name (rsType -> recstatusType) so that the
checker has more characters to match between caller and callee names.

https://clang.llvm.org/extra/clang-tidy/checks/readability-suspicious-call-argument.html

API V2: Manual 'cherry-pick' from 4c7701cd493d7a3b67219c6a235d5df5b0fa917e




More information about the mythtv-commits mailing list