[mythtv-commits] [MythTV/mythtv] f144c3: tidy: Fix a couple of "narrowing conversions" warn...

David Hampton noreply at github.com
Fri Oct 4 04:40:30 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: f144c392b50beb37caa32eee4d286b360e42d4f3
      https://github.com/MythTV/mythtv/commit/f144c392b50beb37caa32eee4d286b360e42d4f3
  Author: David Hampton <mythtv at love2code.net>
  Date:   2024-10-03 (Thu, 03 Oct 2024)

  Changed paths:
    M mythtv/libs/libmythtv/dtvconfparserhelpers.h

  Log Message:
  -----------
  tidy: Fix a couple of "narrowing conversions" warning.

Tidy is warning about a couple of uints that are being assigned to
int.  This appears to be a result of an enum size being changed from
uint->uint8_t, and a function that takes that enum as an argument not
also having its size changed.

These were introduced in bbe421d008.



To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications


More information about the mythtv-commits mailing list