Opened 5 weeks ago

Closed 5 weeks ago

#71057 closed defect (fixed)

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

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.10.2
Keywords: sequoia Cc:
Port: xgalaga

Description

https://build.macports.org/builders/ports-15_x86_64-builder/builds/7386/steps/install-port/logs/stdio

title.c:23:7: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   23 | const LINESIZE= 70;
      | ~~~~~ ^
      | int
title.c:24:7: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   24 | const VISIBLELINES=main.c:826:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  826 | sta7;
      | ~~~~~ ^
      | int
title.c:25:7: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   25 | const SPEEDFACTOR=5;
      | ~~~~~ ^
      | int

Change History (1)

comment:1 Changed 5 weeks ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 65b93141db9c769de5e3071eed72179342ce41e5/macports-ports (master):

xgalaga: Fix implicit int errors

Closes: #71057

Note: See TracTickets for help on using tickets.