- Notifications
You must be signed in to change notification settings - Fork4.9k
Commita1fe82d
committed
Silence another gcc 11 warning.
Per buildfarm and local experimentation, bleeding-edge gcc isn'tconvinced that the MemSet in reorder_function_arguments() is safe.Shut it up by adding an explicit check that pronargs isn't negative,and by changing MemSet to memset. (It appears that either change isenough to quiet the warning at -O2, but let's do both to be sure.)This back-patches commit1046dbe 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 parent6eb7efd commita1fe82d
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3873 | 3873 |
| |
3874 | 3874 |
| |
3875 | 3875 |
| |
3876 |
| - | |
| 3876 | + | |
3877 | 3877 |
| |
3878 |
| - | |
| 3878 | + | |
3879 | 3879 |
| |
3880 | 3880 |
| |
3881 | 3881 |
| |
|
0 commit comments
Comments
(0)