commit 0335f6fa6a5ed232a10c5af314608671e72ae475
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed May 5 02:03:24 2021 +0200
Revert "Turn off fatal warnings"
This reverts commit 0906bbdf0e5bd7ec4b1fccd583face042f24a056.
mixxx.spec | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 6d45b28..1db0925 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -119,15 +119,12 @@ cp %{SOURCE1}
%{__cmake_builddir}/download/libkeyfinder/%{libkeyfinder_archive}
%build
-# Turn off fatal warnings
-# ../src/sources/soundsourceffmpeg.cpp:1023:29: error: 'void
av_init_packet(AVPacket*)' is deprecated [-Werror=deprecated-declarations]
-# 1023 | av_init_packet(&avPacket);
%cmake3 \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DOPTIMIZE=portable \
-DINSTALL_USER_UDEV_RULES=ON \
- -DWARNINGS_FATAL=OFF \
+ -DWARNINGS_FATAL=ON \
-DBATTERY=ON \
-DBROADCAST=ON \
-DBULK=ON \
Show replies by date