Hi,
I'm working on a big project with a lott of sources files. At compilation time I have a lot of #167-D warning ( warning: #167-D: argument of type "U8 *" is incompatible with parameter of type "const char *" for example ) .
Today I move some functions to another new source file to clean my code. But when I compile , I get new errors in my new source file : "error: #167: argument of type "U32 *" is incompatible with parameter of type "U8 *"
The warning in a source file becomes an error in another source file !!!
I didn't setup anything different for this source file , all compilation options are defined by the project.
What is the problem and how to solve it please ?