docs: fix uninitialized pointer bug in opts example code #312
Annotations
6 warnings
Build
format specifies type 'long' but the argument has type 'unsigned long long' [-Wformat]
|
Build
format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
Build
format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
Build
format specifies type 'long' but the argument has type 'unsigned long long' [-Wformat]
|
Build
format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
Build
format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
Loading