Ticket #942 (closed bug: fixed)

Opened 12 years ago

Last modified 12 years ago

GCC 4.4 complains about invalid C90 syntax

Reported by: MoC Owned by:
Priority: critical Milestone:
Component: GC Version: trunk
Severity: medium Keywords:
Cc: Language:
Patch status: Platform: win32

Description

mingw32-make exits with the following error:

src\gc\mark_sweep.c
src\gc\mark_sweep.c: In function 'Parrot_gc_sweep_pool':
src\gc\mark_sweep.c:302: error: ISO C90 forbids mixed declarations and code
mingw32-make: *** [src\gc\mark_sweep.o] Error 1

Change History

Changed 12 years ago by whiteknight

  • status changed from new to closed
  • resolution set to fixed

this was my fault. Fixed in r40730.

Note: See TracTickets for help on using tickets.