Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2012 18:38:05 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241958 - in head/contrib/atf: atf-report atf-run
Message-ID:  <201210231838.q9NIc5jA031373@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Tue Oct 23 18:38:04 2012
New Revision: 241958
URL: http://svn.freebsd.org/changeset/base/241958

Log:
  Fix two clang warnings in the recent atf import.  These have also been
  sent upstream.
  
  Tested by:	Garrett Cooper <yanegomi@gmail.com>

Modified:
  head/contrib/atf/atf-report/atf-report.cpp
  head/contrib/atf/atf-run/io.hpp

Modified: head/contrib/atf/atf-report/atf-report.cpp
==============================================================================
--- head/contrib/atf/atf-report/atf-report.cpp	Tue Oct 23 18:36:07 2012	(r241957)
+++ head/contrib/atf/atf-report/atf-report.cpp	Tue Oct 23 18:38:04 2012	(r241958)
@@ -381,7 +381,6 @@ public:
 class xml_writer : public writer {
     ostream_ptr m_os;
 
-    size_t m_curtp, m_ntps;
     std::string m_tcname, m_tpname;
 
     static

Modified: head/contrib/atf/atf-run/io.hpp
==============================================================================
--- head/contrib/atf/atf-run/io.hpp	Tue Oct 23 18:36:07 2012	(r241957)
+++ head/contrib/atf/atf-run/io.hpp	Tue Oct 23 18:38:04 2012	(r241958)
@@ -378,11 +378,6 @@ class pistream :
     public std::istream, utils::noncopyable
 {
     //!
-    //! \brief The file handle managed by this stream.
-    //!
-    int m_fd;
-
-    //!
     //! \brief The systembuf object used to manage this stream's data.
     //!
     systembuf m_systembuf;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210231838.q9NIc5jA031373>