From: Adam Dickmeiss Date: Thu, 25 Dec 2008 14:36:30 +0000 (+0100) Subject: ANSI funcs with no args X-Git-Tag: v1.1.0~51 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=9d66c51271e4c87b6f8ab4caf945b284a60f16e3 ANSI funcs with no args --- diff --git a/src/settings.c b/src/settings.c index 284ed84..373e6d9 100644 --- a/src/settings.c +++ b/src/settings.c @@ -375,7 +375,7 @@ static void initialize_hard_settings(struct setting_dictionary *dict) // Read any settings names introduced in service definition (config) and add to dictionary // This is done now to avoid errors if user settings are declared in session overrides -static void initialize_soft_settings() +static void initialize_soft_settings(void) { struct conf_service *service = config->servers->service; int i;