fix level 2 compile warnings

Review Request #2257 — Created Feb. 21, 2023 and submitted

Information

talkatu/talkatu
default

Reviewers

fix level 2 compile warnings

Fixed most compile warnings introduced by higher warning level (r/2250) which were mostly unused parameters and some sign compares.

Compiled talkatu

Summary ID
fix level 2 compile warnings
ce1f78c39fdf3a8507dd5bd743f371745d003a85
Description From Last Updated

This is being compared to a guint not a gsize.

grimgrim

This should probably be guint as that's the type it's compared against.

grimgrim
grim
  1. 
      
  2. talkatu/talkatuwholebuffer.c (Diff revision 1)
     
     

    This should probably be guint as that's the type it's compared against.

  3. 
      
grim
  1. 
      
  2. talkatu/talkatubuffer.c (Diff revision 1)
     
     

    This is being compared to a guint not a gsize.

  3. 
      
ivanhoe
grim
  1. Ship It!
  2. Great work, thanks!!

  3. 
      
grim
  1. 
      
  2. oof this conflicted bad.. can you rebase?

  3. 
      
ivanhoe
grim
  1. Ship It!
  2. Thanks for rebasing!!

  3. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...