id summary reporter owner description type status priority component version resolution keywords cc game 8274 Make ScummVM compile with GCC 3.3.1 SF/johneck fingolfin "{{{#!Markdown The latest CVS versions of ScummVM refuses to compile, it dies in all asserts\(\) where pointers are used. Example: byte\* tmp = some\_function\_method\_or\_other\(\); assert\(tmp\); Will fail with "\*byte is not of long int" \(or similar\). The way to fix this is to: byte\* tmp = some\_function\_method\_or\_other\(\); assert\(tmp \!= NULL\); And atleast it compiles with GCC 3.3.1 now. The patch fixes all these, atleast when trying to compile for the SDL backend. }}} {{{#!div style=""font-size: 75%"" Ticket imported from: !#794066. Ticket imported from: patches/379. }}}" patch closed normal Port: Linux wontfix