Advertisement
JSkier

Arch Hivex compile issues

Jun 14th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.52 KB | None | 0 0
  1. hivex_c.c:52:1: error: static declaration of 'caml_raise_with_args' follows non-static declaration
  2.  caml_raise_with_args (value tag, int nargs, value args[])
  3.  ^~~~~~~~~~~~~~~~~~~~
  4. In file included from hivex_c.c:39:0:
  5. /usr/lib/ocaml/caml/fail.h:78:17: note: previous declaration of 'caml_raise_with_args' was here
  6.  CAMLextern void caml_raise_with_args (value tag, int nargs, value arg[])
  7.                  ^~~~~~~~~~~~~~~~~~~~
  8. hivex_c.c: In function 'raise_error':
  9. hivex_c.c:1113:1: warning: 'noreturn' function does return
  10.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement