DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2125
Version: 1.3-current


fltk13.i386: W: shared-lib-calls-exit /usr/lib/libfltk_forms.so.1.3
e...@glibc_2.0
This library package calls exit() or _exit(), probably in a non-fork()
context. Doing so from a library is strongly discouraged - when a library
function calls exit(), it prevents the calling program from handling the
error, reporting it to the user, closing files properly, and cleaning up
any
state that the program has. It is preferred for the library to return an
actual error code and let the calling program decide how to handle the
situation.


Link: http://www.fltk.org/str.php?L2125
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to