Opened 16 years ago
Closed 16 years ago
#670 closed Bugs (None)
[archive] Fix unused parameter warning
Reported by: | schlotter | Owned by: | Robert Ramey |
---|---|---|---|
Milestone: | Component: | serialization | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
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/oserializer.hpp
Change History (4)
comment:2 by , 16 years ago
Logged In: YES user_id=1440711 I just noticed that I missed a similar warning. The second attached patch fixes this too.
comment:3 by , 16 years ago
Logged In: YES user_id=1440711 Robert Ramey wrote: OK - I've applied the patches to my local copy which will be uploaded to CVS/Head. Sorry this won't show up in boost until version 1.35. So if this is important to you, you should patch your own copy. Robert Ramey
comment:4 by , 16 years ago
Status: | assigned → closed |
---|
Note:
See TracTickets
for help on using tickets.