Skip to content

Conversation

@fabio-porcedda
Copy link

Use void instead of empty parentheses.

sbat.c:459:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
459 | clear_sbat_policy()
| ^~~~~~~~~~~~~~~~~
MokManager.c:740:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
740 | static INTN reset_system()
| ^~~~~~~~~~~~
MokManager.c:2155:12: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
2155 | static int draw_countdown()
| ^~~~~~~~~~~~~~

Use void instead of empty parentheses.

sbat.c:459:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  459 | clear_sbat_policy()
      | ^~~~~~~~~~~~~~~~~
MokManager.c:740:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  740 | static INTN reset_system()
      |             ^~~~~~~~~~~~
MokManager.c:2155:12: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 2155 | static int draw_countdown()
      |            ^~~~~~~~~~~~~~

Signed-off-by: Fabio Porcedda <[email protected]>
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