Guest User

Untitled

a guest
Dec 12th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. buddy.c:214:2: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘size_t’ [-Wformat=]
  2. TRACE_FLOW("(%lu)", sizesCount);
  3. ^
  4. buddy.c:227:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  5. MARK_BLOCK_FREE(sizeof(Address) * 2);
  6. ^
Add Comment
Please, Sign In to add comment