We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e812b16 commit e2fe5a4Copy full SHA for e2fe5a4
meson.build
@@ -79,7 +79,7 @@ else
79
postgres_lib = []
80
endif
81
82
-if compiler_name == 'gcc' and compiler_version.startswith('15.')
+if compiler_name == 'gcc' and pg_version_major <= 15
83
# see issue 207
84
cargs = ['-Wno-error=incompatible-pointer-types', '--no-warnings' ]
85
else
0 commit comments