[Boost-bugs] [Boost C++ Libraries] #12023: unused parameter 's' warning in iserializer.hpp

Subject: [Boost-bugs] [Boost C++ Libraries] #12023: unused parameter 's' warning in iserializer.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-02-26 13:25:07


#12023: unused parameter 's' warning in iserializer.hpp
-----------------------------------------+---------------------------
 Reporter: Jim McKim <james.h.mckim@…> | Owner: ramey
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: serialization
  Version: Boost 1.60.0 | Severity: Cosmetic
 Keywords: |
-----------------------------------------+---------------------------
 When compiled with clang, -Wall -Wextra, the header iserializer.hpp
 generates an "unused parameter 's'" warning.


 {{{
 *** iserializer.hpp.orig 2016-02-26 08:18:34.000000000 -0500
 --- iserializer.hpp 2016-02-26 08:19:09.000000000 -0500
 ***************
 *** 232,238 ****
               }

               template<void D(void *)>
 ! static void deleter(void * t, std::size_t s){
                   D(t);
               }
               static void invoke_delete(T * t) {
 --- 232,238 ----
               }

               template<void D(void *)>
 ! static void deleter(void * t, std::size_t){
                   D(t);
               }
               static void invoke_delete(T * t) {

 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12023>
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:50:19 UTC