Those are not errors. The 'missing-prototypes' string is directive to the compiler telling it to print a warning if a global function is defined without a previous prototype declaration. The lines you see are the normal output from the build process.
Article ID: 107, Created: 4/23/2025 at 3:40 PM, Modified: 4/23/2025 at 3:40 PM