[Boost-bugs] [ boost-Bugs-1512739 ] [archive] Fix unused parameter warning

Bugs item #1512739, was opened at 2006-06-26 16:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1512739&group_id=7586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: serialization Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christian Schlotter (schlotter) Assigned to: Robert Ramey (ramey) Summary: [archive] Fix unused parameter warning Initial Comment: Hi! The function parameter to `bool tracking(const unsigned int flags) const' in `archive/detail/oserializer.hpp' is currently unused. The attached trivial patch against HEAD[1] fixes this. Regards Christian [1] http://boost.cvs.sourceforge.net/*checkout*/boost/boost/boost/archive/detail... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1512739&group_id=7586 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs

SourceForge.net wrote:
The function parameter to `bool tracking(const unsigned int flags) const' in `archive/detail/oserializer.hpp' is currently unused. The attached trivial patch against HEAD[1] fixes this.
Regards Christian
Hmm - looks like its used to me. C:\BoostHead\libs\serialization\src\basic_oarchive.cpp(259): ar.vsave(tracking_type(bos.tracking(m_flags))); C:\BoostHead\libs\serialization\src\basic_oarchive.cpp(266): if(! bos.tracking(m_flags)){ C:\BoostHead\libs\serialization\src\basic_oarchive.cpp(342): ar.vsave(tracking_type(bos.tracking(m_flags))); C:\BoostHead\libs\serialization\src\basic_oarchive.cpp(352): if(! bos.tracking(m_flags)){ C:\BoostHead\libs\serialization\src\basic_xml_grammar.ipp(355): >> uint_p [assign_level(rv.tracking_level)] Robert Ramey

"Robert Ramey" <ramey@rrsd.com> writes:
SourceForge.net wrote:
The function parameter to `bool tracking(const unsigned int flags) const' in `archive/detail/oserializer.hpp' is currently unused. The attached trivial patch against HEAD[1] fixes this.
Regards Christian
Hmm - looks like its used to me.
Robert, You should respond to tracker items on the tracker, as it says in the original message: You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1512739&group_id=7586 ...and you should close the tracker item if you believe there's nothing to fix. -- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (3)
-
David Abrahams
-
Robert Ramey
-
SourceForge.net