mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
Userland: Mark compilation-unit-only functions as static
This enables a nice warning in case a function becomes dead code.
This commit is contained in:
parent
5574d45eda
commit
0248ddc427
22 changed files with 85 additions and 83 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
static int key_fd;
|
||||
|
||||
void wait_for_key()
|
||||
static void wait_for_key()
|
||||
{
|
||||
printf("\033[7m--[ more ]--\033[0m");
|
||||
fflush(stdout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue