- Notifications
You must be signed in to change notification settings - Fork28
Commit4a9ce08
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 parent16f6906 commit4a9ce08
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4090 | 4090 |
| |
4091 | 4091 |
| |
4092 | 4092 |
| |
4093 |
| - | |
| 4093 | + | |
4094 | 4094 |
| |
4095 |
| - | |
| 4095 | + | |
4096 | 4096 |
| |
4097 | 4097 |
| |
4098 | 4098 |
| |
|
0 commit comments
Comments
(0)