<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 1/27/20 1:47 AM, Klaas de Waal
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CANcAQaNq2UG+LN1NmQcOhPKc25UcB9Q4M6HpS8yaG2J2gU5ZWw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr"><br>
        </div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">On Mon, 27 Jan 2020 at
            01:31, Peter Bennett <<a href="mailto:noreply@github.com"
              moz-do-not-send="true">noreply@github.com</a>> wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">  Branch:
            refs/heads/master<br>
              Home:   <a href="https://github.com/MythTV/mythtv"
              rel="noreferrer" target="_blank" moz-do-not-send="true">https://github.com/MythTV/mythtv</a><br>
              Commit: 704f5ef3660792b80709d17ebe24724326de3b4a<br>
                  <a
href="https://github.com/MythTV/mythtv/commit/704f5ef3660792b80709d17ebe24724326de3b4a"
              rel="noreferrer" target="_blank" moz-do-not-send="true">https://github.com/MythTV/mythtv/commit/704f5ef3660792b80709d17ebe24724326de3b4a</a><br>
              Author: Peter Bennett <<a
              href="mailto:pbennett@mythtv.org" target="_blank"
              moz-do-not-send="true">pbennett@mythtv.org</a>><br>
              Date:   2020-01-26 (Sun, 26 Jan 2020)<br>
            <br>
              Changed paths:<br>
                M mythtv/libs/libmyth/standardsettings.cpp<br>
                M mythtv/libs/libmythui/mythdialogbox.cpp<br>
            <br>
              Log Message:<br>
              -----------<br>
              android: Fix problem with frontend setup<br>
            <br>
            using auto for a dynamic cast was not working. Changed to<br>
            appropriate object type.<br>
            <br>
          </blockquote>
          <div>Can this be an issue in more places in the code?</div>
          <div><br>
          </div>
          <div>Klaas. </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    Hi Klaas<br>
    <br>
    I think it could be. This came up with Mark Spieth's packaging
    change to  use a new compiler. I will look through the code to see
    if there are many uses of "auto" and whether they are working on
    android. I am not very familiar with "auto" and its usage, but in
    this case it seemed unnecessary because you could see the type right
    there in the code. Other places where they assign auto to the result
    of a complicated expression may be more difficult to fix if they are
    not working. What was particularly confusing was that the code
    seemed to use "auto" and "auto *" interchangeably when creating a
    pointer. This was working in linux and the old compiler but not the
    new compiler.<br>
    <br>
    Peter<br>
  </body>
</html>