front.2bk 2.0 KB

123456789101112131415161718192021222324252627282930
  1. tst/front.c:3: warning: missing return value
  2. tst/front.c:10: warning: missing return value
  3. tst/front.c:20: type error in argument 1 to `s'; found `pointer to struct D' expected `pointer to incomplete struct D defined at tst/front.c:14'
  4. tst/front.c:21: warning: missing return value
  5. tst/front.c:32: warning: missing return value
  6. tst/front.c:36: operands of = have illegal types `pointer to int' and `pointer to const int'
  7. tst/front.c:38: warning: missing return value
  8. tst/front.c:62: operands of = have illegal types `pointer to char' and `pointer to const void'
  9. tst/front.c:63: warning: missing return value
  10. tst/front.c:68: warning: missing return value
  11. tst/front.c:69: warning: inconsistent linkage for `yy' previously declared at tst/front.c:68
  12. tst/front.c:69: warning: missing return value
  13. tst/front.c:71: invalid storage class `static' for `int function goo'
  14. tst/front.c:71: warning: declaration of `goo' does not match previous declaration at tst/front.c:70
  15. tst/front.c:71: warning: missing return value
  16. tst/front.c:74: warning: declaration of `xr' does not match previous declaration at tst/front.c:72
  17. tst/front.c:74: warning: missing return value
  18. tst/front.c:81: warning: missing return value
  19. tst/front.c:82: warning: declaration of `ss2' does not match previous declaration at tst/front.c:81
  20. tst/front.c:84: warning: inconsistent linkage for `ss5' previously declared at tst/front.c:80
  21. tst/front.c:92: type error in argument 1 to `gx1'; found `pointer to double' expected `double'
  22. tst/front.c:92: warning: missing return value
  23. tst/front.c:95: redeclaration of `hx1' previously declared at tst/front.c:94
  24. tst/front.c:98: warning: missing return value
  25. tst/front.c:101: conflicting argument declarations for function `gg1'
  26. tst/front.c:101: warning: missing return value
  27. tst/front.c:112: type error in argument 4 to `qsort'; found `pointer to int function(pointer to pointer to char,pointer to pointer to char)' expected `pointer to int function(pointer to const void,pointer to const void)'
  28. tst/front.c:113: warning: missing return value
  29. tst/front.c:120: warning: missing return value