Fixed minor typos #481
Open
Fixed minor typos #481
Annotations
1 error and 10 warnings
|
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
|
interpreter/rxvmplugin/rxvmplugins/mc_decimal/decnumber_test.c#L144
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
|
|
interpreter/rxvmplugin/rxvmplugins/mc_decimal/decnumber_test.c#L45
format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
|
|
lib/plugins/llist/llist.c#L589
‘sprintf’ writing a terminating nul past the end of the destination [-Wformat-overflow=]
|
|
lib/plugins/llist/llist.c#L582
‘sprintf’ writing a terminating nul past the end of the destination [-Wformat-overflow=]
|
|
lib/plugins/llist/llist.c#L458
format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘rxinteger’ {aka ‘long long int’} [-Wformat=]
|
|
lib/plugins/stack/stack.c#L142
format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘rxinteger’ {aka ‘long long int’} [-Wformat=]
|
|
lib/plugins/stack/stack.c#L103
'0' flag ignored with precision and ‘%d’ gnu_printf format [-Wformat=]
|
|
lib/plugins/arrays/arrays.c#L266
'0' flag ignored with precision and ‘%d’ gnu_printf format [-Wformat=]
|
|
lib/plugins/precomp/precomp.c#L190
'0' flag ignored with precision and ‘%d’ gnu_printf format [-Wformat=]
|
|
lib/plugins/precomp/precomp.c#L190
'0' flag ignored with precision and ‘%d’ gnu_printf format [-Wformat=]
|
The logs for this run have expired and are no longer available.
Loading