fix swapped conns, params in interators #239
Annotations
9 warnings
kernel/rtlil.cc#L2446
format ‘%X’ expects argument of type ‘unsigned int’, but argument 2 has type ‘Yosys::RTLIL::Cell*’ [-Wformat=]
|
kernel/log.h#L224
‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare]
|
kernel/satgen.cc#L1268
‘undef_srst’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
kernel/satgen.cc#L1254
‘undef_ce’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
kernel/satgen.cc#L1240
‘undef_srst’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
kernel/fmt.cc#L837
comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
libs/minisat/Vec.h#L103
‘void* realloc(void*, size_t)’ moving an object of non-trivially copyable type ‘class Minisat::vec<unsigned int>’; use ‘new’ and ‘delete’ instead [-Wclass-memaccess]
|
libs/minisat/Vec.h#L103
‘void* realloc(void*, size_t)’ moving an object of non-trivially copyable type ‘class Minisat::vec<Minisat::Solver::Watcher>’; use ‘new’ and ‘delete’ instead [-Wclass-memaccess]
|
passes/techmap/abc.cc#L2011
‘g_argidx’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
This job succeeded
Loading