Ticket #912 (closed patch: fixed)
remove statement with no effect
Reported by: | darbelo | Owned by: | whiteknight |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | GC | Version: | trunk |
Severity: | low | Keywords: | |
Cc: | whiteknight | Language: | |
Patch status: | new | Platform: |
Description
Saw this scroll by the parrot build today: src/gc/api.c: In function `Parrot_gc_destroy_header_pools': src/gc/api.c:1079: warning: statement with no effect
And for one I gree with gcc on this, the attached patch silences the warning by removing the offending line, this causes no visible effect on my box. All tests keep passing, etc.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.