[Gambas-user] Issue 604 in gambas: a shared library shouldn't call exit or _exit
gambas at ...2524...
gambas at ...2524...
Tue Feb 17 23:20:09 CET 2015
Updates:
Status: WontFix
Labels: -Version Version-TRUNK
Comment #1 on issue 604 by benoit.m... at ...626...: a shared library
shouldn't call exit or _exit
https://code.google.com/p/gambas/issues/detail?id=604
Take that as false positives.
Calling exit() or _exit() in a Gambas component is not a problem at all,
because they are not system shared libraries: no other program than the
gambas interpreter will use them.
The typo has been fixed. Don't mix different problems in the same issue!
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list