diff options
| author | Minty-Meeo <45425365+Minty-Meeo@users.noreply.github.com> | 2023-03-23 13:55:04 -0500 |
|---|---|---|
| committer | get <45425365+Minty-Meeo@users.noreply.github.com> | 2023-04-12 03:59:57 -0500 |
| commit | f29019180f12e8287661ebde19f0b1baed966bc9 (patch) | |
| tree | 4f6ce2a32e93ca0766d976f9726312b27ff6064d /Source/Core/InputCommon/ControllerInterface | |
| parent | 65edfb0eeda1710d11d1133501b6cd0a335869aa (diff) | |
Pragma diagnostic ignore [-Wregister] is no longer needed
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp index 36371fd368..e9f8d2fff2 100644 --- a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp @@ -3,10 +3,8 @@ #include "InputCommon/ControllerInterface/Xlib/XInput2.h" -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wregister" #include <X11/XKBlib.h> -#pragma GCC diagnostic pop + #include <cmath> #include <cstdlib> #include <cstring> |
