diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-29 18:21:40 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-29 23:51:33 +0900 |
| commit | 7a9c6b0ff5e92e2e65fd7261a38a889525e0ff0e (patch) | |
| tree | 585c14af8c462580d331764ffbc8d95d642c8d98 | |
| parent | 2bdfa8fb2a4d4585f4a99946bbf51f82c3239219 (diff) | |
| download | k3b-r14.1.x.tar.gz k3b-r14.1.x.zip | |
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d48e98ed25be383693c5ed3aa7fb0ffc97db037f)
| -rw-r--r-- | libk3b/plugin/libsamplerate/float_cast.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <math.h> |
