I like to be "warning free" when I compile correct code, meaning I try to resolve all warnings before I start debugging. But there is one persistent warning that I think I have to accept: "warning #10063-D: entry-point symbol other than "_c_int00" specified: code_start". I'm programming in C, and the program correctly starts at my "main" symbol. I'd like to clean this up, and am willing to just disable the warning, but I don't know how, and I can find no help in the documentation. So is there a proper way to resolve this? If not, is there an improper way?