From aa3b01a556a60ce09123e93263642193da86982b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 11 Feb 2019 15:52:03 +0100 Subject: compat/macros: remove prefix Let's not be concerned about global namespace pollution. These identifiers aren't exposed in the api/ directory. --- 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 874f83da..46879475 100644 --- a/proto-ft/ftnoir_protocol_ft.cpp +++ b/proto-ft/ftnoir_protocol_ft.cpp @@ -23,7 +23,7 @@ freetrack::~freetrack() static_assert(sizeof(LONG) == sizeof(std::int32_t)); static_assert(sizeof(LONG) == 4u); -cc_noinline void store(float volatile& place, const float value) +never_inline void store(float volatile& place, const float value) { union { -- cgit v1.2.3