postgres@pg13:/home/postgres/postgresql-13.1/ [pg131] make -j2 all > make.log
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:46:
In file included from ../../../../src/include/c.h:1318:
../../../../src/include/port.h:176:70: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      pg_snprintf(char *str, size_t count, const char *fmt,...) pg_attribute_printf(3, 4);
                                                                          ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:46:
In file included from ../../../../src/include/c.h:1318:
../../../../src/include/port.h:178:55: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      pg_sprintf(char *str, const char *fmt,...) pg_attribute_printf(2, 3);
                                                           ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:46:
In file included from ../../../../src/include/c.h:1318:
../../../../src/include/port.h:180:58: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      pg_fprintf(FILE *stream, const char *fmt,...) pg_attribute_printf(2, 3);
                                                              ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:46:
In file included from ../../../../src/include/c.h:1318:
../../../../src/include/port.h:182:43: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      pg_printf(const char *fmt,...) pg_attribute_printf(1, 2);
                                               ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:157:40: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errmsg(const char *fmt,...) pg_attribute_printf(1, 2);
                                            ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:158:49: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errmsg_internal(const char *fmt,...) pg_attribute_printf(1, 2);
                                                     ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:161:56: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                  unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_printf(2, 4);
                                                                                                 ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:161:30: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                  unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_printf(2, 4);
                                                                       ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:163:43: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errdetail(const char *fmt,...) pg_attribute_printf(1, 2);
                                               ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:164:52: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errdetail_internal(const char *fmt,...) pg_attribute_printf(1, 2);
                                                        ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:166:47: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errdetail_log(const char *fmt,...) pg_attribute_printf(1, 2);
                                                   ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:170:57: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                                 unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_...
                                                                                                                ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:170:31: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                                 unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_...
                                                                                      ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:173:56: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                         unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_printf(2, 4);
                                                                                                        ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:173:30: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                         unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_printf(2, 4);
                                                                              ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:175:41: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errhint(const char *fmt,...) pg_attribute_printf(1, 2);
                                             ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:189:48: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errcontext_msg(const char *fmt,...) pg_attribute_printf(1, 2);
                                                    ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:221:54: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern char *format_elog_string(const char *fmt,...) pg_attribute_printf(1, 2);
                                                     ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:437:47: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern void write_stderr(const char *fmt,...) pg_attribute_printf(1, 2);
                                              ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:48:
../../../../src/include/utils/palloc.h:133:44: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern char *psprintf(const char *fmt,...) pg_attribute_printf(1, 2);
                                           ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_error.cpp:19:
In file included from ../../../../src/include/postgres.h:48:
../../../../src/include/utils/palloc.h:134:80: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern size_t pvsnprintf(char *buf, size_t len, const char *fmt, va_list args) pg_attribute_printf(3, 0);
                                                                               ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:46:
In file included from ../../../../src/include/c.h:1318:
../../../../src/include/port.h:176:70: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      pg_snprintf(char *str, size_t count, const char *fmt,...) pg_attribute_printf(3, 4);
                                                                          ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:46:
In file included from ../../../../src/include/c.h:1318:
../../../../src/include/port.h:178:55: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      pg_sprintf(char *str, const char *fmt,...) pg_attribute_printf(2, 3);
                                                           ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:46:
In file included from ../../../../src/include/c.h:1318:
../../../../src/include/port.h:180:58: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      pg_fprintf(FILE *stream, const char *fmt,...) pg_attribute_printf(2, 3);
                                                              ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:46:
In file included from ../../../../src/include/c.h:1318:
../../../../src/include/port.h:182:43: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      pg_printf(const char *fmt,...) pg_attribute_printf(1, 2);
                                               ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:157:40: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errmsg(const char *fmt,...) pg_attribute_printf(1, 2);
                                            ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:158:49: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errmsg_internal(const char *fmt,...) pg_attribute_printf(1, 2);
                                                     ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:161:56: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                  unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_printf(2, 4);
                                                                                                 ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:161:30: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                  unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_printf(2, 4);
                                                                       ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:163:43: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errdetail(const char *fmt,...) pg_attribute_printf(1, 2);
                                               ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:164:52: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errdetail_internal(const char *fmt,...) pg_attribute_printf(1, 2);
                                                        ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:166:47: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errdetail_log(const char *fmt,...) pg_attribute_printf(1, 2);
                                                   ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:170:57: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                                 unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_...
                                                                                                                ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:170:31: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                                 unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_...
                                                                                      ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:173:56: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                         unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_printf(2, 4);
                                                                                                        ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:173:30: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                         unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_printf(2, 4);
                                                                              ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:175:41: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errhint(const char *fmt,...) pg_attribute_printf(1, 2);
                                             ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:189:48: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errcontext_msg(const char *fmt,...) pg_attribute_printf(1, 2);
                                                    ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:221:54: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern char *format_elog_string(const char *fmt,...) pg_attribute_printf(1, 2);
                                                     ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:437:47: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern void write_stderr(const char *fmt,...) pg_attribute_printf(1, 2);
                                              ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:48:
../../../../src/include/utils/palloc.h:133:44: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern char *psprintf(const char *fmt,...) pg_attribute_printf(1, 2);
                                           ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_inline.cpp:24:
In file included from ../../../../src/include/postgres.h:48:
../../../../src/include/utils/palloc.h:134:80: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern size_t pvsnprintf(char *buf, size_t len, const char *fmt, va_list args) pg_attribute_printf(3, 0);
                                                                               ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
21 warnings generated.
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:46:
In file included from ../../../../src/include/c.h:1318:
../../../../src/include/port.h:176:70: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      pg_snprintf(char *str, size_t count, const char *fmt,...) pg_attribute_printf(3, 4);
                                                                          ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:46:
In file included from ../../../../src/include/c.h:1318:
../../../../src/include/port.h:178:55: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      pg_sprintf(char *str, const char *fmt,...) pg_attribute_printf(2, 3);
                                                           ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:46:
In file included from ../../../../src/include/c.h:1318:
../../../../src/include/port.h:180:58: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      pg_fprintf(FILE *stream, const char *fmt,...) pg_attribute_printf(2, 3);
                                                              ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:46:
In file included from ../../../../src/include/c.h:1318:
../../../../src/include/port.h:182:43: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      pg_printf(const char *fmt,...) pg_attribute_printf(1, 2);
                                               ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:157:40: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errmsg(const char *fmt,...) pg_attribute_printf(1, 2);
                                            ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:158:49: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errmsg_internal(const char *fmt,...) pg_attribute_printf(1, 2);
                                                     ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:161:56: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                  unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_printf(2, 4);
                                                                                                 ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:161:30: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                  unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_printf(2, 4);
                                                                       ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:163:43: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errdetail(const char *fmt,...) pg_attribute_printf(1, 2);
                                               ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:164:52: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errdetail_internal(const char *fmt,...) pg_attribute_printf(1, 2);
                                                        ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:166:47: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errdetail_log(const char *fmt,...) pg_attribute_printf(1, 2);
                                                   ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:170:57: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                                 unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_...
                                                                                                                ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:170:31: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                                 unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_...
                                                                                      ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:173:56: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                         unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_printf(2, 4);
                                                                                                        ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:173:30: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
                                                         unsigned long n,...) pg_attribute_printf(1, 4) pg_attribute_printf(2, 4);
                                                                              ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:175:41: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errhint(const char *fmt,...) pg_attribute_printf(1, 2);
                                             ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:189:48: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern int      errcontext_msg(const char *fmt,...) pg_attribute_printf(1, 2);
                                                    ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:221:54: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern char *format_elog_string(const char *fmt,...) pg_attribute_printf(1, 2);
                                                     ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:47:
../../../../src/include/utils/elog.h:437:47: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern void write_stderr(const char *fmt,...) pg_attribute_printf(1, 2);
                                              ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:48:
../../../../src/include/utils/palloc.h:133:44: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern char *psprintf(const char *fmt,...) pg_attribute_printf(1, 2);
                                           ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
In file included from llvmjit_wrap.cpp:16:
In file included from ../../../../src/include/postgres.h:48:
../../../../src/include/utils/palloc.h:134:80: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
extern size_t pvsnprintf(char *buf, size_t len, const char *fmt, va_list args) pg_attribute_printf(3, 0);
                                                                               ^
../../../../src/include/c.h:127:49: note: expanded from macro 'pg_attribute_printf'
#define pg_attribute_printf(f,a) __attribute__((format(PG_PRINTF_ATTRIBUTE, f, a)))
                                                ^
21 warnings generated.
21 warnings generated.

