Andy Dougherty:
> Well, I know (at least) two ways to get rid of the warnings. I just don't
> know which one's right.  For example, making the bytecode be type
> opcode_t* instead of char* gets rid of a lot of them

Generally when I see char* in the source, I wonder why it's wrong and
what it should be instead. If you just *assume* that char* is evil,
allow yourself to be persuaded on the rare occasions that we actually do
need it.

-- 
IBM Pollyanna Principle:
        Machines should work.  People should think.

Reply via email to