Advertisement
Rapptz

Untitled

Oct 2nd, 2012
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 6.55 KB | None | 0 0
  1. test2.cpp:1:29: error: invalid conversion from 'const char*' to 't* {aka unsigned char*}' [-fpermissive]
  2. test2.cpp:2:15: error: ISO C++ forbids declaration of 'H' with no type [-fpermissive]
  3. test2.cpp:2:30: error: expected constructor, destructor, or type conversion before '(' token
  4. test2.cpp:2:56: error: 'c' was not declared in this scope
  5. test2.cpp:2:58: error: 'a' was not declared in this scope
  6. test2.cpp:2:59: error: expression list treated as compound expression in initializer [-fpermissive]
  7. test2.cpp:2:60: error: expected ',' or ';' before '{' token
  8. test2.cpp:3:27: error: ISO C++ forbids declaration of 'V' with no type [-fpermissive]
  9. test2.cpp: In function 'int V(t*)':
  10. test2.cpp:3:46: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
  11. test2.cpp:3:50: warning: no return statement in function returning non-void [-Wreturn-type]
  12. test2.cpp: At global scope:
  13. test2.cpp:3:60: error: ISO C++ forbids declaration of 'Z' with no type [-fpermissive]
  14. test2.cpp: In function 'int Z(t*, t)':
  15. test2.cpp:3:68: warning: no return statement in function returning non-void [-Wreturn-type]
  16. test2.cpp: At global scope:
  17. test2.cpp:3:78: error: ISO C++ forbids declaration of 'e' with no type [-fpermissive]
  18. test2.cpp: In function 'int e(t, H)':
  19. test2.cpp:4:76: error: 'Q' was not declared in this scope
  20. test2.cpp:4:77: error: 'R' was not declared in this scope
  21. test2.cpp:4:79: warning: no return statement in function returning non-void [-Wreturn-type]
  22. test2.cpp: At global scope:
  23. test2.cpp:5:3: error: ISO C++ forbids declaration of 'I' with no type [-fpermissive]
  24. test2.cpp: In function 'int I()':
  25. test2.cpp:6:74: error: 'getchar' was not declared in this scope
  26. test2.cpp:6:78: error: 'Q' was not declared in this scope
  27. test2.cpp:7:1: warning: no return statement in function returning non-void [-Wreturn-type]
  28. test2.cpp: At global scope:
  29. test2.cpp:7:74: error: ISO C++ forbids declaration of 'R' with no type [-fpermissive]
  30. test2.cpp: In function 'int R(H, int)':
  31. test2.cpp:8:5: error: too many arguments to function
  32. test2.cpp:8:5: error: invalid conversion from 'int' to 'H {aka int (*)()}' [-fpermissive]
  33. test2.cpp:8:29: error: 'main' was not declared in this scope
  34. test2.cpp:8:74: warning: no return statement in function returning non-void [-Wreturn-type]
  35. test2.cpp: At global scope:
  36. test2.cpp:8:77: error: ISO C++ forbids declaration of 'P' with no type [-fpermissive]
  37. test2.cpp: In function 'int P()':
  38. test2.cpp:9:4: warning: no return statement in function returning non-void [-Wreturn-type]
  39. test2.cpp: At global scope:
  40. test2.cpp:9:7: error: ISO C++ forbids declaration of 'z' with no type [-fpermissive]
  41. test2.cpp: In function 'int z()':
  42. test2.cpp:9:77: error: 'O' was not declared in this scope
  43. test2.cpp:9:79: warning: no return statement in function returning non-void [-Wreturn-type]
  44. test2.cpp: At global scope:
  45. test2.cpp:10:6: error: ISO C++ forbids declaration of 'O' with no type [-fpermissive]
  46. test2.cpp: In function 'int O(t*)':
  47. test2.cpp:10:78: error: 'printf' was not declared in this scope
  48. test2.cpp:11:1: warning: no return statement in function returning non-void [-Wreturn-type]
  49. test2.cpp: At global scope:
  50. test2.cpp:11:4: error: ISO C++ forbids declaration of 'T' with no type [-fpermissive]
  51. test2.cpp: In function 'int T()':
  52. test2.cpp:11:32: error: invalid conversion from 'const char*' to 't* {aka unsigned char*}' [-fpermissive]
  53. test2.cpp:11:74: warning: no return statement in function returning non-void [-Wreturn-type]
  54. test2.cpp: At global scope:
  55. test2.cpp:11:76: error: expected constructor, destructor, or type conversion before '(' token
  56. test2.cpp:13:76: error: ISO C++ forbids declaration of 'M' with no type [-fpermissive]
  57. test2.cpp: In function 'int M()':
  58. test2.cpp:14:24: warning: no return statement in function returning non-void [-Wreturn-type]
  59. test2.cpp: At global scope:
  60. test2.cpp:14:75: error: ISO C++ forbids declaration of 'h' with no type [-fpermissive]
  61. test2.cpp: In function 'int h()':
  62. test2.cpp:15:78: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
  63. test2.cpp:18:4: error: too many arguments to function 'int P()'
  64. test2.cpp:8:75: note: declared here
  65. test2.cpp:18:5: error: too many arguments to function 'int P()'
  66. test2.cpp:8:75: note: declared here
  67. test2.cpp:18:11: warning: no return statement in function returning non-void [-Wreturn-type]
  68. test2.cpp: At global scope:
  69. test2.cpp:18:14: error: ISO C++ forbids declaration of 'g' with no type [-fpermissive]
  70. test2.cpp: In function 'int g()':
  71. test2.cpp:18:27: warning: no return statement in function returning non-void [-Wreturn-type]
  72. test2.cpp: At global scope:
  73. test2.cpp:18:30: error: ISO C++ forbids declaration of 'f' with no type [-fpermissive]
  74. test2.cpp: In function 'int f()':
  75. test2.cpp:18:38: error: too many arguments to function 'int P()'
  76. test2.cpp:8:75: note: declared here
  77. test2.cpp:18:49: warning: no return statement in function returning non-void [-Wreturn-type]
  78. test2.cpp: At global scope:
  79. test2.cpp:18:52: error: ISO C++ forbids declaration of 'p' with no type [-fpermissive]
  80. test2.cpp: In function 'int p()':
  81. test2.cpp:18:67: warning: no return statement in function returning non-void [-Wreturn-type]
  82. test2.cpp: At global scope:
  83. test2.cpp:18:70: error: ISO C++ forbids declaration of 'd' with no type [-fpermissive]
  84. test2.cpp: In function 'int d()':
  85. test2.cpp:18:78: error: too many arguments to function 'int P()'
  86. test2.cpp:8:75: note: declared here
  87. test2.cpp:19:10: warning: no return statement in function returning non-void [-Wreturn-type]
  88. test2.cpp: At global scope:
  89. test2.cpp:19:12: error: expected constructor, destructor, or type conversion before '(' token
  90. test2.cpp:19:49: error: ISO C++ forbids declaration of 'n' with no type [-fpermissive]
  91. test2.cpp: In function 'int n()':
  92. test2.cpp:19:64: error: 'w' was not declared in this scope
  93. test2.cpp:19:66: error: 'c' was not declared in this scope
  94. test2.cpp:19:69: warning: no return statement in function returning non-void [-Wreturn-type]
  95. test2.cpp: At global scope:
  96. test2.cpp:19:72: error: ISO C++ forbids declaration of 'a' with no type [-fpermissive]
  97. test2.cpp: In function 'int a()':
  98. test2.cpp:20:6: warning: no return statement in function returning non-void [-Wreturn-type]
  99. test2.cpp: At global scope:
  100. test2.cpp:20:12: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
  101. test2.cpp: In function 'int main()':
  102. test2.cpp:20:20: error: 'Q' was not declared in this scope
  103. test2.cpp: At global scope:
  104. test2.cpp:20:78: error: invalid conversion from 'const char*' to 't* {aka unsigned char*}' [-fpermissive]
  105. [Finished in 0.4s with exit code 1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement