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 18:21:40 +0900 |
| commit | d48e98ed25be383693c5ed3aa7fb0ffc97db037f (patch) | |
| tree | a626bba0dd08de7dbc717db8f6b28df364cb1507 | |
| parent | 85c9cd963dd6404cff535249c1d0e35c642b82bc (diff) | |
| download | k3b-d48e98ed25be383693c5ed3aa7fb0ffc97db037f.tar.gz k3b-d48e98ed25be383693c5ed3aa7fb0ffc97db037f.zip | |
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -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> |
