Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. uint8_t *buf = malloc(bufsize * sizeof(char) * 2);
  2.  
  3. Result of 'malloc' is converted to a pointer of type 'uint8_t', which is incompatible with sizeof operand type 'char'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement