From c55b285b7d44c796adce0818ac0d043d16090a33 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 9 Apr 2012 07:03:05 +0200 Subject: Fix a warning with SunStudio compiler Signed-off-by: Martin Sustrik --- src/req.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/req.cpp b/src/req.cpp index 0094929..da9dd0e 100644 --- a/src/req.cpp +++ b/src/req.cpp @@ -87,7 +87,7 @@ int xs::req_t::xrecv (msg_t *msg_, int flags_) // First part of the reply should be the original request ID. if (message_begins) { - int rc = xreq_t::xrecv (msg_, flags_); + rc = xreq_t::xrecv (msg_, flags_); if (rc != 0) return rc; -- cgit v1.2.3