- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitfcf1f27
committed
Fix compiler warning
With some newer gcc versions (8 and 9) you get a -Wformat-overflowwarning here. In PG11 and later this was already fixed. Since it'strivial, backport it to get the older branches building withoutwarnings.This back-patches commit333a186 into out-of-support branches,pursuant to newly-established project policy. The point is tosuppress scary-looking warnings so that people building thesebranches needn't expend brain cells verifying that it's safeto ignore the warnings.Discussion:https://postgr.es/m/d0316012-ece7-7b7e-2d36-9c38cb77cb3b@enterprisedb.com1 parenta1fe82d commitfcf1f27
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1760 | 1760 |
| |
1761 | 1761 |
| |
1762 | 1762 |
| |
1763 |
| - | |
| 1763 | + | |
1764 | 1764 |
| |
1765 | 1765 |
| |
1766 | 1766 |
| |
|
0 commit comments
Comments
(0)