aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libebur128/0001-remove-warning-message.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libebur128/0001-remove-warning-message.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libebur128/0001-remove-warning-message.patch')
-rw-r--r--vcpkg/ports/libebur128/0001-remove-warning-message.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/libebur128/0001-remove-warning-message.patch b/vcpkg/ports/libebur128/0001-remove-warning-message.patch
new file mode 100644
index 0000000..4901c33
--- /dev/null
+++ b/vcpkg/ports/libebur128/0001-remove-warning-message.patch
@@ -0,0 +1,11 @@
+--- a/ebur128/ebur128.c 2021-02-14 15:31:05.000000000 +0100
++++ b/ebur128/ebur128.c 2025-01-28 10:43:26.975886500 +0100
+@@ -606,7 +606,7 @@
+ #define TURN_OFF_FTZ _mm_setcsr(mxcsr);
+ #define FLUSH_MANUALLY
+ #else
+-#warning "manual FTZ is being used, please enable SSE2 (-msse2 -mfpmath=sse)"
++//#warning "manual FTZ is being used, please enable SSE2 (-msse2 -mfpmath=sse)"
+ #define TURN_ON_FTZ
+ #define TURN_OFF_FTZ
+ #define FLUSH_MANUALLY \