diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-28 13:12:33 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-28 13:12:33 +0200 |
commit | 9519c0f22706ed65f678f78ea7691b0176c310fa (patch) | |
tree | 8a19275c335316059c59f0300b1d5bbbbc09496e /proto-ft/ftnoir_protocol_ft.cpp | |
parent | 7a8d24eb7a003e9709939fb6470445e1f0c1034d (diff) |
proto/freetrack: fix build with mingw-w64 with llvm
Diffstat (limited to 'proto-ft/ftnoir_protocol_ft.cpp')
-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; |