Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1.  
  2. cc-1070 c99: ERROR File = main.c, Line = 1061
  3. The indicated type is incomplete.
  4.  
  5. static struct option long_options[] = {
  6. ^
  7.  
  8.  
  9.  
  10.  
  11.  
  12. cc-1367 c99: ERROR File = getopt.c, Line = 548
  13. A pointer to an incomplete class type is not allowed.
  14.  
  15. return pfound->val;
  16. ^
  17.  
  18.  
  19.  
  20. cc-1367 c99: ERROR File = getopt.c, Line = 545
  21. A pointer to an incomplete class type is not allowed.
  22.  
  23. *(pfound->flag) = pfound->val;
  24. ^
  25.  
  26.  
  27.  
  28. cc-1367 c99: ERROR File = getopt.c, Line = 543
  29. A pointer to an incomplete class type is not allowed.
  30.  
  31. if (pfound->flag)
  32. ^
  33.  
  34.  
  35. cc-1367 c99: ERROR File = getopt.c, Line = 465
  36. A pointer to an incomplete class type is not allowed.
  37.  
  38. for (p = longopts, option_index = 0; p->name;
  39. ^
  40.  
  41. cc-3316 c99: ERROR File = getopt.c, Line = 466
  42. The expression must be a pointer to a complete object type.
  43.  
  44. p++, option_index++)
  45. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement