gavalian / hipo

High Performance Output Data format for experimental Physics
2 stars 9 forks source link

warning #27

Closed maureeungaro closed 1 year ago

maureeungaro commented 1 year ago

hipo4/node.h:83:29: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Not major issue but this warning comes up hundreds of times when compiling gemc.

gavalian commented 1 year ago

Fixed the issue.