Closed maureeungaro closed 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.
Fixed the issue.
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.