Skip to content

Commit 9ef1cc9

Browse files
authored
Fix mac-only -Wstrict-prototypes warnings (#1224)
1 parent b5475d4 commit 9ef1cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/kms-message/src/kms_crypto_apple.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323

2424

2525
int
26-
kms_crypto_init ()
26+
kms_crypto_init (void)
2727
{
2828
return 0;
2929
}
3030

3131
void
32-
kms_crypto_cleanup ()
32+
kms_crypto_cleanup (void)
3333
{
3434
}
3535

0 commit comments

Comments
 (0)