Guest User

Untitled

a guest
Jan 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. b_child.c: In function 'bk_child_istart':
  2. b_child.c:403:18: error: variable 'i' set but not used [-Werror=unused-but-set-\
  3. variable]
  4. gcc -O3 -funroll-loops -falign-functions -march=core2 -pipe -g -Wmissing-proto\
  5. types -Wcomment -Wformat -Wimplicit -Wmain -Wmultichar -Wswitch -Wshadow -Wtrig\
  6. raphs -Werror -Wchar-subscripts -Wstrict-prototypes -Wno-pointer-sign -Wreturn-\
  7. type -Wpointer-arith -finline-limit=1200 -W -Wunused -Wno-unused-parameter -Wun\
  8. initialized -D_REENTRANT -I../include -I../../INSTALL/usr/local/include -I/usr/\
  9. kerberos/include -I../../INSTALL/usr/local/include -DBK_USING_PTHREADS -c b_run\
  10. .c -fPIC -DPIC -o .libs/b_run.o
  11. cc1: all warnings being treated as errors
  12.  
  13. make: *** [b_child.lo] Error 1
  14. b_dyn_stats.c: In function 'bk_dynamic_stats_XML_create':
  15. b_dyn_stats.c:1734:9: error: variable 'vptr_ret' set but not used [-Werror=unus\
  16. ed-but-set-variable]
  17. gcc -O3 -funroll-loops -falign-functions -march=core2 -pipe -g -Wmissing-proto\
  18. types -Wcomment -Wformat -Wimplicit -Wmain -Wmultichar -Wswitch -Wshadow -Wtrig\
  19. raphs -Werror -Wchar-subscripts -Wstrict-prototypes -Wno-pointer-sign -Wreturn-\
  20. type -Wpointer-arith -finline-limit=1200 -W -Wunused -Wno-unused-parameter -Wun\
  21. initialized -D_REENTRANT -I../include -I../../INSTALL/usr/local/include -I/usr/\
  22. kerberos/include -I../../INSTALL/usr/local/include -DBK_USING_PTHREADS -c b_thr\
  23. ead.c -fPIC -DPIC -o .libs/b_thread.o
  24. b_rand.c: In function 'bk_truerand_opertunistic':
  25. b_rand.c:533:13: error: variable 'ignored' set but not used [-Werror=unused-but\
  26. -set-variable]
  27. cc1: all warnings being treated as errors
  28.  
  29. make: *** [b_rand.lo] Error 1
  30. cc1: all warnings being treated as errors
  31.  
  32. make: *** [b_dyn_stats.lo] Error 1
  33. b_run.c: In function 'bk_run_once':
  34. b_run.c:1018:22: error: variable 'check_idle' set but not used [-Werror=unused-\
  35. but-set-variable]
  36. cc1: all warnings being treated as errors
  37.  
  38. make: *** [b_run.lo] Error 1
  39. b_thread.c: In function 'bk_thread_kill_others':
  40. b_thread.c:1060:25: error: variable 'tlist' might be clobbered by 'longjmp' or \
  41. 'vfork' [-Werror=clobbered]
  42. cc1: all warnings being treated as errors
  43.  
  44. make: *** [b_thread.lo] Error 1
  45. make: Target `default' not remade because of errors.
Add Comment
Please, Sign In to add comment