tests: Fixes for boxes #1312
Annotations
2 errors and 20 warnings
|
Build C++20
The operation was canceled.
|
Build C++20:
kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++20:
kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++20:
kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++20:
kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++20:
kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++20:
kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++20:
kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++20:
kernel/rtlil.cc#L940
'selected_modules' 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#L1182
bitwise operation between different enumeration types ('RTLIL::SelectPartials' and 'Yosys::RTLIL::SelectBoxes') is deprecated [-Wdeprecated-enum-enum-conversion]
|
Build C++20:
kernel/rtlil.cc#L1183
bitwise operation between different enumeration types ('RTLIL::SelectPartials' and 'Yosys::RTLIL::SelectBoxes') is deprecated [-Wdeprecated-enum-enum-conversion]
|
Build C++17:
kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++17:
kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++17:
kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++17:
kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++17:
kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++17:
kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++17:
kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
Build C++17:
kernel/rtlil.cc#L940
'selected_modules' 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
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
|
Build C++17:
frontends/aiger2/xaiger.cc#L201
variable 'box_inputs' set but not used [-Wunused-but-set-variable]
|
Loading