Package: libboost-graph-dev
Version: 1.33.0-6
Severity: minor

Still another change to avoid extremely long warnings from the C++
compiler due to unused variables:

/tmp % diff topological_sort.hpp  /usr/include/boost/graph/topological_sort.hpp 
-uw
--- topological_sort.hpp      2006-01-11 10:02:37.000000000 +0100
+++ /usr/include/boost/graph/topological_sort.hpp       2006-01-11 
10:02:14.000000000 +0100
@@ -37,7 +37,7 @@
       : m_iter(_iter) { }

     template <typename Edge, typename Graph>
-    void back_edge(const Edge& u, Graph&) { throw not_a_dag(); }
+    void back_edge(const Edge&, Graph&) { throw not_a_dag(); }

     template <typename Vertex, typename Graph>
     void finish_vertex(const Vertex& u, Graph&) { *m_iter++ = u; }



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686-smp
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)

Versions of packages libboost-graph-dev depends on:
ii  libboost-dev                  1.33.0-6   Boost C++ Libraries development fi

Versions of packages libboost-graph-dev recommends:
pn  libboost-graph1.33.0c2a       <none>     (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to