Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC05CD232 for ; Mon, 14 Jan 2013 20:41:04 +0000 (UTC) Received: (qmail 59019 invoked by uid 500); 14 Jan 2013 20:41:04 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 58983 invoked by uid 500); 14 Jan 2013 20:41:04 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 58975 invoked by uid 99); 14 Jan 2013 20:41:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2013 20:41:04 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of jeffreyhasmail@hotmail.com does not designate 216.139.250.139 as permitted sender) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2013 20:40:58 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Tuqph-0006u9-7f for users@activemq.apache.org; Mon, 14 Jan 2013 12:40:37 -0800 Date: Mon, 14 Jan 2013 12:40:37 -0800 (PST) From: jeffrey To: users@activemq.apache.org Message-ID: <1358196036742-4661728.post@n4.nabble.com> Subject: no closing brace to anonymous namespace in decaf/internal/util/concurrent/Threading.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org In the release 3.5.0 which i recently upgraded to, I am having some problems, so I recompiled it and was taking a closer look at some of the warning produced and I saw "decaf/internal/util/concurrent/Threading.cpp", line 48: warning #2611-D: overloaded virtual function "decaf::internal::util::concurrent::CompletionCondition::operator()" is only partially overridden in class "::SuspendedCompletionCondition" "decaf/internal/util/concurrent/Threading.cpp", line 1019: warning #2611-D: overloaded virtual function "decaf::internal::util::concurrent::CompletionCondition::operator()" is only partially overridden in class "::JoinCompletionCondition" "decaf/internal/util/concurrent/Threading.cpp", line 1149: warning #2611-D: overloaded virtual function "decaf::internal::util::concurrent::CompletionCondition::operator()" is only partially overridden in class "::SleepCompletionCondition" "decaf/internal/util/concurrent/Threading.cpp", line 1291: warning #2611-D: overloaded virtual function "decaf::internal::util::concurrent::CompletionCondition::operator()" is only partially overridden in class "::ParkCompletionCondition" "decaf/internal/util/concurrent/Threading.cpp", line 527: warning #2177-D: function "::getNumberOfWaiters" was declared but never referenced I thought unnamed namespace looked odd, so i took a look at the file and saw that the anonymous namespace on line 46 has no closing brace that I can find. The other occurances of anonymous namespace in the file all have closing braces, so I suspect this is a problem. If I am wrong can someone please explain/link good information about it. Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/no-closing-brace-to-anonymous-namespace-in-decaf-internal-util-concurrent-Threading-cpp-tp4661728.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.