Ticket #3466 (closed defect: fixed)
[patch] cleanup -Wpointer-arith compiler warnings
Reported by: | and | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.8.15 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: |
Description
fix -Wpointer-arith compiler warnings and add to mc cflags
panel.c:1538:51: error: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
growbuf.c:159:65: error: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
growbuf.c:296:77: error: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
growbuf.c:299:77: error: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
Signed-off-by: Andreas Mohr <and@…>
Attachments
Change History
comment:2 Changed 9 years ago by andrew_b
- Status changed from new to closed
- Resolution set to fixed
- Branch state changed from no branch to merged
- Milestone changed from Future Releases to 4.8.15
Thanks!
Applied as [dd8521b92dc6a2ed8a4ded3e95edc6b6a5f9412d].
Note: See
TracTickets for help on using
tickets.