[mythtv-commits] [MythTV/mythtv] bb1c0b: Fix "variable set but not used" warning in logging...
David Hampton
noreply at github.com
Mon May 2 01:17:38 UTC 2022
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: bb1c0b2543761c8c2199f217b6b532e265614082
https://github.com/MythTV/mythtv/commit/bb1c0b2543761c8c2199f217b6b532e265614082
Author: David Hampton <mythtv at love2code.net>
Date: 2022-05-01 (Sun, 01 May 2022)
Changed paths:
M mythtv/libs/libmythbase/logging.cpp
Log Message:
-----------
Fix "variable set but not used" warning in logging.cpp.
This was pointed out by the clang-15 compiler.
Commit: 8dcc20104e782800bddecff8ae7193cfab2f9080
https://github.com/MythTV/mythtv/commit/8dcc20104e782800bddecff8ae7193cfab2f9080
Author: David Hampton <mythtv at love2code.net>
Date: 2022-05-01 (Sun, 01 May 2022)
Changed paths:
M mythtv/libs/libmythui/mythuibuttonlist.cpp
Log Message:
-----------
Fix "variable set but not used" warnings in mythuibuttonlist.cpp.
This was pointed out by the clang-15 compiler.
Commit: 782a0d8228599ace53b063d787fbf88fd59f63f0
https://github.com/MythTV/mythtv/commit/782a0d8228599ace53b063d787fbf88fd59f63f0
Author: David Hampton <mythtv at love2code.net>
Date: 2022-05-01 (Sun, 01 May 2022)
Changed paths:
M mythtv/libs/libmythtv/HLS/httplivestreambuffer.cpp
Log Message:
-----------
Fix "variable set but not used" warning in httplivestreambuffer.cpp.
This was pointed out by the clang-15 compiler.
Commit: 7788660fe9ec8a9841bb46c7ba86479154fd7f79
https://github.com/MythTV/mythtv/commit/7788660fe9ec8a9841bb46c7ba86479154fd7f79
Author: David Hampton <mythtv at love2code.net>
Date: 2022-05-01 (Sun, 01 May 2022)
Changed paths:
M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
Log Message:
-----------
Fix "variable set but not used" warning in avformatdecoder.cpp.
This was pointed out by the clang-15 compiler.
Commit: 24c6ce14a1cd3de1928b9323f1bddb7bbab1744b
https://github.com/MythTV/mythtv/commit/24c6ce14a1cd3de1928b9323f1bddb7bbab1744b
Author: David Hampton <mythtv at love2code.net>
Date: 2022-05-01 (Sun, 01 May 2022)
Changed paths:
M mythtv/libs/libmythtv/visualisations/goom/goom_core.cpp
Log Message:
-----------
Fix "variable set but not used" warning in goom_core.cpp.
This was pointed out by the clang-15 compiler.
Commit: f7fc5930bf90f26a240992fb3b0f437cdbb40e10
https://github.com/MythTV/mythtv/commit/f7fc5930bf90f26a240992fb3b0f437cdbb40e10
Author: David Hampton <mythtv at love2code.net>
Date: 2022-05-01 (Sun, 01 May 2022)
Changed paths:
M mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp
Log Message:
-----------
Fix "variable set but not used" warning in mpegstreamdata.cpp.
Tweak the video code to match the audio code (use videoPIDs.size()
instead of video_cnt) and remove that variable too.
This was pointed out by the clang-15 compiler.
Commit: 54f1b90dddc7e911f861685620b32e66f6a690b6
https://github.com/MythTV/mythtv/commit/54f1b90dddc7e911f861685620b32e66f6a690b6
Author: David Hampton <mythtv at love2code.net>
Date: 2022-05-01 (Sun, 01 May 2022)
Changed paths:
M .clang-tidy
Log Message:
-----------
tidy: Disable two new warning classes.
Compare: https://github.com/MythTV/mythtv/compare/f87e4cc99495...54f1b90dddc7
More information about the mythtv-commits
mailing list