unittest-cpp: fix build with gcc>=11
This commit is contained in:
parent
5730c8e197
commit
33e411cd91
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue