Skip to content

Conversation

@seanm
Copy link
Contributor

@seanm seanm commented Nov 16, 2025

Added casts to unsigned to make it well-defined.

Example warnings:

libsrc/ncx.c:4054:31: runtime error: left shift of 255 by 56 places cannot be represented in type 'ix_int64' (aka 'long long')

libsrc/ncx.c:2087:24: runtime error: left shift of 255 by 24 places cannot be represented in type 'int'

Added casts to unsigned to make it well-defined.

Example warnings:

libsrc/ncx.c:4054:31: runtime error: left shift of 255 by 56 places cannot be represented in type 'ix_int64' (aka 'long long')

libsrc/ncx.c:2087:24: runtime error: left shift of 255 by 24 places cannot be represented in type 'int'
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.

1 participant