#1537 closed defect
Bad code - additional semicolons
Reported by: | SF/wolfblah | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | --Other-- |
Version: | Keywords: | ||
Cc: | Game: |
Description
Scummvm cannot compile on gcc 3.4 because of additional semicolons after function bodys in some files. Attached fix.
Ticket imported from: #917503. Ticket imported from: bugs/1537.
Attachments (1)
Change History (6)
by , 21 years ago
Attachment: | scummvm-gcc34.patch added |
---|
comment:1 by , 21 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:2 by , 21 years ago
Generating a warning for stray semicolons, fine. But an error ??? Are you maybe using -Werror? If not, possibly file a bug report against GCC, before they actually release 3.4 =)
comment:5 by , 6 years ago
Component: | → --Other-- |
---|
Note:
See TracTickets
for help on using tickets.
Semicolons fix