Compiler warning triggered when compiling without -Wmaybe-uninitialized #167
Labels
resolved-on-develop
A changeset fixing this issue has been commiutted to the development branch
task
This preprocessor directive:
on line 939 of
src/printf/printf.c
will fail if the option is unknown. It's known if you build with the provided CMakeLists.txt, but otherwise - it might not be, and we dopn't want:littering our output.
The text was updated successfully, but these errors were encountered: