View Single Post
Old 04-30-2014, 05:40 AM   #66
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by chrisridd View Post
Code:
/tmp/patch_kobo_330/tools/patch32lsb.c:166:16: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
      return q - line;
      ~~~~~~ ~~^~~~~~
/tmp/patch_kobo_330/tools/patch32lsb.c:200:19: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
  return q - line - 1;
  ~~~~~~ ~~~~~~~~~^~~
2 warnings generated.
Thanks! Those two warnings are harmless, but I'll update the source to make the conversions explicit.
GeoffR is offline   Reply With Quote