Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2010
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. CC apps/plugins/pdbox/PDa/src/m_class.c
  2. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c: In function ‘class_new’:
  3. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:187: warning: ‘t_atomtype’ is promoted to ‘int’ when passed through ‘...’
  4. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:187: note: (so you should pass ‘int’ not ‘t_atomtype’ to ‘va_arg’)
  5. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:187: note: if this code is reached, the program will abort
  6. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c: In function ‘class_addcreator’:
  7. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:259: warning: ‘t_atomtype’ is promoted to ‘int’ when passed through ‘...’
  8. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:259: note: if this code is reached, the program will abort
  9. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c: In function ‘class_addmethod’:
  10. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:293: warning: ‘t_atomtype’ is promoted to ‘int’ when passed through ‘...’
  11. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:293: note: if this code is reached, the program will abort
  12. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:298: warning: ‘t_atomtype’ is promoted to ‘int’ when passed through ‘...’
  13. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:298: note: if this code is reached, the program will abort
  14. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:324: warning: ‘t_atomtype’ is promoted to ‘int’ when passed through ‘...’
  15. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:324: note: if this code is reached, the program will abort
  16. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c: In function ‘class_addcreator’:
  17. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:262: warning: ‘vec[1]’ may be used uninitialized in this function
  18. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:262: warning: ‘vec[2]’ may be used uninitialized in this function
  19. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:262: warning: ‘vec[3]’ may be used uninitialized in this function
  20. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:262: warning: ‘vec[4]’ may be used uninitialized in this function
  21. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:262: warning: ‘vec[5]’ may be used uninitialized in this function
  22. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c: In function ‘class_new’:
  23. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:193: warning: ‘vec[1]’ may be used uninitialized in this function
  24. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:193: warning: ‘vec[2]’ may be used uninitialized in this function
  25. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:193: warning: ‘vec[3]’ may be used uninitialized in this function
  26. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:193: warning: ‘vec[4]’ may be used uninitialized in this function
  27. /home/ssorgatem/rockbox/apps/plugins/pdbox/PDa/src/m_class.c:193: warning: ‘vec[5]’ may be used uninitialized in this function
  28. CC apps/plugins/pdbox/PDa/src/m_conf.c
  29. CC apps/plugins/pdbox/PDa/src/m_fixed.c
  30. CC apps/plugins/pdbox/PDa/src/m_glob.c
  31. CC apps/plugins/pdbox/PDa/src/m_memory.c
  32. CC apps/plugins/pdbox/PDa/src/m_obj.c
  33. CC apps/plugins/pdbox/PDa/src/m_pd.c
  34. CC apps/plugins/pdbox/PDa/src/m_sched.c
  35. CC apps/plugins/pdbox/PDa/src/s_audio.c
  36. CC apps/plugins/pdbox/PDa/src/s_file.c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement