Ticket #168 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

only use __attribute__((unused)) w/ GCC

Reported by: aturner Owned by: aturner
Priority: low Milestone: 3.1
Component: tcpreplay Version: 3.0.0
Keywords: Cc:
Operating System: Add to FAQ?: no
Hardware: All
Output of tcpreplay -V:

Description

other compilers don't support gcc's unused attribute.

Change History

comment:1 Changed 5 years ago by aturner

(In [1842]) switch to using _U_ instead of attribute((unused)) to be non-gcc compatible refs #168

comment:2 Changed 5 years ago by aturner

(In [1843]) stop complaining about unused "head". refs #168

comment:3 Changed 5 years ago by aturner

  • Status changed from new to closed
  • Resolution set to fixed

comment:4 Changed 5 years ago by aturner

  • Status changed from closed to reopened
  • Resolution fixed deleted

comment:5 Changed 5 years ago by aturner

  • Status changed from reopened to closed
  • Resolution set to fixed

(In [1863]) remove last attribute((unused)) and replace with _U_. fixes #168

Note: See TracTickets for help on using tickets.