Skip to content

Fix added integer u32 - #79

Merged
kpchoi merged 4 commits into
mpeg5:masterfrom
Jamaika1:patch-5
Aug 7, 2026
Merged

Fix added integer u32#79
kpchoi merged 4 commits into
mpeg5:masterfrom
Jamaika1:patch-5

Conversation

@Jamaika1

@Jamaika1 Jamaika1 commented Sep 5, 2024

Copy link
Copy Markdown
Contributor

No description provided.

```
xevd.c:1886:26: warning: comparison of integer expressions of different signedness: 'u32' {aka 'unsigned int'} and 's32' {aka 'int'} [-Wsign-compare]
 1886 |         if (ctx->num_ctb == ctx->f_lcu)
      |                          ^~
```
```
xevdm.c:3105:26: warning: comparison of integer expressions of different signedness: 'u32' {aka 'unsigned int'} and 's3 ' {aka 'int'} [-Wsign-compare]
 3105 |         if (ctx->num_ctb == ctx->f_lcu)
      |                          ^~
```
```
xevdm_eco.c:2212:18: warning: comparison of integer expressions of different signedness: 'u32' {aka 'unsigned int'} and 'int' [-Wsign-compare]
 2212 |     if(ruiSymbol >= uiVal - b)
      |                  ^~
```
@Jamaika1

Jamaika1 commented Sep 5, 2024

Copy link
Copy Markdown
Contributor Author
xevd.c:1886:26: warning: comparison of integer expressions of different signedness: 'u32' {aka 'unsigned int'} and 's32' {aka 'int'} [-Wsign-compare]
 1886 |         if (ctx->num_ctb == ctx->f_lcu)
      |                          ^~

@kpchoi

kpchoi commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Verified this builds clean and the decoded output is unchanged. Merging, thanks for the cleanup.

@kpchoi
kpchoi merged commit 6c9edf4 into mpeg5:master Aug 7, 2026
@kpchoi kpchoi mentioned this pull request Aug 7, 2026
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.

2 participants