[mythtv-commits] [MythTV/mythtv] 7d6c7d: Work around Linux kernel header 6.5 using C++ rese...

David Hampton noreply at github.com
Fri Jul 21 15:12:10 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 7d6c7d605f87b697c7488d1eb4a3246b83e31f01
      https://github.com/MythTV/mythtv/commit/7d6c7d605f87b697c7488d1eb4a3246b83e31f01
  Author: David Hampton <mythtv at love2code.net>
  Date:   2023-07-21 (Fri, 21 Jul 2023)

  Changed paths:
    M mythtv/libs/libmythbase/mythmiscutil.cpp

  Log Message:
  -----------
  Work around Linux kernel header 6.5 using C++ reserved keyword.

Starting with kernel 6.5.0, a rewrite of the linux/ioprio.h header
file uses the C++ reserved keyword "class" as a variable name.
Fortunately we can redefine the string "class" for the duration of the
inclusion without any ill effects.




More information about the mythtv-commits mailing list