Skip to content

Commit f3e6d63

Browse files
committed
norm_common.prefix - suppress a warning on clang 15 that breaks building glib
1 parent 05f20a5 commit f3e6d63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

norm_common.prefix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ setup_prefix() {
5252
## disable warnings as errors, apple clang v12 seems to default to -Werror=implicit-function-declaration
5353
## caught when building pinentry 1.1.0
5454
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
5557
## -Wnarrowing breaks gcc-9.1
5658
cc_addflags CPPFLAGS -Wno-error=narrowing
5759

0 commit comments

Comments
 (0)