Ticket #3466 (closed defect: fixed)

Opened 9 years ago

Last modified 9 years ago

[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

mc-3466-cleanup-pointer_arith-warning.patch (2.8 KB) - added by and 9 years ago.

Change History

Changed 9 years ago by and

comment:1 Changed 9 years ago by andrew_b

  • Blocked By 3420 added

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

comment:3 Changed 9 years ago by andrew_b

  • Blocked By 3420 removed
Note: See TracTickets for help on using tickets.