diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-01-31 15:54:51 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-01-31 15:54:51 +0100 |
| commit | a9bdb7a7b4875060fcd984f342cd974a3c3f18ee (patch) | |
| tree | 73c2ce762657d0a15b4ddc6657f0df33cb6f37cb /src | |
| parent | f93b825b08fd848d793bd65f9a87d7f99b5df8b8 (diff) | |
Fix disabling of deprecated warnings
Fix cut'n'paste error: needs #pragma pop instead of push.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |
