forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2b7259f
committed
Silence pedantic compiler warning introduced ince340e5
.../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 */1 parent2333803 commit2b7259f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
543 |
| - | |
| 543 | + | |
544 | 544 |
| |
545 | 545 |
| |
546 | 546 |
| |
|
0 commit comments
Comments
(0)