Docs: Fix warnings #1619
Annotations
4 warnings
Build C++17:
kernel/log_help.cc#L132
unused parameter 'language' [-Wunused-parameter]
|
Build C++17:
passes/opt/wreduce.cc#L283
'in' is deprecated [-Wdeprecated-declarations]
|
Build C++17:
passes/hierarchy/keep_hierarchy.cc#L69
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
Build C++17:
passes/hierarchy/keep_hierarchy.cc#L69
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
Loading