Commit cb422a1
Charlie Tonneslan
fix: rename parameter to avoid -Wshadow warning in message_t constructor
The 'data' parameter in the deprecated array constructor shadows
message_t::data(), triggering -Wshadow warnings on GCC. Rename
to 'arr' to resolve.
Fixes #6411 parent 4f423e0 commit cb422a1
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
487 | | - | |
| 486 | + | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
0 commit comments