Mailing List Archive

[MythTV/mythtv] 7d6c7d: Work around Linux kernel header 6.5 using C++ rese...
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 7d6c7d605f87b697c7488d1eb4a3246b83e31f01
https://github.com/MythTV/mythtv/commit/7d6c7d605f87b697c7488d1eb4a3246b83e31f01
Author: David Hampton <mythtv@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.


_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits