Re: [Boost-bugs] [Boost C++ Libraries] #1618: Warnings need supressing

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1618: Warnings need supressing
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-02-09 18:20:49


#1618: Warnings need supressing
-------------------------------+--------------------------------------------
  Reporter: pbristow | Owner: turkanis
      Type: Feature Requests | Status: new
 Milestone: Boost 1.36.0 | Component: iostreams
   Version: Boost 1.34.1 | Severity: Cosmetic
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Comment (by Richard Webb <richard.webb_at_[hidden]>):

 Running the iostreams tests with VC9 and warning level 4 results in a few
 unreferenced parameter warnings:

 {{{
 \boost/iostreams/filter/newline.hpp(401) : warning C4100: 'which' :
 unreferenced formal parameter
 \boost/iostreams/filter/newline.hpp(214) : warning C4100: 'which' :
 unreferenced formal parameter
 \boost/iostreams/filter/symmetric.hpp(155) : warning C4100: 'which' :
 unreferenced formal parameter
 }}}

 Running the tests with code analysis enabled results in loads of 'sizeof
 usage' warnings:

 {{{
 boost\iostreams\traits.hpp(49) : warning C6334: sizeof operator applied to
 an expression with an operator might yield unexpected results
 }}}
 (which actually results from the usage of sizeof in the macro in
 bool_trait_def.hpp) I dont think it's really a problem, but it creates a
 lot of noise.

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1618#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.


This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC