[possible PATCH] More gcc warnings: -Wcast-align (fwd)

2002-01-22 Thread Andy Dougherty
Dougherty <[EMAIL PROTECTED]> To: Perl6 Internals <[EMAIL PROTECTED]> Subject: [possible PATCH] More gcc warnings: -Wcast-align On SPARC, gcc -Wcast-align gives 70+ warnings of the form interpreter.c:69: warning: cast increases required alignment of target type For about half the warnings

[possible PATCH] More gcc warnings: -Wcast-align

2002-01-15 Thread Andy Dougherty
On SPARC, gcc -Wcast-align gives 70+ warnings of the form interpreter.c:69: warning: cast increases required alignment of target type For about half the warnings, the code in question is something of the form: code_start = (opcode_t *)interpreter->code->byte_code; where interpreter->code->