Guest User

Errors

a guest
Mar 10th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. main.c(12) : warning C4127: conditional expression is constant
  2. main.c(13) : warning C4127: conditional expression is constant
  3. main.c(20) : error C2143: syntax error : missing ';' before 'type'
  4. main.c(21) : error C2143: syntax error : missing ';' before 'type'
  5. main.c(22) : error C2275: 'FILE' : illegal use of this type as an expression
  6. C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\stdio.h(66) : see declaration of 'FILE'
  7. main.c(22) : error C2065: 'f' : undeclared identifier
  8. main.c(23) : error C2143: syntax error : missing ';' before 'type'
  9. main.c(25) : error C2065: 'file_pos' : undeclared identifier
  10. main.c(26) : error C2065: 'f' : undeclared identifier
  11. main.c(26) : warning C4047: '=' : 'int' differs in levels of indirection from 'FILE *'
  12. main.c(28) : error C2065: 'f' : undeclared identifier
  13. main.c(28) : error C2065: 'file_pos' : undeclared identifier
  14. main.c(28) : warning C4047: '=' : 'int' differs in levels of indirection from 'FILE *'
  15. main.c(30) : warning C4127: conditional expression is constant
  16. main.c(31) : error C2065: 'line' : undeclared identifier
  17. main.c(31) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int'
  18. main.c(31) : warning C4024: 'fgets' : different types for formal and actual parameter 1
  19. main.c(31) : error C2065: 'f' : undeclared identifier
  20. main.c(31) : warning C4047: 'function' : 'FILE *' differs in levels of indirection from 'int'
  21. main.c(31) : warning C4024: 'fgets' : different types for formal and actual parameter 3
  22. main.c(32) : error C2065: 'line' : undeclared identifier
  23. main.c(32) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int'
  24. main.c(32) : warning C4024: 'execute' : different types for formal and actual parameter 1
  25. main.c(32) : error C2065: 'ht' : undeclared identifier
  26. main.c(32) : warning C4047: 'function' : 'Hashtable **' differs in levels of indirection from 'int *'
  27. main.c(32) : warning C4024: 'execute' : different types for formal and actual parameter 2
  28. main.c(34) : error C2065: 'f' : undeclared identifier
  29. main.c(34) : warning C4047: 'function' : 'FILE *' differs in levels of indirection from 'int'
  30. main.c(34) : warning C4024: 'fclose' : different types for formal and actual parameter 1
  31. main.c(35) : error C2065: 'file_pos' : undeclared identifier
  32. main.c(37) : error C2065: 'f' : undeclared identifier
  33. main.c(37) : error C2065: 'file_pos' : undeclared identifier
  34. main.c(37) : warning C4047: '=' : 'int' differs in levels of indirection from 'FILE *'
  35. main.c(40) : error C2065: 'ht' : undeclared identifier
  36. main.c(40) : warning C4047: 'function' : 'Hashtable **' differs in levels of indirection from 'int *'
  37. main.c(40) : warning C4024: 'delete_hashtable' : different types for formal and actual parameter 1
Advertisement
Add Comment
Please, Sign In to add comment