Mercurial > hg > qm-dsp
comparison thread/Thread.cpp @ 414:7e8d1f26b098
Fix compiler warnings with -Wall -Wextra
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 28 Sep 2015 12:33:17 +0100 |
parents | f6fb85073d64 |
children |
comparison
equal
deleted
inserted
replaced
413:ec7318974497 | 414:7e8d1f26b098 |
---|---|
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 { |