Mark unused parameters as such for all finch

Review Request #2254 — Created Feb. 20, 2023 and submitted

Information

pidgin/pidgin
default

Reviewers

Mark unused parameters as such for all finch

Turned the warning level up to 2, compiled, and verified the warnings were gone.

Summary ID
Mark unused parameters as such for all finch
ba222558e51295c5dcab378e3f5a0a86506ffefe
Description From Last Updated

Not sure if this is within the scope of this RR but there are still unused parameters in the finch …

ivanhoeivanhoe

data is used

ivanhoeivanhoe

Analogous to above function, null could be renamed to data.

ivanhoeivanhoe

s/null/data ?

ivanhoeivanhoe

data unused

ivanhoeivanhoe

data unused

ivanhoeivanhoe

flags and data unused

ivanhoeivanhoe

account, flags, and data unused

ivanhoeivanhoe

data unused

ivanhoeivanhoe

error unused

ivanhoeivanhoe

error unused

ivanhoeivanhoe

All parameters unused

ivanhoeivanhoe

cmd, error, and data unused

ivanhoeivanhoe

error unused

ivanhoeivanhoe

plugin and error unused

ivanhoeivanhoe

plugin, shutdown, and error unused

ivanhoeivanhoe
ivanhoe
  1. 
      
  2. finch/gntblist.c (Diff revision 1)
     
     
    Show all issues

    data is used

  3. finch/gntroomlist.c (Diff revision 1)
     
     
    Show all issues

    Analogous to above function, null could be renamed to data.

  4. finch/gntroomlist.c (Diff revision 1)
     
     
    Show all issues

    s/null/data ?

  5. 
      
grim
ivanhoe
  1. 
      
  2. Show all issues

    Not sure if this is within the scope of this RR but there are still unused parameters in the finch plugins gntclipboard, gnttinyurl, and grouping.

    1. I meant back to get the plugins and clearly forgot..

  3. finch/plugins/gntgf/gntgf.c (Diff revision 2)
     
     
    Show all issues

    data unused

  4. finch/plugins/gntgf/gntgf.c (Diff revision 2)
     
     
    Show all issues

    data unused

  5. finch/plugins/gntgf/gntgf.c (Diff revision 2)
     
     
    Show all issues

    flags and data unused

  6. finch/plugins/gntgf/gntgf.c (Diff revision 2)
     
     
    Show all issues

    account, flags, and data unused

  7. finch/plugins/gntgf/gntgf.c (Diff revision 2)
     
     
    Show all issues

    data unused

  8. finch/plugins/gntgf/gntgf.c (Diff revision 2)
     
     
    Show all issues

    error unused

  9. finch/plugins/gntgf/gntgf.c (Diff revision 2)
     
     
    Show all issues

    error unused

  10. finch/plugins/gntgf/gntgf.c (Diff revision 2)
     
     
    Show all issues

    All parameters unused

  11. finch/plugins/lastlog/lastlog.c (Diff revision 2)
     
     
    Show all issues

    cmd, error, and data unused

  12. finch/plugins/lastlog/lastlog.c (Diff revision 2)
     
     
    Show all issues

    error unused

  13. finch/plugins/lastlog/lastlog.c (Diff revision 2)
     
     
    Show all issues

    plugin and error unused

  14. finch/plugins/lastlog/lastlog.c (Diff revision 2)
     
     
    Show all issues

    plugin, shutdown, and error unused

  15. 
      
grim
ivanhoe
  1. Ship It!
  2. 
      
grim
Review request changed
Status:
Completed