From 28a292ba973e13aaf2a83440b8d8bde576871ce7 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 24 Oct 2006 21:13:01 +0000 Subject: Makefile support for optimized release build. Do make BUILD=RELEASE. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@467486 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/io/LFProcessor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/io/LFProcessor.cpp b/qpid/cpp/src/qpid/io/LFProcessor.cpp index dba5d6c962..dabbdbecae 100644 --- a/qpid/cpp/src/qpid/io/LFProcessor.cpp +++ b/qpid/cpp/src/qpid/io/LFProcessor.cpp @@ -102,8 +102,8 @@ bool LFProcessor::empty(){ return count == 0; } -void LFProcessor::poll(){ - apr_status_t status; +void LFProcessor::poll() { + apr_status_t status = APR_EGENERAL; do{ current = 0; if(!stopped){ -- cgit v1.2.1