mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
Pragma diagnostic ignore [-Wregister] is no longer needed
This commit is contained in:
parent
65edfb0eed
commit
f29019180f
1 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue