Opened 3 years ago

Closed 3 years ago

#62267 closed defect (fixed)

ttyrec: function 'set_progname' and 'kill' is invalid in C99

Reported by: kurthindenburg (Kurt Hindenburg) Owned by: cal@…
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc:
Port: ttyrec

Description

error: implicit declaration of function 'set_progname' is invalid in C99 [-Werror,-Wimplicit-

error: implicit declaration of function 'kill' is invalid in C99 [-Werror,-Wimplicit-function-declaration]

Attachments (1)

ttyrec.log (26.0 KB) - added by kurthindenburg (Kurt Hindenburg) 3 years ago.
main.log

Download all attachments as: .zip

Change History (2)

Changed 3 years ago by kurthindenburg (Kurt Hindenburg)

Attachment: ttyrec.log added

main.log

comment:1 Changed 3 years ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: assignedclosed

In 73021b7835916ebc53e39ed1c5b961bfeeb3ad9f/macports-ports (master):

ttyrec: Fix -Wimplicit-function-declaration

No revbump because it either built correctly (albeit with warnings) or
not at all.

Closes: #62267

Note: See TracTickets for help on using tickets.