Pass COPT and PG_CFLAGS to Extension's CFLAGS (#2405)

* fix incompatible-function-pointer-types warning
* Pass COPT and PG_CFLAGS  to Extension's CFLAGS
This commit is contained in:
Alexander Bayandin
2022-09-08 16:02:11 +01:00
committed by GitHub
parent 1351beae19
commit 171385ac14
4 changed files with 7 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ concurrency:
env:
RUST_BACKTRACE: 1
COPT: '-Werror'
jobs:
check-codestyle-rust: