commit 4ff5f4e81d3f439c79f62f394e911f50645501aa
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Tue Oct 27 22:27:21 2020 +0100
Revert "Disable aborting the build on warnings temporarily"
This reverts commit d3eaa7b9fd6bed485c67d757028514df391acc3a.
mixxx.spec | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index bf2e8f4..4626a4c 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -105,13 +105,11 @@ echo "#pragma once" > src/build.h
# doesn't seem to work on
http://koji.rpmfusion.org. We need
# to bundle it instead or add it as an additional source and
# unpack it into the /lib folder.
-# TODO: Re-enable WARNINGS_FATAL=ON after upstream fixes are available
-#
https://github.com/mixxxdj/mixxx/pull/3223
%cmake3 \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DOPTIMIZE=portable \
- -DWARNINGS_FATAL=OFF \
+ -DWARNINGS_FATAL=ON \
-DBATTERY=ON \
-DBROADCAST=ON \
-DBULK=ON \