nekromant / antares

antares uC buildsystem
208 stars 31 forks source link

Remove warning in src/lib/printk.c #56

Open webconn opened 10 years ago

webconn commented 10 years ago

*_/antares/src/lib/printk.c:17:15: warning: ‘p_stdin’ defined but not used [-Wunused-variable] static FILE _p_stdin = &g_early_stdin;

Let's do something with this.

nekromant commented 10 years ago

Well, there should be a wrapper for scank() as well there, but I didn't have time to add it.