unittest-cpp: fix build with gcc>=11

This commit is contained in:
Duncaen 2022-10-10 19:47:01 +02:00
parent 5730c8e197
commit 33e411cd91
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 2 additions and 1 deletions

View File

@ -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 <spencernh77@gmail.com>"
license="MIT"
homepage="https://github.com/unittest-cpp/unittest-cpp"