From 856aad9aea556aafd2ddd9645352b81f4cd2af53 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 23 Feb 2016 14:57:20 +0300 Subject: Add pragmas for disable -Wswitch-bool in some places. --- src/gui/windows/charcreatedialog.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/windows/charcreatedialog.cpp') diff --git a/src/gui/windows/charcreatedialog.cpp b/src/gui/windows/charcreatedialog.cpp index f9500465d..6f88b8388 100644 --- a/src/gui/windows/charcreatedialog.cpp +++ b/src/gui/windows/charcreatedialog.cpp @@ -823,6 +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\"") switch (actionId) { case InputAction::GUI_CANCEL: @@ -834,6 +836,7 @@ void CharCreateDialog::keyPressed(KeyEvent &event) default: break; } + PRAGMA("GCC diagnostic pop") } void CharCreateDialog::setButtonsPosition(const int w, const int h) -- cgit v1.2.3-70-g09d2