Silent some compiler warnings

This commit is contained in:
scribam 2017-09-12 23:42:00 +02:00 committed by Ivan
parent d5fb7180d0
commit 01ffaab3e0
7 changed files with 19 additions and 19 deletions

View file

@ -282,6 +282,8 @@ bool xinput_pad_handler::bindPadToDevice(std::shared_ptr<Pad> pad, const std::st
pad->m_vibrateMotors.emplace_back(false, 0);
bindings.emplace_back(device_number, pad);
return true;
}
#endif