Commit 5ee7df9
Fix -Wstrict-prototypes warnings
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 <fabio.porcedda@gmail.com>1 parent 8314c39 commit 5ee7df9
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
| 740 | + | |
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
| |||
2152 | 2152 | | |
2153 | 2153 | | |
2154 | 2154 | | |
2155 | | - | |
| 2155 | + | |
2156 | 2156 | | |
2157 | 2157 | | |
2158 | 2158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
| 459 | + | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| |||
0 commit comments