From d48e98ed25be383693c5ed3aa7fb0ffc97db037f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 29 Jan 2026 18:21:40 +0900 Subject: Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro --- libk3b/plugin/libsamplerate/float_cast.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libk3b/plugin') diff --git a/libk3b/plugin/libsamplerate/float_cast.h b/libk3b/plugin/libsamplerate/float_cast.h index 533b837..564f127 100644 --- a/libk3b/plugin/libsamplerate/float_cast.h +++ b/libk3b/plugin/libsamplerate/float_cast.h @@ -151,10 +151,8 @@ } /* lrint */ #else - #ifndef __sgi #warning "Don't have the functions lrint() and lrintf()." #warning "Replacing these functions with a standard C cast." - #endif #include -- cgit v1.2.3