diff options
Diffstat (limited to 'proto-ft')
-rw-r--r-- | proto-ft/ftnoir_protocol_ft.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-ft/ftnoir_protocol_ft.cpp b/proto-ft/ftnoir_protocol_ft.cpp index 7a37a161..ce11d7d3 100644 --- a/proto-ft/ftnoir_protocol_ft.cpp +++ b/proto-ft/ftnoir_protocol_ft.cpp @@ -100,7 +100,7 @@ void freetrack::pose(const double* headpose) { QString gamename; union { - unsigned char table[8] alignas(alignof(std::int32_t)); + unsigned char table[8]; std::int32_t ints[2]; } t; |