[mythtv-commits] [MythTV/mythtv] 5f2db9: Remove unnecessary void cast.
linuxdude42
noreply at github.com
Tue Nov 5 16:47:26 UTC 2019
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 5f2db9f8577f2a84a73fae7e1faa898b0b326a74
https://github.com/MythTV/mythtv/commit/5f2db9f8577f2a84a73fae7e1faa898b0b326a74
Author: David Hampton <mythtv at love2code.net>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M mythtv/libs/libmythtv/diseqc.cpp
Log Message:
-----------
Remove unnecessary void cast.
Commit: 10927d983af7f3813255c60d0d6a298397dde9f5
https://github.com/MythTV/mythtv/commit/10927d983af7f3813255c60d0d6a298397dde9f5
Author: David Hampton <mythtv at love2code.net>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M mythtv/libs/libmythtv/recorders/vbitext/lang.h
Log Message:
-----------
Fix extern to match variable declaration.
Commit: b8973404ccf8dd3cc7118b29257653eaebbd356b
https://github.com/MythTV/mythtv/commit/b8973404ccf8dd3cc7118b29257653eaebbd356b
Author: David Hampton <mythtv at love2code.net>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M mythtv/libs/libmythtv/recorders/linuxfirewiredevice.cpp
Log Message:
-----------
Fix 'narrowing conversion' warning on Debian aarch64.
The has_data function is only ever called with msec values of 1 or 50,
so change the msec argument unsigned to signed to eliminate this
warning.
Commit: e533b17e17208dfa1bb3726d34c0efda922493bf
https://github.com/MythTV/mythtv/commit/e533b17e17208dfa1bb3726d34c0efda922493bf
Author: David Hampton <mythtv at love2code.net>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M mythtv/programs/mythcommflag/ClassicLogoDetector.cpp
Log Message:
-----------
Fix member variable names inside of debug ifdefs.
Compare: https://github.com/MythTV/mythtv/compare/bba208158d18...e533b17e1720
More information about the mythtv-commits
mailing list