Skip to content

Fix compiler warning about compare with different signedness

Mattias Ellert requested to merge ellert/HepMC3:cmp-diff-sgn into master

test/testThreadssearch.cc:30:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]

Merge request reports

Loading