tests/select: Disable clean test #1305
Annotations
10 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#L972
‘std::vector<Yosys::RTLIL::Module*> Yosys::RTLIL::Design::selected_modules() const’ is deprecated: Use all_selected_modules() instead. [-Wdeprecated-declarations]
|
Build C++17:
kernel/rtlil.cc#L1150
‘bool Yosys::RTLIL::Selection::selected_module(const Yosys::RTLIL::IdString&) const’ is deprecated: Use is_selected_module() [-Wdeprecated-declarations]
|
Build C++17:
kernel/rtlil.cc#L1168
‘bool Yosys::RTLIL::Selection::selected_whole_module(const Yosys::RTLIL::IdString&) const’ is deprecated: Use is_selected_whole_module() [-Wdeprecated-declarations]
|
Loading