Opened 7 months ago

Last modified 4 weeks ago

#71492 new defect

traceroute @1.4a12: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]

Reported by: rswail (Ron Wail) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.10.5
Keywords: sequoia Cc: cooljeanius (Eric Gallager)
Port: traceroute

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Appears to be related to the same as #70755

Fails in configure step with

configure:835:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
    835 | main(){return(0);}
        | ^
        | int
  1 error generated.
  configure: failed program was:

  #line 833 "configure"
  #include "confdefs.h"

Change History (2)

comment:1 Changed 7 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Summary: traceroute @1.4a12 fails on Sequoiatraceroute @1.4a12: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]

comment:2 Changed 4 weeks ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.