Boost C++ Libraries: Ticket #1868: [Spirit2] compiler warnings from VC9 + warning level 4 https://svn.boost.org/trac10/ticket/1868 <p> Running the Spirit2 tests on VC9 with warning level 4 produces quite a few warnings, mostly 4100 (unreferenced parameter) and 4512 (assignment operator could not be generated). </p> <p> Attached is a patch to silence the C4100 warnings. I'll look at the others seperately. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1868 Trac 1.4.3 Richard Webb <richard.webb@…> Sat, 26 Apr 2008 18:53:08 GMT attachment set https://svn.boost.org/trac10/ticket/1868 https://svn.boost.org/trac10/ticket/1868 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">Spirit2Unref.patch</span> </li> </ul> Ticket Hartmut Kaiser Sat, 26 Apr 2008 20:26:42 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1868#comment:1 https://svn.boost.org/trac10/ticket/1868#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 (partially) applied this patch. I don't understand why we need to disable this warning using #pragma's, even more as the parameters in question _are_ referenced from inside their respective functions. </p> <p> Thanks! Regards Hartmut </p> Ticket