Parallel wallace tree #3
Annotations
20 warnings
Build C++20:
libs/fst/fstapi.cc#L5539
variable 'secnum' set but not used [-Wunused-but-set-variable]
|
Build C++20:
frontends/ast/dpicall.cc#L70
variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
|
Build C++20:
frontends/ast/dpicall.cc#L71
variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
|
Build C++20:
frontends/ast/dpicall.cc#L72
variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
|
Build C++20
'get_temporary_buffer<std::pair<unsigned long, int>>' is deprecated [-Wdeprecated-declarations]
|
Build C++20:
passes/techmap/booth.cc#L512
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
|
Build C++20:
passes/techmap/booth.cc#L515
unused variable 'sb' [-Wunused-variable]
|
Build C++20:
passes/techmap/booth.cc#L548
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
|
Build C++20:
passes/techmap/booth.cc#L548
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
|
Build C++20:
passes/techmap/booth.cc#L776
unused variable 'csa_count_before' [-Wunused-variable]
|
Build C++11:
libs/fst/fstapi.cc#L5539
variable 'secnum' set but not used [-Wunused-but-set-variable]
|
Build C++11:
frontends/ast/dpicall.cc#L70
variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
|
Build C++11:
frontends/ast/dpicall.cc#L71
variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
|
Build C++11:
frontends/ast/dpicall.cc#L72
variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
|
Build C++11:
passes/techmap/booth.cc#L512
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
|
Build C++11:
passes/techmap/booth.cc#L515
unused variable 'sb' [-Wunused-variable]
|
Build C++11:
passes/techmap/booth.cc#L548
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
|
Build C++11:
passes/techmap/booth.cc#L548
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
|
Build C++11:
passes/techmap/booth.cc#L776
unused variable 'csa_count_before' [-Wunused-variable]
|
Build C++11:
passes/techmap/booth.cc#L778
unused variable 'csa_count_after' [-Wunused-variable]
|
Loading