mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Added PNG_NORETURN attribute to the png_longjmp() function.
This commit is contained in:
parent
81dab093fc
commit
1beadafcc7
3
png.h
3
png.h
@ -868,7 +868,8 @@ extern PNG_EXPORT(jmp_buf*, png_set_longjmp_fn)
|
|||||||
* will use it; otherwise it will call PNG_ABORT(). This function was
|
* will use it; otherwise it will call PNG_ABORT(). This function was
|
||||||
* added in libpng-1.5.0.
|
* added in libpng-1.5.0.
|
||||||
*/
|
*/
|
||||||
extern PNG_EXPORT(void, png_longjmp) PNGARG((png_structp png_ptr, int val));
|
extern PNG_EXPORT(void, png_longjmp) PNGARG((png_structp png_ptr, int val))
|
||||||
|
PNG_NORETURN ;
|
||||||
|
|
||||||
/* Reset the compression stream */
|
/* Reset the compression stream */
|
||||||
extern PNG_EXPORT(int,png_reset_zstream) PNGARG((png_structp png_ptr));
|
extern PNG_EXPORT(int,png_reset_zstream) PNGARG((png_structp png_ptr));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user