Fix build warning

external/lzma/C/Lzma2Enc.c:241:21: warning: comparison of integers of different signs: 'UInt64' (aka 'unsigned long long') and 'int' [-Wsign-compare]
      if (numBlocks < t2)
          ~~~~~~~~~ ^ ~~

Test: builds without warnings
Change-Id: I65bb8ebbf679855bbe02ddce431be2f328a062b4
(cherry picked from commit c386efd80bc17340ef319c6ff05090c4feb2abee)
2 files changed