[#]
http://marc.info/?l=openbsd-cvs&m=140751940921510&w=2
openbsd-cvs(obsdave,2) — All
2014-08-08 21:55:17
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/08 11:36:21
Modified files:
usr.bin/mandoc : mandocdb.c mansearch.c
Log message:
Absurdly, the return value of sqlite3_column_text()
is "const unsigned char *", which causes warnings with GCC on Linux.
Explicitly cast to "const char *" to avoid this.
Issue noticed by kristaps@.