From 9519c0f22706ed65f678f78ea7691b0176c310fa Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 28 Jul 2017 13:12:33 +0200 Subject: proto/freetrack: fix build with mingw-w64 with llvm --- proto-ft/ftnoir_protocol_ft.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-ft/ftnoir_protocol_ft.cpp') 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; -- cgit v1.2.3