picoporj: fix another -Wshorten-64-to-32 warning from clang
authorAntonio Ospite <ospite@studenti.unina.it>
Sat, 27 Jul 2013 21:01:16 +0000 (23:01 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Sat, 27 Jul 2013 22:14:47 +0000 (00:14 +0200)
commit1cdf659982e677199167319f06692c813d8c54c2
tree28f187c2216db618849804e4e48d252da7fb8277
parentd0baf1a9e4095176e46f6a8858de420669aea97a
picoporj: fix another -Wshorten-64-to-32 warning from clang

  ../examples/picoproj.c:196:8: error: implicit conversion loses integer precision: 'size_t'
        (aka 'unsigned long') to 'int' [-Werror,-Wshorten-64-to-32]
          ret = fread(image, size, 1, image_fp);
              ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
examples/picoproj.c