Mark unused parameters as such for all finch
Review Request #2254 — Created Feb. 20, 2023 and submitted
Information | |
---|---|
grim | |
pidgin/pidgin | |
default | |
Reviewers | |
pidgin | |
Mark unused parameters as such for all finch
Turned the warning level up to 2, compiled, and verified the warnings were gone.
Summary |
---|
Description | From | Last Updated |
---|---|---|
Not sure if this is within the scope of this RR but there are still unused parameters in the finch … |
![]() |
|
data is used |
![]() |
|
Analogous to above function, null could be renamed to data. |
![]() |
|
s/null/data ? |
![]() |
|
data unused |
![]() |
|
data unused |
![]() |
|
flags and data unused |
![]() |
|
account, flags, and data unused |
![]() |
|
data unused |
![]() |
|
error unused |
![]() |
|
error unused |
![]() |
|
All parameters unused |
![]() |
|
cmd, error, and data unused |
![]() |
|
error unused |
![]() |
|
plugin and error unused |
![]() |
|
plugin, shutdown, and error unused |
![]() |
Change Summary:
rebased, addressed issues, s/gpointer null/gpointer/data/g
Commits: |
|
||||||
---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+554 -394) |

Change Summary:
Got all the things. Used
find finch/ -iname "*.c" -execdir touch {} \;
to verify before building
Commits: |
|
||||||
---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+644 -442) |