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 cc4ec4b commit 5a7fd8cCopy full SHA for 5a7fd8c
1 file changed
src/SPC/builder/extension/pgsql.php
@@ -61,7 +61,7 @@ public function getWindowsConfigureArg(bool $shared = false): string
61
protected function getExtraEnv(): array
62
{
63
return [
64
- 'CFLAGS' => '-Wno-int-conversion -Wno-implicit-function-declaration',
+ 'CFLAGS' => '-Wno-int-conversion',
65
];
66
}
67
0 commit comments