From e252f8d84e9b9c69bc02c128be5141407e928117 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 23 Feb 2016 15:43:15 +0300 Subject: Fix compilation with gcc 4.4 or older. --- src/gui/windows/charcreatedialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/windows/charcreatedialog.cpp') diff --git a/src/gui/windows/charcreatedialog.cpp b/src/gui/windows/charcreatedialog.cpp index 6f88b8388..b172f788c 100644 --- a/src/gui/windows/charcreatedialog.cpp +++ b/src/gui/windows/charcreatedialog.cpp @@ -823,8 +823,8 @@ void CharCreateDialog::updatePlayer() void CharCreateDialog::keyPressed(KeyEvent &event) { const InputActionT actionId = event.getActionId(); - PRAGMA("GCC diagnostic push") - PRAGMA("GCC diagnostic ignored \"-Wswitch-enum\"") + PRAGMA45("GCC diagnostic push") + PRAGMA45("GCC diagnostic ignored \"-Wswitch-enum\"") switch (actionId) { case InputAction::GUI_CANCEL: @@ -836,7 +836,7 @@ void CharCreateDialog::keyPressed(KeyEvent &event) default: break; } - PRAGMA("GCC diagnostic pop") + PRAGMA45("GCC diagnostic pop") } void CharCreateDialog::setButtonsPosition(const int w, const int h) -- cgit v1.2.3-60-g2f50