Advertisement
Spyros

sparse

Jul 17th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. northpole@debian:~/gsoc/batman-adv$ sparse -Wsparse-all *.h
  2. bitarray.h:27:16: error: Expected ) in function declarator
  3. bitarray.h:27:16: error: got last_seqno
  4. bitarray.h:32:11: error: Expected ) in function declarator
  5. bitarray.h:32:11: error: got <
  6. bitarray.h:32:2: error: Trying to use reserved word 'if' as identifier
  7. bitarray.h:34:2: error: Trying to use reserved word 'else' as identifier
  8. bitarray.h:35:3: error: Expected ; at end of declaration
  9. bitarray.h:35:3: error: got return
  10. bitarray.h:36:1: error: Expected ; end of type declaration
  11. bitarray.h:36:1: error: got }
  12. bitarray.h:46:1: error: Expected ; end of type declaration
  13. bitarray.h:46:1: error: got }
  14. bitarray.h:31:9: error: undefined identifier 'last_seqno'
  15. bridge_loop_avoidance.h:46:42: error: Expected ) in function declarator
  16. bridge_loop_avoidance.h:46:42: error: got is_bcast
  17. bridge_loop_avoidance.h:49:1: error: Expected ; end of type declaration
  18. bridge_loop_avoidance.h:49:1: error: got }
  19. bridge_loop_avoidance.h:55:1: error: Expected ; end of type declaration
  20. bridge_loop_avoidance.h:55:1: error: got }
  21. bridge_loop_avoidance.h:62:1: error: Expected ; end of type declaration
  22. bridge_loop_avoidance.h:62:1: error: got }
  23. bridge_loop_avoidance.h:68:1: error: Expected ; end of type declaration
  24. bridge_loop_avoidance.h:68:1: error: got }
  25. bridge_loop_avoidance.h:74:1: error: Expected ; end of type declaration
  26. bridge_loop_avoidance.h:74:1: error: got }
  27. bridge_loop_avoidance.h:80:1: error: Expected ; end of type declaration
  28. bridge_loop_avoidance.h:80:1: error: got }
  29. bridge_loop_avoidance.h:88:1: error: Expected ; end of type declaration
  30. bridge_loop_avoidance.h:88:1: error: got }
  31. bridge_loop_avoidance.h:100:1: error: Expected ; end of type declaration
  32. bridge_loop_avoidance.h:100:1: error: got }
  33. compat.h:52:11: error: unable to open 'linux/autoconf.h'
  34. northpole@debian:~/gsoc/batman-adv$ sparse -Wsparse-all *.c
  35. main.h:137:11: error: unable to open 'linux/mutex.h'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement