Skip to content

Commit f1d781b

Browse files
committed
chore: fail build on warnings
1 parent bce5f7b commit f1d781b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PG_CFLAGS = -Wno-declaration-after-statement
1+
PG_CFLAGS = -Werror -Wno-declaration-after-statement
22
EXTENSION = pg_net
33
EXTVERSION = 0.7.3
44

0 commit comments

Comments
 (0)