This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Error problem
- To: gcc at gcc dot gnu dot org
- Subject: Error problem
- From: Martino Freda <martinof at corel dot ca>
- Date: Wed, 31 May 2000 18:38:00 -0400
Hi
I'm a relatively new user of gcc and I was having some problems
compiling code using release 2.95.2. Errors are generated about casts
from (for example) char* to const char*. Are their any options on
2.95.2 that I can turn on to complile my code (I noticed that version
2.7* has no problems with the code)
Martin