Advertisement
Guest User

Untitled

a guest
Apr 18th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. sed "s!\(^\| \)$PWD/! !" .ebmalloc.o.d >.ebmalloc.o.d2.tmp && mv -f .ebmalloc.o.d2.tmp .ebmalloc.o.d2
  2. CC ebmalloc.o
  3. ebmalloc.c: In function ‘ebmalloc’:
  4. ebmalloc.c:35:9: error: implicit declaration of function ‘blexit’ [-Werror=implicit-function-declaration]
  5. 35 | blexit(L"Out of static memory\r\n");
  6. | ^~~~~~
  7. ebmalloc.c:35:9: error: nested extern declaration of ‘blexit’ [-Werror=nested-externs]
  8. cc1: all warnings being treated as errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement