mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Detect PG_PRINTF_ATTRIBUTE automatically.
This eliminates gobs of "unrecognized format function type" warnings under MinGW compilers predating GCC 4.4.
This commit is contained in:
@@ -1170,6 +1170,7 @@ fi
|
||||
m4_defun([AC_PROG_CC_STDC], []) dnl We don't want that.
|
||||
AC_C_BIGENDIAN
|
||||
PGAC_C_INLINE
|
||||
PGAC_PRINTF_ARCHETYPE
|
||||
AC_C_FLEXIBLE_ARRAY_MEMBER
|
||||
PGAC_C_SIGNED
|
||||
PGAC_C_FUNCNAME_SUPPORT
|
||||
|
Reference in New Issue
Block a user