Skip to content

Conversation

@compnerd
Copy link
Member

Most targets use unsigned chars. Explicitly change the static tables to
signed char. An alternative would be to force signed chars during
the compilation of libdispatch. When building for Linux AArch64, the
use of -1 causes signed conversion warnings when initializing the
table.

Most targets use unsigned chars.  Explicitly change the static tables to
`signed char`.  An alternative  would be to force signed chars during
the compilation of libdispatch.  When building for Linux AArch64, the
use of `-1` causes signed conversion warnings when initializing the
table.
@compnerd
Copy link
Member Author

CC: @MadCoder

@compnerd
Copy link
Member Author

CC: @das

@gottesmm
Copy link
Contributor

@swift-ci smoke test

@gottesmm
Copy link
Contributor

@swift-ci test

@MadCoder MadCoder merged commit a28fc2b into swiftlang:master Sep 25, 2017
ktopley-apple pushed a commit that referenced this pull request Dec 6, 2018
Attempt to be better with signed conversions

Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
@compnerd compnerd deleted the signed branch February 15, 2020 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants