Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. wagner % make
  2. gcc -Wall -Werror -c -o allocator.o allocator.c
  3. allocator.c: In function 'vlad_init':
  4. allocator.c:252:13: error: invalid storage class for function 'vlad_merge'
  5. static void vlad_merge(){
  6. ^
  7. allocator.c:299:1: error: expected declaration or statement at end of input
  8. }
  9. ^
  10. allocator.c: At top level:
  11. allocator.c:82:13: error: 'vlad_merge' declared 'static' but never defined [-Werror=unused-function]
  12. static void vlad_merge();
  13. ^
  14. cc1: all warnings being treated as errors
  15. make: *** [allocator.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement