Mailing List Archive

mythtv branch master updated by dhampton. v30-Pre-579-gad8098c
The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
via ad8098c62fcb336fbc2293df76a9ef7eb7c0e8b3 (commit)
from afa5f98391f8d64863a70544d4f93f9d6047664b (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 ad8098c62fcb336fbc2293df76a9ef7eb7c0e8b3
Author: David Hampton <mythtv@love2code.net> at Tue, 10 Apr 2018 07:00:55 -0400
Committer: David Hampton <mythtv@love2code.net> at Tue, 10 Apr 2018 07:12:10 -0400
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=ad8098c62fcb336fbc2293df76a9ef7eb7c0e8b3

Fix Arm GCC6 warnings about parameter passing changing in GCC7.1.
GCC5 introduced a bug where some function parameters aren't passed
into functions according to the procedure call standard (AAPCS).
According to the following message from one of the gcc developers, we
should be OK since we recompile everything for new releases.

It is a note that such code is ABI incompatible between GCC 6.x
and 7.1, so if you recompile all the code, there is nothing to
worry about, if you expect ABI compatibility, you should change
your code to avoid that. See
https://gcc.gnu.org/gcc-7/changes.html You can use -Wno-psabi if
you don't want these messages.



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

Summary of changes:
mythtv/configure | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)

--

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