[mythtv-commits] [MythTV/mythtv] f2bc5e: Fix warning about comparing int and unsigned

kmdewaal noreply at github.com
Thu May 12 19:01:26 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: f2bc5e08400dbb0c70df13e15204c0ec80a98c8f
      https://github.com/MythTV/mythtv/commit/f2bc5e08400dbb0c70df13e15204c0ec80a98c8f
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2022-05-12 (Thu, 12 May 2022)

  Changed paths:
    M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp

  Log Message:
  -----------
  Fix warning about comparing int and unsigned

Fix warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’
by adding a cast. No functional change.




More information about the mythtv-commits mailing list