Mailing List Archive

[MythTV/mythtv] 402c6d: Work around Linux kernel header 6.5 using C++ rese...
Branch: refs/heads/fixes/33
Home: https://github.com/MythTV/mythtv
Commit: 402c6d7758d02733e0b4c76a80df862c977e3307
https://github.com/MythTV/mythtv/commit/402c6d7758d02733e0b4c76a80df862c977e3307
Author: David Hampton <mythtv@love2code.net>
Date: 2023-07-25 (Tue, 25 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.

Fixes #778.

(cherry picked from commit 7d6c7d605f87b697c7488d1eb4a3246b83e31f01)


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