From 33e411cd91701a0a330cdfbad9dd5cc54abadaec Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 10 Oct 2022 19:47:01 +0200 Subject: [PATCH] unittest-cpp: fix build with gcc>=11 --- srcpkgs/unittest-cpp/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/unittest-cpp/template b/srcpkgs/unittest-cpp/template index 426499aefa1..dc215bde5ba 100644 --- a/srcpkgs/unittest-cpp/template +++ b/srcpkgs/unittest-cpp/template @@ -3,7 +3,8 @@ pkgname=unittest-cpp version=2.0.0 revision=1 build_style=cmake -short_desc="A lightweight unit testing framework for C++" +configure_args="-DUTPP_AMPLIFY_WARNINGS=OFF" +short_desc="Lightweight unit testing framework for C++" maintainer="Spencer Hill " license="MIT" homepage="https://github.com/unittest-cpp/unittest-cpp"