coin-or / ADOL-C

A Package for Automatic Differentiation of Algorithms Written in C/C++
Other
146 stars 31 forks source link

remove Clang warnings (-Wpointer-sign) #65

Closed juanlucasrey closed 3 weeks ago

juanlucasrey commented 4 weeks ago

This PR removes Clang complaints while building:

"passing 'locint ' (aka 'unsigned int ') to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]"

CLAassistant commented 4 weeks ago

CLA assistant check
All committers have signed the CLA.