select.cc: Fix %i when rhs is empty #1318
Annotations
20 warnings
Build C++17:
kernel/calc.cc#L142
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++17:
kernel/calc.cc#L164
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++17:
kernel/calc.cc#L165
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++17:
kernel/calc.cc#L196
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++17:
kernel/calc.cc#L377
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++17:
kernel/calc.cc#L410
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++17:
kernel/rtlil.cc#L400
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++17:
kernel/rtlil.cc#L946
‘std::vector<Yosys::RTLIL::Module*> Yosys::RTLIL::Design::selected_modules() const’ is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
|
Build C++17:
kernel/yosys.cc#L1585
‘std::vector<Yosys::RTLIL::Module*> Yosys::RTLIL::Design::selected_modules() const’ is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
|
Build C++17:
kernel/hashlib.h#L30
‘inner’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
Build C++20:
kernel/calc.cc#L142
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++20:
kernel/calc.cc#L164
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++20:
kernel/calc.cc#L165
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++20:
kernel/calc.cc#L196
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++20:
kernel/calc.cc#L377
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++20:
kernel/calc.cc#L410
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++20:
kernel/rtlil.cc#L400
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++20:
kernel/rtlil.cc#L946
‘std::vector<Yosys::RTLIL::Module*> Yosys::RTLIL::Design::selected_modules() const’ is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
|
Build C++20:
kernel/rtlil.cc#L1184
bitwise operation between different enumeration types ‘Yosys::RTLIL::SelectPartials’ and ‘Yosys::RTLIL::SelectBoxes’ is deprecated [-Wdeprecated-enum-enum-conversion]
|
Build C++20:
kernel/rtlil.cc#L1185
bitwise operation between different enumeration types ‘Yosys::RTLIL::SelectPartials’ and ‘Yosys::RTLIL::SelectBoxes’ is deprecated [-Wdeprecated-enum-enum-conversion]
|
Loading