[mythtv-commits] mythtv branch master updated by dhampton. v30-Pre-555-g5f53e8f

Git Repo Owner noreply at mythtv.org
Mon Mar 26 03:05:28 UTC 2018


The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
       via  5f53e8fdd303cb2309f9baf0b2891638ce5ed6fd (commit)
       via  94df7705582eff5660724bb52510c97d2f0f4643 (commit)
       via  74ab3c9cf989b1bf9a9eeccc7611550b4c305940 (commit)
      from  5377e5089e243ec282514b6d68afb800c02aca03 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5f53e8fdd303cb2309f9baf0b2891638ce5ed6fd
Author:    David Hampton <mythtv at love2code.net> at Sun, 25 Mar 2018 22:49:07 -0400
Committer: David Hampton <mythtv at love2code.net> at Sun, 25 Mar 2018 23:03:12 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5f53e8fdd303cb2309f9baf0b2891638ce5ed6fd

Clang: Eliminate illegal character encoding in character literal warnings.
Clang complains about characters in strings that use "high-ascii"
values, because these aren't valid in a source file using the utf-8
encoding.  Change these characters to hex values to eliminate the
warnings.  Compare the object files produced from the clang compiler
from before and after this change was compared to make sure they are
identical.



commit 94df7705582eff5660724bb52510c97d2f0f4643
Author:    David Hampton <mythtv at love2code.net> at Sun, 25 Mar 2018 22:07:24 -0400
Committer: David Hampton <mythtv at love2code.net> at Sun, 25 Mar 2018 23:03:12 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=94df7705582eff5660724bb52510c97d2f0f4643

Clang: Eliminate illegal character encoding in character literal warnings.
Clang complains about characters in strings that use "high-ascii"
values, because these aren't valid in a source file using the utf-8
encoding.  Change these characters to hex values to eliminate the
warnings.  The lines are very long and not very pretty.  This in order
to ensure that the resulting file has the exact same number of lines.
This make it possible to compare the object files produced from the
clang compiler from before and after this change was compared to make
sure they are identical.



commit 74ab3c9cf989b1bf9a9eeccc7611550b4c305940
Author:    David Hampton <mythtv at love2code.net> at Sun, 25 Mar 2018 22:03:21 -0400
Committer: David Hampton <mythtv at love2code.net> at Sun, 25 Mar 2018 23:03:12 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=74ab3c9cf989b1bf9a9eeccc7611550b4c305940

Clang: Eliminate illegal character encoding in character literal warnings.
Clang complains about the arguments to the QLatin1Char function being
"high-ascii" values which aren't valid in a source file using the
utf-8 encoding.  Change these characters to hex values to eliminate
the warnings.  The object files produced from the clang compiler from
before and after this change was compared to make sure they are
identical.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/cc608decoder.cpp         |   58 +++++++++---------
 mythtv/libs/libmythtv/cc708decoder.cpp         |   52 ++++++++--------
 mythtv/libs/libmythtv/recorders/vbitext/lang.c |   78 ++++++++++++------------
 3 files changed, 94 insertions(+), 94 deletions(-)

-- 



More information about the mythtv-commits mailing list