Skip to content

Fix -Wmissing-prototypes occurrences in generic_raw_uart module - #589

Open
sairon wants to merge 1 commit into
alexreinert:masterfrom
sairon:fix-missing-prototypes
Open

Fix -Wmissing-prototypes occurrences in generic_raw_uart module#589
sairon wants to merge 1 commit into
alexreinert:masterfrom
sairon:fix-missing-prototypes

Conversation

@sairon

@sairon sairon commented Jun 17, 2026

Copy link
Copy Markdown

Some functions used only within generic_raw_uart.c were missing static declaration and raised missing-prototypes warnings. This breaks compilation of the module e.g. in recent Buildroot which enables -Werror, treating these warnings as errors as well.

Some functions used only within generic_raw_uart.c were missing static
declaration and raised missing-prototypes warnings. This breaks
compilation of the module e.g. in recent Buildroot which enables
-Werror, treating these warnings as errors as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant