-
This task is long overdue, but most `DEBUG_UART_print_xxx()` functions should be replaced with an appropriate call to `LOG_message()`
### Notes
* No other code changes should be performed in this …
-
您好,我在安装SC模块时,运行python setup.py install命令时,出现以下错误,是因为什么呢,期待您的答复!
D:\Anaconda3\envs\CEASC\lib\site-packages\torch\include\pybind11\detail/common.h(152): warning C4005: 'HAVE_SNPRINTF': macro redefiniti…
-
This piece of XDP code is not working (I mean map is not woking for read and write) when snprintf or bpf_snprintf exists.
At bpf side, is there any possibility to cast __u64,__u16,__u32 types to stri…
-
Same errors from https://github.com/artoolkit/artoolkit5 as https://github.com/artoolkit/artoolkit5/issues/379
Error C1189 #error: Macro definition of snprintf conflicts with Standard Library …
mflux updated
6 years ago
-
**There is a test program to put key: "key=>6" and get key: "key=>-3"**
```
int main() {
char key_string[KEY_MAX_LENGTH];
data_struct_t* value;
int error;
map_t map;
map = hashmap_new(…
-
Since #119 made it possible to build DJGPP on DOS naively again. GCC reports several warnings.
## Native compiler
Reports as gcc version 4.7.1
~~Unused function~~
```
gettod.c:363:13: warnin…
-
OS: Archlinux
GCC: 13.1.1
LLVM: 15.0.7
tried with both clang and gcc, snprintf is not being declared or imported.
`backend_scene/third_party/vk_mem_alloc.h:2723:9: error: ‘snprintf’ was not dec…
-
If I go back one commit to `c7f0826`, I can compile the game and run the game (but I don't see any colors). The current version at `5e75295b5` gets about a third of the way through compile before the …
-
There several places in the code base where `sprintf` can lead to memory leek, because we don't know length of user provided command arguments.
-
Noticed multiple places having almost identical code for parsing sysfs `uevent` file:
```
$ git grep printf.*/uevent
cli/src/local_functions.cpp: snprintf(path, PATH_MAX, "/sys/class/drm…