Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. man.c: In function 'add_roff_line_length':
  2. man.c:652:48: warning: unused parameter 'cmd' [-Wunused-parameter]
  3. man.c: In function 'make_roff_command':
  4. man.c:1695:8: error: 'TROFF' undeclared (first use in this function)
  5. man.c:1695:8: note: each undeclared identifier is reported only once for each function it appears in
  6. man.c:1699:8: error: 'NROFF' undeclared (first use in this function)
  7. man.c: In function 'format_display':
  8. man.c:2201:20: warning: unused parameter 'man_file' [-Wunused-parameter]
  9. man.c: At top level:
  10. man.c:652:17: warning: 'add_roff_line_length' defined but not used [-Wunused-function]
  11. make[3]: *** [man.o] Error 1
  12. make[3]: Leaving directory `/sources/man-db-2.6.0.2/src'
  13. make[2]: *** [all-recursive] Error 1
  14. make[2]: Leaving directory `/sources/man-db-2.6.0.2/src'
  15. make[1]: *** [all-recursive] Error 1
  16. make[1]: Leaving directory `/sources/man-db-2.6.0.2'
  17. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement