Skip to content
Snippets Groups Projects
Commit 1ba4b231 authored by Jan David Mol's avatar Jan David Mol
Browse files

bug 1362: fixed two compile warnings

parent 6cb767a8
No related branches found
No related tags found
No related merge requests found
...@@ -91,9 +91,9 @@ unsigned AsyncTransposeBeams::waitForAnyReceive() ...@@ -91,9 +91,9 @@ unsigned AsyncTransposeBeams::waitForAnyReceive()
t.nr = tag; t.nr = tag;
unsigned rank = t.info.sourceRank;
unsigned subband = t.info.subband; unsigned subband = t.info.subband;
//unsigned rank = t.info.sourceRank;
//LOG_DEBUG_STR( "Received subband " << subband << " from pset ??, rank " << rank << ", tag " << tag ); //LOG_DEBUG_STR( "Received subband " << subband << " from pset ??, rank " << rank << ", tag " << tag );
// mark the right communication handle as received // mark the right communication handle as received
......
...@@ -77,7 +77,7 @@ void terminate_with_backtrace() ...@@ -77,7 +77,7 @@ void terminate_with_backtrace()
#endif #endif
static Stream *createIONstream( unsigned channel, const LocationInfo &locationInfo ) static Stream *createIONstream( unsigned channel, const LocationInfo & /* locationInfo */ )
{ {
#if 1 && defined HAVE_FCNP && defined HAVE_BGP_CN && !defined USE_VALGRIND #if 1 && defined HAVE_FCNP && defined HAVE_BGP_CN && !defined USE_VALGRIND
/* preferred */ /* preferred */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment