Author: gsim
Date: Fri Oct 10 12:58:32 2014
New Revision: 1630869
URL: http://svn.apache.org/r1630869
Log:
PROTON-700
By not saying 'static' on previous checkin, I broke debug builds.
Modified:
qpid/proton/branches/examples/proton-c/src/codec/data.h
Modified: qpid/proton/branches/examples/proton-c/src/codec/data.h
URL:
http://svn.apache.org/viewvc/qpid/proton/branches/examples/proton-c/src/codec/data.h?rev=1630869&r1=1630868&r2=1630869&view=diff
==============================================================================
--- qpid/proton/branches/examples/proton-c/src/codec/data.h (original)
+++ qpid/proton/branches/examples/proton-c/src/codec/data.h Fri Oct 10 12:58:32
2014
@@ -61,7 +61,7 @@ struct pn_data_t {
pni_nid_t base_current;
};
-inline pni_node_t * pn_data_node(pn_data_t *data, pni_nid_t nd)
+static inline pni_node_t * pn_data_node(pn_data_t *data, pni_nid_t nd)
{
return nd ? (data->nodes + nd - 1) : NULL;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]