Advertisement
Guest User

Untitled

a guest
Jan 6th, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. CC libavformat/os_support.o
  2. src/libavformat/os_support.c:64:12: error: static declaration of ‘inet_aton’ follows non-static declaration
  3. static int inet_aton(const char *str, struct in_addr *add)
  4. ^~~~~~~~~
  5. In file included from src/libavformat/network.h:69:0,
  6. from src/libavformat/os_support.c:44:
  7. /usr/include/arpa/inet.h:73:12: note: previous declaration of ‘inet_aton’ was here
  8. extern int inet_aton (const char *__cp, struct in_addr *__inp) __THROW;
  9. ^~~~~~~~~
  10. src/libavformat/os_support.c:64:12: warning: ‘inet_aton’ defined but not used [-Wunused-function]
  11. static int inet_aton(const char *str, struct in_addr *add)
  12. ^~~~~~~~~
  13. make: *** [/home/jamrial/ffmpeg/ffbuild/common.mak:60: libavformat/os_support.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement