asmaloney / libE57Format

Library for reading & writing the E57 file format
Boost Software License 1.0
136 stars 65 forks source link

Cast <int>_MAX comparisons to fix clang warnings #257

Closed asmaloney closed 1 year ago

asmaloney commented 1 year ago

These should be safe because we aren't checking equality.

Note that Apple's clang doesn't warn about these, but it looks like the official clang releases do.

Fixes #256