cgen: fix codegen for option value on map_set
(fix #23650) (#23652)
#4685
Annotations
6 warnings
Test bootstrapping (v.c can be compiled and run with -os cross)
format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘isize’ {aka ‘long int’} [-Wformat=]
|
Test bootstrapping (v.c can be compiled and run with -os cross)
format specifies type 'long long' but the argument has type 'isize' (aka 'long') [-Wformat]
|
Test bootstrapping (v.c can be compiled and run with -os cross)
expression result unused [-Wunused-value]
|
Test bootstrapping (v.c can be compiled and run with -os cross)
expression result unused [-Wunused-value]
|
Test bootstrapping (v.c can be compiled and run with -os cross)
expression result unused [-Wunused-value]
|
Test bootstrapping (v.c can be compiled and run with -os cross)
expression result unused [-Wunused-value]
|
Loading