From 81449b86f66be2100cb1fc5eada56df61abdc5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 13 Oct 2017 17:36:09 +0200 Subject: Prevent inlining of the StereoVolumeControlSSE_impl::calculateBlock method This resolves FTBFS with GCC7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- noatun/library/noatunarts/StereoVolumeControl_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun') diff --git a/noatun/library/noatunarts/StereoVolumeControl_impl.cpp b/noatun/library/noatunarts/StereoVolumeControl_impl.cpp index 44f7187f..88f33c8f 100644 --- a/noatun/library/noatunarts/StereoVolumeControl_impl.cpp +++ b/noatun/library/noatunarts/StereoVolumeControl_impl.cpp @@ -71,7 +71,7 @@ public: void percent(float p) { mPercent=p; } float percent() { return mPercent; } - void calculateBlock(unsigned long samples) + void calculateBlock(unsigned long samples) __attribute__((noinline)) { #ifdef HAVE_X86_SSE float *left=inleft; -- cgit v1.2.3