* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id$ */
-
/*! \file */
#include <config.h>
strlen(file) + (first ? sizeof(INUSEMSG) : sizeof("\n")))
{
if (first)
- putstr(text, INUSEMSG);
+ (void) putstr(text, INUSEMSG);
else
- putstr(text, "\n");
- putstr(text, file);
+ (void) putstr(text, "\n");
+ (void) putstr(text, file);
return (ISC_FALSE);
}
return (first);
cleanup:
/* Indicate truncated output if possible. */
if (result == ISC_R_NOSPACE)
- putstr(text, "\n...");
+ (void) putstr(text, "\n...");
if ((result == ISC_R_SUCCESS || result == ISC_R_NOSPACE))
putnull(text);