Skip to content

Fix added integer u32#79

Open
Jamaika1 wants to merge 4 commits intompeg5:masterfrom
Jamaika1:patch-5
Open

Fix added integer u32#79
Jamaika1 wants to merge 4 commits intompeg5:masterfrom
Jamaika1:patch-5

Conversation

@Jamaika1
Copy link
Contributor

@Jamaika1 Jamaika1 commented Sep 5, 2024

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
Copy link
Contributor Author

Jamaika1 commented Sep 5, 2024

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)
      |                          ^~

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