[Asterisk-code-review] asttest: Be explicit about the signedness of chars. (testsuite[16])
Sean Bright
asteriskteam at digium.com
Fri May 13 14:14:49 CDT 2022
Sean Bright has uploaded a new patch set (#3). ( https://gerrit.asterisk.org/c/testsuite/+/18539 )
Change subject: asttest: Be explicit about the signedness of chars.
......................................................................
asttest: Be explicit about the signedness of chars.
On arm64, chars are unsigned by default - as opposed to x86 where they
are signed by default. This causes problems when trying to compare
chars with negative numbers so be explicit where it matters.
Change-Id: I3f85d9252ae39227d82d5efaf6e6874cdfa71138
---
M asttest/asttest.c
M asttest/tools/mkstring.c
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/39/18539/3
--
To view, visit https://gerrit.asterisk.org/c/testsuite/+/18539
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: 16
Gerrit-Change-Id: I3f85d9252ae39227d82d5efaf6e6874cdfa71138
Gerrit-Change-Number: 18539
Gerrit-PatchSet: 3
Gerrit-Owner: Sean Bright <sean at seanbright.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newpatchset
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220513/8b97af66/attachment.html>
More information about the asterisk-code-review
mailing list