Mercurial > hg > qm-dsp
comparison thread/Thread.cpp @ 189:e4a57215ddee
Fix compiler warnings with -Wall -Wextra
author | Chris Cannam |
---|---|
date | Mon, 28 Sep 2015 12:33:17 +0100 |
parents | c10ac368f5cf |
children |
comparison
equal
deleted
inserted
replaced
188:224f400410ef | 189:e4a57215ddee |
---|---|
436 #endif | 436 #endif |
437 return true; | 437 return true; |
438 } | 438 } |
439 } | 439 } |
440 | 440 |
441 Condition::Condition(string name) : | 441 Condition::Condition(string |
442 #ifdef DEBUG_CONDITION | |
443 name | |
444 #endif | |
445 ) : | |
442 m_locked(false) | 446 m_locked(false) |
443 #ifdef DEBUG_CONDITION | 447 #ifdef DEBUG_CONDITION |
444 , m_name(name) | 448 , m_name(name) |
445 #endif | 449 #endif |
446 { | 450 { |