From f432f7836a3ec2368260a51d352188e465d9c0cc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 26 Jan 2018 09:53:08 +0100 Subject: CLion pedantry Fix few of the inspection warnings from CLion that make any sense at all. --- proto-ft/ftnoir_protocol_ft.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-ft') diff --git a/proto-ft/ftnoir_protocol_ft.cpp b/proto-ft/ftnoir_protocol_ft.cpp index f8c5afb8..654cd3b1 100644 --- a/proto-ft/ftnoir_protocol_ft.cpp +++ b/proto-ft/ftnoir_protocol_ft.cpp @@ -33,7 +33,7 @@ never_inline void store(float volatile& place, const float value) union { float f32; - LONG i32 alignas(alignof(float)); + LONG i32; } value_; value_.f32 = value; -- cgit v1.2.3