jimbraun / XCDF

XCDF: eXplicitly Compacted Data Format. See documentation at Read the Docs:
https://xcdf.readthedocs.io/en/latest/
Other
14 stars 8 forks source link

Removing some compiler warnings from the Histogram utility #50

Closed Lilcupcake closed 9 years ago

Lilcupcake commented 9 years ago

Just removing some unsigned integer warnings and some comparison warnings. I used unsigned even though I am more used to uint since that seemed to be what was in the code already and what is safer for cross platform compilations.