Boost C++ Libraries: Ticket #5416: Warning while compiling with GCC 4.4.1 in export.hpp https://svn.boost.org/trac10/ticket/5416 <p> While compiling boost with gcc v4.4.1 I got this warning message: boost/serialization/export.hpp:134: error: type qualifiers ignored on function return type [-Wignored-qualifiers] </p> <p> There seems to be a coding error, const void should be void only. </p> <p> A patch is included. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5416 Trac 1.4.3 anonymous Mon, 04 Apr 2011 08:02:59 GMT attachment set https://svn.boost.org/trac10/ticket/5416 https://svn.boost.org/trac10/ticket/5416 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-serializationExportWarningPatch.patch</span> </li> </ul> Ticket Robert Ramey Mon, 11 Apr 2011 03:36:55 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5416#comment:1 https://svn.boost.org/trac10/ticket/5416#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> I've fixed this on my own machine, it will eventually migrate to the trunk and then to release </p> Ticket