Docs: Fix warnings #1619
Annotations
16 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build C++17:
kernel/log_help.cc#L132
unused parameter ‘language’ [-Wunused-parameter]
|
Build C++17:
libs/fst/fstapi.cc#L3473
‘ssize_t write(int, const void*, size_t)’ reading between 65536 and 4294967295 bytes from a region of size 16 [-Wstringop-overread]
|
Build C++17:
libs/fst/fstapi.cc#L3473
‘ssize_t write(int, const void*, size_t)’ reading between 65536 and 4294967295 bytes from a region of size 32 [-Wstringop-overread]
|
Build C++17:
libs/fst/fstapi.cc#L3473
‘ssize_t write(int, const void*, size_t)’ reading between 65536 and 4294967295 bytes from a region of size 16 [-Wstringop-overread]
|
Build C++17:
passes/hierarchy/keep_hierarchy.cc#L69
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
|
Build C++17:
passes/hierarchy/keep_hierarchy.cc#L69
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
|
Build C++17:
passes/opt/wreduce.cc#L283
‘bool Yosys::RTLIL::IdString::in(const Yosys::hashlib::pool<Yosys::RTLIL::IdString>&) const’ is deprecated [-Wdeprecated-declarations]
|
Build C++20:
kernel/log_help.cc#L132
unused parameter ‘language’ [-Wunused-parameter]
|
Build C++20
‘constant’ may be used uninitialized [-Wmaybe-uninitialized]
|
Build C++20:
libs/fst/fstapi.cc#L3473
‘ssize_t write(int, const void*, size_t)’ reading between 65536 and 4294967295 bytes from a region of size 16 [-Wstringop-overread]
|
Build C++20:
libs/fst/fstapi.cc#L3473
‘ssize_t write(int, const void*, size_t)’ reading between 65536 and 4294967295 bytes from a region of size 32 [-Wstringop-overread]
|
Build C++20:
libs/fst/fstapi.cc#L3473
‘ssize_t write(int, const void*, size_t)’ reading between 65536 and 4294967295 bytes from a region of size 16 [-Wstringop-overread]
|
Build C++20:
passes/hierarchy/keep_hierarchy.cc#L69
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
|
Build C++20:
passes/hierarchy/keep_hierarchy.cc#L69
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
|
Build C++20:
passes/opt/wreduce.cc#L283
‘bool Yosys::RTLIL::IdString::in(const Yosys::hashlib::pool<Yosys::RTLIL::IdString>&) const’ is deprecated [-Wdeprecated-declarations]
|
Loading