Advertisement
goatbar

Untitled

Feb 5th, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ehdrdataset.cpp:279:23: error: comparison of integers of different signs: 'const vsi_l_offset' (aka 'const uumynsigned long long') and 'int' [-Werror,-Wsign-compare]
  2. if( nLineBytesBig > std::numeric_limits<int>::max() )
  3. ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. ehdrdataset.cpp:346:23: error: comparison of integers of different signs: 'const vsi_l_offset' (aka 'const unsigned long long') and 'int' [-Werror,-Wsign-compare]
  5. if( nLineBytesBig > std::numeric_limits<int>::max() )
  6. ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement