mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-libs/monado: filter -Wwrite-strings
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
inherit cmake flag-o-matic
|
||||
|
||||
DESCRIPTION="The open source OpenXR runtime."
|
||||
HOMEPAGE="https://monado.dev"
|
||||
@@ -97,5 +97,9 @@ src_configure() {
|
||||
-DXRT_BUILD_DRIVER_QWERTY=$(usex sdl)
|
||||
)
|
||||
|
||||
# Causes Werror-incompatible-pointer-types-discards-qualifiers
|
||||
# with some string literals used in struct initialization
|
||||
filter-flags -Wwrite-strings
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
inherit cmake flag-o-matic
|
||||
|
||||
DESCRIPTION="The open source OpenXR runtime."
|
||||
HOMEPAGE="https://monado.dev"
|
||||
@@ -97,5 +97,9 @@ src_configure() {
|
||||
-DXRT_BUILD_DRIVER_QWERTY=$(usex sdl)
|
||||
)
|
||||
|
||||
# Causes Werror-incompatible-pointer-types-discards-qualifiers
|
||||
# with some string literals used in struct initialization
|
||||
filter-flags -Wwrite-strings
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user