Skip to content

Commit 5a7fd8c

Browse files
committed
we shouldn't need that, need to figure out the cause
1 parent cc4ec4b commit 5a7fd8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SPC/builder/extension/pgsql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function getWindowsConfigureArg(bool $shared = false): string
6161
protected function getExtraEnv(): array
6262
{
6363
return [
64-
'CFLAGS' => '-Wno-int-conversion -Wno-implicit-function-declaration',
64+
'CFLAGS' => '-Wno-int-conversion',
6565
];
6666
}
6767
}

0 commit comments

Comments
 (0)