CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2013/10/05 15:17:30
Modified files: usr.bin/mandoc : apropos_db.c mandoc.c mandoc.h mandocdb.c out.c roff.c Log message: Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: - avoid bad qualifier casting in roff.c, roff_parsetext() by changing the mandoc_escape arguments to "const char const **" - avoid bad qualifier casting in mandocdb.c, index_merge() - garbage collect a few unused variables elsewhere