forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit22f71a6
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.)1 parent7c53a80 commit22f71a6
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4104 | 4104 |
| |
4105 | 4105 |
| |
4106 | 4106 |
| |
4107 |
| - | |
| 4107 | + | |
4108 | 4108 |
| |
4109 |
| - | |
| 4109 | + | |
4110 | 4110 |
| |
4111 | 4111 |
| |
4112 | 4112 |
| |
|
0 commit comments
Comments
(0)