Silence pedantic compiler warning introduced in ce340e530d1
authorAndres Freund <andres@anarazel.de>
Thu, 16 Mar 2023 16:41:13 +0000 (09:41 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 16 Mar 2023 16:41:13 +0000 (09:41 -0700)
commit2b7259f855723f36d2ce81ad892583248dc1576f
tree5a859aa7be4303fb241c2432ef171b14494939f9
parent2333803d84ddabedc5ec5940a180245b4d4dfcca
Silence pedantic compiler warning introduced in ce340e530d1

.../src/common/file_utils.c: In function ‘pg_pwrite_zeros’:
.../src/common/file_utils.c:543:9: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
  543 |         const static PGAlignedBlock zbuffer = {{0}};    /* worth BLCKSZ */
src/common/file_utils.c