- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit1046dbe
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 parent6f5c8a8 commit1046dbe
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3805 | 3805 |
| |
3806 | 3806 |
| |
3807 | 3807 |
| |
3808 |
| - | |
| 3808 | + | |
3809 | 3809 |
| |
3810 |
| - | |
| 3810 | + | |
3811 | 3811 |
| |
3812 | 3812 |
| |
3813 | 3813 |
| |
|
0 commit comments
Comments
(0)