Skip to content

Commit

Permalink
Enable missing prototypes
Browse files Browse the repository at this point in the history
Check for missing prototypes like file local functions not declared
static or external functions not being declared to avoid declaration/
definition desynchronizations.

Acked-by: James Carter <[email protected]>
Signed-off-by: Christian Göttsche <[email protected]>
  • Loading branch information
cgzones authored and jwcart2 committed Apr 20, 2022
1 parent 0ba7e23 commit d3c2137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ else
-Winit-self \
-Wmissing-format-attribute \
-Wmissing-noreturn \
-Wmissing-prototypes \
-Wnull-dereference \
-Wpointer-arith \
-Wshadow \
Expand Down

0 comments on commit d3c2137

Please sign in to comment.