We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f20a5 commit f3e6d63Copy full SHA for f3e6d63
norm_common.prefix
@@ -52,6 +52,8 @@ setup_prefix() {
52
## disable warnings as errors, apple clang v12 seems to default to -Werror=implicit-function-declaration
53
## caught when building pinentry 1.1.0
54
cc_addflags CPPFLAGS -Wno-error=implicit-function-declaration
55
+ ## clang 15, this breaks glib 2.58.2
56
+ cc_addflags CPPFLAGS -Wno-error=int-conversion
57
## -Wnarrowing breaks gcc-9.1
58
cc_addflags CPPFLAGS -Wno-error=narrowing
59
0 commit comments