Advertisement
Guest User

Untitled

a guest
Oct 14th, 2014
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. ./gtype-cp.h:410:7: warning: switch condition has boolean value
  2. switch (((*x).u).h.is_lang_type_class)
  3. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. ./gtype-cp.h:412:14: warning: overflow converting case value to switch condition type (2 to 0) [-Wswitch]
  5. case 2:
  6. ^
  7. ./gtype-cp.h:431:14: error: duplicate case value '0'
  8. case 0:
  9. ^
  10. ./gtype-cp.h:412:14: note: previous case defined here
  11. case 2:
  12. ^
  13. mv -f Tcollect2 collect2
  14. ./gtype-cp.h:857:7: warning: switch condition has boolean value
  15. switch (((*x).u).h.is_lang_type_class)
  16. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  17. ./gtype-cp.h:859:14: warning: overflow converting case value to switch condition type (2 to 0) [-Wswitch]
  18. case 2:
  19. ^
  20. ./gtype-cp.h:879:14: error: duplicate case value '0'
  21. case 0:
  22. ^
  23. ./gtype-cp.h:859:14: note: previous case defined here
  24. case 2:
  25. ^
  26. ./gtype-cp.h:1475:3: warning: switch condition has boolean value
  27. switch (((*x).u).h.is_lang_type_class)
  28. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29. ./gtype-cp.h:1477:10: warning: overflow converting case value to switch condition type (2 to 0) [-Wswitch]
  30. case 2:
  31. ^
  32. ./gtype-cp.h:1511:10: error: duplicate case value '0'
  33. case 0:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement