(03/30/14 07:21), NetBSD Test Fixture wrote:
--- task.pico ---
cc1: warnings being treated as errors
/tmp/bracket/build/2014.03.29.20.53.55-i386/src/external/bsd/bind/dist/lib/isc/task.c:1643:1:
error: no previous prototype for 'isc__taskmgr_resume'
*** [task.pico] Error code 1
nbmake[8]: stopped in
/tmp/bracket/build/2014.03.29.20.53.55-i386/src/external/bsd/bind/lib/libisc
task_p.h should be:
#if defined(ISC_PLATFORM_USETHREADS)
void
isc__taskmgr_pause(isc_taskmgr_t *taskmgr);
void
isc__taskmgr_resume(isc_taskmgr_t *taskmgr);
#else
isc_boolean_t
isc__taskmgr_ready(isc_taskmgr_t *taskmgr);
isc_result_t
isc__taskmgr_dispatch(isc_taskmgr_t *taskmgr);
#endif /* !ISC_PLATFORM_USETHREADS */