Fix some warnings

reorder, sign-compare, pessimizing-move
This commit is contained in:
Tillmann Karras
2015-08-04 10:58:24 +02:00
parent 8d72145c44
commit 5a05187b3b
4 changed files with 5 additions and 6 deletions

View File

@ -250,10 +250,9 @@ void Wiimote::Reset()
Wiimote::Wiimote( const unsigned int index )
: m_index(index)
, m_last_connect_request_counter(0)
, ir_sin(0)
, ir_cos(1)
// , m_sound_stream( nullptr )
, m_last_connect_request_counter(0)
{
// ---- set up all the controls ----