- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitd777e27
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 parent27c79a4 commitd777e27
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4095 | 4095 |
| |
4096 | 4096 |
| |
4097 | 4097 |
| |
4098 |
| - | |
| 4098 | + | |
4099 | 4099 |
| |
4100 |
| - | |
| 4100 | + | |
4101 | 4101 |
| |
4102 | 4102 |
| |
4103 | 4103 |
| |
|
0 commit comments
Comments
(0)