Advertisement
Bash

Untitled

May 1st, 2011
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. In file included from seccompsandbox/syscall_table.h:18:0,
  2. from seccompsandbox/sandbox_impl.h:51,
  3. from seccompsandbox/debug.h:14,
  4. from seccompsandbox/access.cc:5:
  5. seccompsandbox/securemem.h: In static member function ‘static void playground::SecureMem::sendSystemCall(const playground::SecureMem::SyscallRequestInfo&, playground::SecureMem::LockType, T1, T2) [with T1 = char*, T2 = int]’:
  6. seccompsandbox/access.cc:84:65: instantiated from here
  7. seccompsandbox/securemem.h:172:5: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
  8. cc1plus: all warnings being treated as errors
  9.  
  10. make: *** [out/Release/obj.target/seccomp_sandbox/seccompsandbox/access.o] Error 1
  11. make: *** Waiting for unfinished jobs....
  12. CXX(target) out/Release/obj.target/seccomp_sandbox/seccompsandbox/exit.o
  13. In file included from seccompsandbox/syscall_table.h:18:0,
  14. from seccompsandbox/sandbox_impl.h:51,
  15. from seccompsandbox/debug.h:14,
  16. from seccompsandbox/clone.cc:5:
  17. seccompsandbox/securemem.h: In static member function ‘static void playground::SecureMem::sendSystemCall(const playground::SecureMem::SyscallRequestInfo&, playground::SecureMem::LockType, T1, T2, T3, T4, T5, T6, playground::SecureMem::Args*) [with T1 = int, T2 = char*, T3 = int*, T4 = void*, T5 = void*, T6 = void*, playground::SecureMem::Args = playground::SecureMem::Args]’:
  18. seccompsandbox/clone.cc:157:52: instantiated from here
  19. seccompsandbox/securemem.h:195:5: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
  20. cc1plus: all warnings being treated as errors
  21.  
  22. make: *** [out/Release/obj.target/seccomp_sandbox/seccompsandbox/clone.o] Error 1
  23. In file included from seccompsandbox/syscall_table.h:18:0,
  24. from seccompsandbox/sandbox_impl.h:51,
  25. from seccompsandbox/debug.h:14,
  26. from seccompsandbox/exit.cc:5:
  27. seccompsandbox/securemem.h: In static member function ‘static void playground::SecureMem::sendSystemCall(const playground::SecureMem::SyscallRequestInfo&, playground::SecureMem::LockType, T1) [with T1 = int]’:
  28. seccompsandbox/exit.cc:32:66: instantiated from here
  29. seccompsandbox/securemem.h:167:5: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
  30. cc1plus: all warnings being treated as errors
  31.  
  32. make: *** [out/Release/obj.target/seccomp_sandbox/seccompsandbox/exit.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement