[mythtv-commits] [MythTV/mythtv] 28936c: Fix compiler "storage class" and "unused parameter...

linuxdude42 noreply at github.com
Sun Jun 28 13:00:22 UTC 2020


  Branch: refs/heads/devel/ffmpeg-resync
  Home:   https://github.com/MythTV/mythtv
  Commit: 28936c90e09b30248c691795c4a51816020b9ed9
      https://github.com/MythTV/mythtv/commit/28936c90e09b30248c691795c4a51816020b9ed9
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-06-28 (Sun, 28 Jun 2020)

  Changed paths:
    M mythtv/external/FFmpeg/libavcodec/get_bits.h

  Log Message:
  -----------
  Fix compiler "storage class" and "unused parameter" warnings.

(cherry picked from MythTV/FFmpeg commit c12360ceecdd89a57ca9cc8b5d3d0e79c75111cc)


  Commit: 9bed8767ba81e1c5aa0d67fd844ef764e576eb7e
      https://github.com/MythTV/mythtv/commit/9bed8767ba81e1c5aa0d67fd844ef764e576eb7e
  Author: David Hampton <mythtv at love2code.net>
  Date:   2020-06-28 (Sun, 28 Jun 2020)

  Changed paths:
    M mythtv/external/FFmpeg/libavcodec/get_bits.h
    M mythtv/external/FFmpeg/libavcodec/golomb.h

  Log Message:
  -----------
  Quiet a couple of "Null Dereference" warnings from clang-tidy.

The FFmpeg sources themselves aren't run through clang-tidy, but a
couple of header files generate a potential NullDereference warning
when they are included from one of the MythTV sources.  Quiet these
warnings to get one step closer to being able to add the
NullDereferences checks to the automated builds.

(cherry picked from MythTV/FFmpeg commit 5f50eab2b3baec99971786055f6983c8c896ea10)


Compare: https://github.com/MythTV/mythtv/compare/da102a4396e7...9bed8767ba81


More information about the mythtv-commits mailing list