projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
d0baf1a
)
picoproj: silence a -Wshorten-64-to-32 warning from clang
author
Antonio Ospite <ospite@studenti.unina.it>
Sat, 27 Jul 2013 20:55:53 +0000
(22:55 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sat, 27 Jul 2013 22:14:47 +0000
(
00:14
+0200)
../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;
~ ~~~^~~~~~~
No differences found