[interp][32bit] Fix warning about precedence/parentheses. (#33468)
authormonojenkins <jo.shields+jenkins@xamarin.com>
Wed, 11 Mar 2020 11:43:21 +0000 (07:43 -0400)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 11:43:21 +0000 (12:43 +0100)
commite03edbb928ea26d699d39e5cbae398e6e49da79d
tree2cdf351fef9f651a7796c1c427cd821d40bed709
parenta40bd00a7b424b4bab4e2ae264d75474e1b80316
[interp][32bit] Fix warning about precedence/parentheses. (#33468)

/s/mono2/mono/mini/interp/transform.c:3166:25: note: place parentheses around
      the '&&' expression to silence this warning
        if (mt >= MINT_TYPE_I1 && mt <= MINT_TYPE_I4
            ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~

Co-authored-by: jaykrell <jaykrell@users.noreply.github.com>
src/mono/mono/mini/interp/transform.c