Thread overview
C Cast errors
Apr 21, 2009
MR
Apr 22, 2009
Cesar Rabak
Apr 23, 2009
MR
April 21, 2009
Just started using dmc. Simple include of the DM headers generates extensive
errors about C style casts.
Am I missing a compiler switch?
April 22, 2009
MR escreveu:
> Just started using dmc. Simple include of the DM headers generates extensive
> errors about C style casts.
> Am I missing a compiler switch?
Can you send a small example?
April 23, 2009
It was my mistake; I initially used the -wc  and -wx compiler options. Removing
those removed the problem.
Thanks.