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
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: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 65b93141db9c769de5e3071eed72179342ce41e5/macports-ports (master):