Skip to content

Commit a406d56

Browse files
committed
Fixed strict flags
1 parent 54b528b commit a406d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Library postgresql
3636
CSources: postgresql_stubs.c
3737
CCOpt: -g -O2 -fPIC -DPIC
3838
if flag(strict) && ccomp_type(cc)
39-
CCOpt+: -Wall -pedantic -Wextra -Wunused -Wno-long-long
39+
CCOpt+: -Wall -pedantic -Wextra -Wunused -Wno-long-long -Wno-keyword-macro
4040
CCLib: -lpq
4141
BuildDepends: threads, bigarray, bytes
4242

0 commit comments

Comments
 (0)