mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-30 06:32:56 +00:00
Revert "msvc: temporary workaround for C4789 false positive"
This reverts commit deb73d0167f41a172375dc41a0189863cb7a0ea8.
This commit is contained in:
parent
c8316f70a4
commit
cce275c16e
@ -89,8 +89,7 @@ struct OutputReportLeds
|
||||
|
||||
u8 rumble : 1;
|
||||
u8 ack : 1;
|
||||
// This field must be named to work around a msvc bug.
|
||||
u8 _padding : 2;
|
||||
u8 : 2;
|
||||
u8 leds : 4;
|
||||
};
|
||||
static_assert(sizeof(OutputReportLeds) == 1, "Wrong size");
|
||||
|
Loading…
x
Reference in New Issue
Block a user