All of lore.kernel.org
 help / color / mirror / Atom feed
From: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
To: ceph-devel@vger.kernel.org
Cc: Danny Al-Gaaf <dalgaaf@suse.de>, Sage Weil <sage@inktank.com>,
	Gary Lowell <gary.lowell@inktank.com>
Subject: [PATCH 2/8] ceph_crypto.cc: remove unused shutdown() outside crypto ifdef's
Date: Wed,  6 Feb 2013 12:02:45 +0100	[thread overview]
Message-ID: <1360148571-6984-3-git-send-email-danny.al-gaaf@bisect.de> (raw)
In-Reply-To: <1360148571-6984-1-git-send-email-danny.al-gaaf@bisect.de>

Fix "out-of-line declaration of a member must be a definition
[-Wout-of-line-declaration]". Remove ceph::crypto::shutdown() outside
the crypto related ifdef's. Without nss or cryptopp configure will
fail anyways.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
---
 src/common/ceph_crypto.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/common/ceph_crypto.cc b/src/common/ceph_crypto.cc
index 3f04349..96fa157 100644
--- a/src/common/ceph_crypto.cc
+++ b/src/common/ceph_crypto.cc
@@ -20,7 +20,6 @@
 #include <pthread.h>
 #include <stdlib.h>
 
-void ceph::crypto::shutdown();
 
 #ifdef USE_CRYPTOPP
 void ceph::crypto::init(CephContext *cct)
-- 
1.8.1.2


  parent reply	other threads:[~2013-02-06 11:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-06 11:02 [PATCH v2 0/8] fix some issues from cppchecker/clang++ Danny Al-Gaaf
2013-02-06 11:02 ` [PATCH 1/8] WorkQueue.h: fix cast Danny Al-Gaaf
2013-02-06 11:02 ` Danny Al-Gaaf [this message]
2013-02-06 11:02 ` [PATCH 3/8] obj_bencher.cc: use vector instead of VLA's Danny Al-Gaaf
2013-02-06 11:02 ` [PATCH 4/8] include/buffer.h: fix operator= Danny Al-Gaaf
2013-02-06 11:02 ` [PATCH 5/8] include/types.h: change operator<< function parameter Danny Al-Gaaf
2013-02-06 11:02 ` [PATCH 6/8] include/xlist.h: fix C-style pointer casting Danny Al-Gaaf
2013-02-06 11:02 ` [PATCH 7/8] messages/MOSDRepScrub.h: initialize member variable in constructor Danny Al-Gaaf
2013-02-06 11:02 ` [PATCH 8/8] msg/Message.h: fix C-style pointer casting Danny Al-Gaaf
2013-02-06 18:44 ` [PATCH v2 0/8] fix some issues from cppchecker/clang++ Sage Weil
  -- strict thread matches above, loose matches on Subject: below --
2013-02-05 22:52 [PATCH " Danny Al-Gaaf
2013-02-05 22:52 ` [PATCH 2/8] ceph_crypto.cc: remove unused shutdown() outside crypto ifdef's Danny Al-Gaaf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1360148571-6984-3-git-send-email-danny.al-gaaf@bisect.de \
    --to=danny.al-gaaf@bisect.de \
    --cc=ceph-devel@vger.kernel.org \
    --cc=dalgaaf@suse.de \
    --cc=gary.lowell@inktank.com \
    --cc=sage@inktank.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.