picoproj: silence a -Wshorten-64-to-32 warning from clang
authorAntonio Ospite <ospite@studenti.unina.it>
Sat, 27 Jul 2013 20:55:53 +0000 (22:55 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Sat, 27 Jul 2013 22:14:47 +0000 (00:14 +0200)
commitd0baf1a9e4095176e46f6a8858de420669aea97a
treee1b9a7b983a737c17ff700ea97e653fc6310fb8c
parent0cad89651c43a3dd0d206073b5cf38111e33fbb6
picoproj: silence a -Wshorten-64-to-32 warning from clang

  ../examples/picoproj.c:187:12: error: implicit conversion loses integer precision: '__off_t' (aka 'long')
        to 'unsigned int' [-Werror,-Wshorten-64-to-32]
          size = st.st_size;
               ~ ~~~^~~~~~~
examples/picoproj.c