[svn:parrot] r43191 - trunk/include/parrot
cotto at svn.parrot.org
cotto at svn.parrot.org
Tue Dec 22 03:46:11 UTC 2009
Author: cotto
Date: Tue Dec 22 03:46:10 2009
New Revision: 43191
URL: https://trac.parrot.org/parrot/changeset/43191
Log:
[pcc] rerun headerizer to avoid warnings about an ignored return value
Modified:
trunk/include/parrot/call.h
Modified: trunk/include/parrot/call.h
==============================================================================
--- trunk/include/parrot/call.h Tue Dec 22 03:45:24 2009 (r43190)
+++ trunk/include/parrot/call.h Tue Dec 22 03:46:10 2009 (r43191)
@@ -482,7 +482,6 @@
__attribute__nonnull__(2);
PARROT_CANNOT_RETURN_NULL
-PARROT_WARN_UNUSED_RESULT
PMC * Parrot_pcc_init_context(PARROT_INTERP,
ARGIN(PMC *ctx),
ARGIN_NULLOK(PMC *old))
More information about the parrot-commits
mailing list