Is it possible with gcc to eliminate the warning below without eliminating all warnings?
pasting "/" and "/" does not give a valid preprocessing token
For a certain platform, I must use a specific cross-compiler, but I can use make, so I use gcc to create the dependencies.
I know that I'm passing the “//” token to the compiler and it’s not a problem, so I’d like gcc to stop complaining about it.