Advertisement
Guest User

Untitled

a guest
May 10th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. In file included from compat.h:319,
  2. from mythcorecontext.cpp:28:
  3. /usr/include/sys/stat.h:437: warning: redundant redeclaration of ‘int mknod(const char*, mode_t, dev_t)’ in same scope
  4. /usr/include/unistd.h:710: warning: previous declaration of ‘int mknod(const char*, mode_t, dev_t)’
  5. In file included from mythsystem.h:6,
  6. from mythcorecontext.cpp:34:
  7. /usr/include/signal.h:84: warning: redundant redeclaration of ‘int pthread_kill(_opaque_pthread_t*, int)’ in same scope
  8. /usr/include/pthread.h:400: warning: previous declaration of ‘int pthread_kill(_opaque_pthread_t*, int)’
  9. /usr/include/signal.h:85: warning: redundant redeclaration of ‘int pthread_sigmask(int, const sigset_t*, sigset_t*)’ in same scope
  10. /usr/include/pthread.h:404: warning: previous declaration of ‘int pthread_sigmask(int, const sigset_t*, sigset_t*)’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement