Skip to content

Added u32 - #24

Open
Jamaika1 wants to merge 1 commit into
uavs3:masterfrom
Jamaika1:patch-2
Open

Added u32#24
Jamaika1 wants to merge 1 commit into
uavs3:masterfrom
Jamaika1:patch-2

Conversation

@Jamaika1

Copy link
Copy Markdown
lookahead.c: In function 'loka_estimate_coding_cost':
com_system.h:115:33: warning: conversion from 'long long unsigned int' to 'u32' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow]
  115 | #define COM_UINT64_MAX          ((u64)0xFFFFFFFFFFFFFFFFL)
      |                                 ^
lookahead.c:215:29: note: in expansion of macro 'COM_UINT64_MAX'
  215 |             u32 min_icost = COM_UINT64_MAX;
      |                             ^~~~~~~~~~~~~~

```
lookahead.c: In function 'loka_estimate_coding_cost':
com_system.h:115:33: warning: conversion from 'long long unsigned int' to 'u32' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow]
  115 | #define COM_UINT64_MAX          ((u64)0xFFFFFFFFFFFFFFFFL)
      |                                 ^
lookahead.c:215:29: note: in expansion of macro 'COM_UINT64_MAX'
  215 |             u32 min_icost = COM_UINT64_MAX;
      |                             ^~~~~~~~~~~~~~
```
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