[Scummvm-git-logs] scummvm master -> c403ac82fab236fa8b71499174a97021be6d355c
dwatteau
noreply at scummvm.org
Sat Jun 22 04:05:52 UTC 2024
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
985d2526d7 GUI: KEYMAPPER: Fix small -Wpedantic warning
c403ac82fa BAGEL: Fix small -Wpedantic warning
Commit: 985d2526d7ecd4cf2eac0315678d9e0d4121bd77
https://github.com/scummvm/scummvm/commit/985d2526d7ecd4cf2eac0315678d9e0d4121bd77
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2024-06-22T06:01:20+02:00
Commit Message:
GUI: KEYMAPPER: Fix small -Wpedantic warning
Changed paths:
backends/keymapper/remap-widget.cpp
diff --git a/backends/keymapper/remap-widget.cpp b/backends/keymapper/remap-widget.cpp
index cc41dc9f0e4..1f27d972cce 100644
--- a/backends/keymapper/remap-widget.cpp
+++ b/backends/keymapper/remap-widget.cpp
@@ -101,7 +101,7 @@ void RemapWidget::handleInputChanged() {
void RemapWidget::reflowLayout() {
OptionsContainerWidget::reflowLayout();
reflowActionWidgets();
-};
+}
void RemapWidget::reflowActionWidgets() {
int buttonHeight = g_gui.xmlEval()->getVar("Globals.Button.Height", 0);
Commit: c403ac82fab236fa8b71499174a97021be6d355c
https://github.com/scummvm/scummvm/commit/c403ac82fab236fa8b71499174a97021be6d355c
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2024-06-22T06:01:41+02:00
Commit Message:
BAGEL: Fix small -Wpedantic warning
Changed paths:
engines/bagel/metaengine.h
diff --git a/engines/bagel/metaengine.h b/engines/bagel/metaengine.h
index 160bab02b56..5a030b6a9d0 100644
--- a/engines/bagel/metaengine.h
+++ b/engines/bagel/metaengine.h
@@ -29,7 +29,7 @@ namespace Bagel {
enum KeybindingAction {
KEYBIND_NONE, KEYBIND_WAIT, KEYBIND_CHEAT714
};
-};
+}
class BagelMetaEngine : public AdvancedMetaEngine {
public:
More information about the Scummvm-git-logs
mailing list