embeddedartistry / libc

libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup.
MIT License
504 stars 67 forks source link

printf produces additional warnings when compiled with GCC #165

Closed phillipjohnston closed 2 years ago

phillipjohnston commented 2 years ago

I need to submit additional changes to the printf repository in order to address GCC warnings - just filing as a note to self.

phillipjohnston commented 2 years ago

One that I'm tracking: https://github.com/eyalroz/printf/issues/105