Hi all,
In the linker command file, I have specified a different entry point than c_int00 to be able to disable the watchdog at startup.
Now I would like to get rid of the annoying linker warning "warning: entry point other than _c_int00 specified".
Is there a way to disable special warnings, but not the others?