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 74f4a6f commit 19c5c8cCopy full SHA for 19c5c8c
Makefile
@@ -9,6 +9,10 @@ DATA = pg_show_plans--1.0--1.1.sql \
9
REGRESS = pg_show_plans formats
10
DOCS = pg_show_plans.md
11
12
+# Fix GCC compilation warning against 16:
13
+# cc1: warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security]
14
+PG_CFLAGS = -Wformat
15
+
16
USE_PGXS = 1
17
ifdef USE_PGXS
18
PG_CONFIG = pg_config
@@ -20,4 +24,3 @@ top_builddir = ../..
20
24
include $(top_builddir)/src/Makefile.global
21
25
include $(top_srcdir)/contrib/contrib-global.mk
22
26
endif
23
-
0 commit comments