[svn:parrot] r39665 - branches/io_cleanups/src/io
whiteknight at svn.parrot.org
whiteknight at svn.parrot.org
Fri Jun 19 00:21:38 UTC 2009
Author: whiteknight
Date: Fri Jun 19 00:21:37 2009
New Revision: 39665
URL: https://trac.parrot.org/parrot/changeset/39665
Log:
[io_cleanups] remove WARN_UNUSED_RESULT from Parrot_io_open. the return value is not necessary for all IO PMC types. cotto++
Modified:
branches/io_cleanups/src/io/api.c
Modified: branches/io_cleanups/src/io/api.c
==============================================================================
--- branches/io_cleanups/src/io/api.c Fri Jun 19 00:13:08 2009 (r39664)
+++ branches/io_cleanups/src/io/api.c Fri Jun 19 00:21:37 2009 (r39665)
@@ -113,7 +113,6 @@
*/
PARROT_EXPORT
-PARROT_WARN_UNUSED_RESULT
PARROT_CANNOT_RETURN_NULL
PMC *
Parrot_io_open(PARROT_INTERP, ARGIN_NULLOK(PMC *pmc),
More information about the parrot-commits
mailing list