Advertisement
Guest User

tomers

a guest
Jun 3rd, 2009
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 KB | None | 0 0
  1. ...
  2. CC apps/codecs/ape.c
  3. /home/tomers/code/rockbox_keymaps/apps/codecs/ape.c: In function 'codec_main':
  4. /home/tomers/code/rockbox_keymaps/apps/codecs/ape.c:284: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int'
  5. ...
  6. CC apps/codecs/speex.c
  7. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c: In function 'seek_backwards':
  8. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:120: warning: format '%d' expects type 'int', but argument 2 has type 'long long int'
  9. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:160: warning: format '%d' expects type 'int', but argument 2 has type 'long long int'
  10. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:160: warning: format '%d' expects type 'int', but argument 3 has type 'long long int'
  11. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:160: warning: format '%d' expects type 'int', but argument 4 has type 'long long int'
  12. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:160: warning: format '%d' expects type 'int', but argument 5 has type 'long long int'
  13. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c: In function 'speex_seek_page_granule':
  14. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:226: warning: format '%d' expects type 'int', but argument 2 has type 'long long int'
  15. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:226: warning: format '%d' expects type 'int', but argument 4 has type 'long long int'
  16. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:226: warning: format '%d' expects type 'int', but argument 5 has type 'long long int'
  17. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:226: warning: format '%d' expects type 'int', but argument 7 has type 'off_t'
  18. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:226: warning: too many arguments for format
  19. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:237: warning: format '%d' expects type 'int', but argument 2 has type 'long long int'
  20. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:237: warning: format '%d' expects type 'int', but argument 3 has type 'spx_ogg_int64_t'
  21. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:237: warning: format '%d' expects type 'int', but argument 4 has type 'long long int'
  22. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:237: warning: format '%d' expects type 'int', but argument 5 has type 'long long int'
  23. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:237: warning: format '%d' expects type 'int', but argument 7 has type 'off_t'
  24. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:237: warning: too many arguments for format
  25. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:290: warning: format '%d' expects type 'int', but argument 2 has type 'long long int'
  26. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c: In function 'codec_main':
  27. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:428: warning: format '%d' expects type 'int', but argument 2 has type 'long long int'
  28. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:428: warning: format '%d' expects type 'int', but argument 3 has type 'long long int'
  29. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:428: warning: format '%d' expects type 'int', but argument 4 has type 'long int'
  30. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:428: warning: format '%d' expects type 'int', but argument 5 has type 'long long int'
  31. /home/tomers/code/rockbox_keymaps/apps/codecs/speex.c:428: warning: too many arguments for format
  32. ...
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement