Oopenvela-robotares_rand.c: fix build error when image is 32-bit
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
clang-format | 6 个月前 | |
Reorganize source tree (#822) c-ares is getting larger these days and we keep adding source files to the same directory so it can be hard to differentiate core c-ares implementation from library/utility functions. Lets make some subdirectories to help with that and shuffle files around. Fix By: Brad House (@bradh352) | 6 个月前 | |
Reorganize source tree (#822) c-ares is getting larger these days and we keep adding source files to the same directory so it can be hard to differentiate core c-ares implementation from library/utility functions. Lets make some subdirectories to help with that and shuffle files around. Fix By: Brad House (@bradh352) | 6 个月前 | |
Reorganize source tree (#822) c-ares is getting larger these days and we keep adding source files to the same directory so it can be hard to differentiate core c-ares implementation from library/utility functions. Lets make some subdirectories to help with that and shuffle files around. Fix By: Brad House (@bradh352) | 6 个月前 | |
clang-format | 6 个月前 | |
Reorganize source tree (#822) c-ares is getting larger these days and we keep adding source files to the same directory so it can be hard to differentiate core c-ares implementation from library/utility functions. Lets make some subdirectories to help with that and shuffle files around. Fix By: Brad House (@bradh352) | 6 个月前 | |
ares_rand.c: fix build error when image is 32-bit CC: termios/lib_cfmakeraw.c c-ares/src/lib/util/ares_rand.c: In function 'ares_u32_from_ptr': c-ares/src/lib/util/ares_rand.c:59:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 59 | return (unsigned int)((((ares_uint64_t)addr >> 32) & 0xFFFFFFFF) | ^ c-ares/src/lib/util/ares_rand.c:60:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 60 | ((ares_uint64_t)addr & 0xFFFFFFFF)); Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 6 个月前 |