This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Suppress warning that an entry other than _c_int00 is used.

Hi, by intention I use a different start for my code using

--entry_point=__start

in the linker command file. But the warning

warning: entry-point symbol other than "_c_int00" specified: "__start"

is disturbing in a "no warning" environment.
So how do I suppress this warning?

TIA