From a9bdb7a7b4875060fcd984f342cd974a3c3f18ee Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 31 Jan 2020 15:54:51 +0100 Subject: [PATCH] Fix disabling of deprecated warnings Fix cut'n'paste error: needs #pragma pop instead of push. --- src/Fl_x.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 79110fba1..c5b481707 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1282,7 +1282,7 @@ static KeySym fl_KeycodeToKeysym(Display *d, KeyCode k, unsigned i) { #pragma GCC diagnostic pop #endif -#pragma clang diagnostic push +#pragma clang diagnostic pop #if USE_XRANDR static void react_to_screen_reconfiguration() {