Skip to content

Commit e2fe5a4

Browse files
committed
gcc 16 has same problem too
1 parent e812b16 commit e2fe5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ else
7979
postgres_lib = []
8080
endif
8181

82-
if compiler_name == 'gcc' and compiler_version.startswith('15.')
82+
if compiler_name == 'gcc' and pg_version_major <= 15
8383
# see issue 207
8484
cargs = ['-Wno-error=incompatible-pointer-types', '--no-warnings' ]
8585
else

0 commit comments

Comments
 (0)