png_warning

Name

png_warning -- default function to handle non-fatal errors

Synopsis

#include <png.h>

void png_warning(png_structp png_ptr, png_const_charp warning_message);

Description

png_warning() is the default function for handling non-fatal errors. The default function to handle warnings may be changed by using png_set_error_fn() to replace the warning function at run-time.