mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 00:47:49 +00:00
Merge pull request #11434 from danilaml/fix-warnings
msvc: set warning level to /W4 globally
This commit is contained in:
commit
a0ca0f7bb0
13 changed files with 17 additions and 20 deletions
|
@ -194,7 +194,7 @@ QWidget* Widget::CreateRadioGroup(std::function<std::string()>& serializer,
|
|||
return group;
|
||||
}
|
||||
|
||||
const auto get_selected = [=]() -> u32 {
|
||||
const auto get_selected = [=]() -> int {
|
||||
for (const auto& [id, button] : radio_buttons) {
|
||||
if (button->isChecked()) {
|
||||
return id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue