Skip to content

Fix added integer int#80

Open
Jamaika1 wants to merge 1 commit intompeg5:masterfrom
Jamaika1:patch-6
Open

Fix added integer int#80
Jamaika1 wants to merge 1 commit intompeg5:masterfrom
Jamaika1:patch-6

Conversation

@Jamaika1
Copy link
Contributor

@Jamaika1 Jamaika1 commented Sep 5, 2024

xevd_eco.c:182:20: warning: comparison of integer expressions of different signedness: 'int' and 'u32' {aka 'unsigned int'} [-Wsign-compare]
  182 |         if(counter == max_val) t32u = 0;
      |                    ^~

```
xevd_eco.c:182:20: warning: comparison of integer expressions of different signedness: 'int' and 'u32' {aka 'unsigned int'} [-Wsign-compare]
  182 |         if(counter == max_val) t32u = 0;
      |                    ^~
```
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