Created by: jennifersmith94536
Hello,
this series cleans up warnings and adds -Werror to compiler flags so that it treats new warnings as errors. Let's keep the build clean. It then adds stdarg header with basic va_* support. It then adds basic printf-like formatting function vformat and implements printk and vprintk using it to output messages to the default console.
Please review/pull.
-- Jennifer