From dca0aaa15884eb5bf1105e1c7a6323f11be4abd3 Mon Sep 17 00:00:00 2001 From: miod <> Date: Sun, 27 Apr 2014 20:20:59 +0000 Subject: Put explicit (void) in function declarations and shuffle keywords in some declaration to pass -Wextra, should we want to add it to CFLAGS. No binary change. --- src/lib/libcrypto/engine/tb_store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/engine/tb_store.c') diff --git a/src/lib/libcrypto/engine/tb_store.c b/src/lib/libcrypto/engine/tb_store.c index 8cc435c935..bd853733ea 100644 --- a/src/lib/libcrypto/engine/tb_store.c +++ b/src/lib/libcrypto/engine/tb_store.c @@ -80,7 +80,7 @@ int ENGINE_register_STORE(ENGINE *e) return 1; } -void ENGINE_register_all_STORE() +void ENGINE_register_all_STORE(void) { ENGINE *e; -- cgit v1.2.3-55-g6feb