Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. a1ms4.c:30:3: warning: passing argument 1 of 'getName' from incompatible pointer type [enabled by default]
  2. getName(contact);
  3. ^
  4. In file included from a1ms4.c:15:0:
  5. contacts.h:50:6: note: expected 'struct Name *' but argument is of type 'struct Contact *'
  6. void getName(struct Name* name);
  7. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement