From 4dcaa2300c9d93f424211a3712dc5eecd4464782 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 22 Jan 2007 15:03:57 +0000 Subject: Add dm_event_handler_[gs]et_timeout functions. Streamline dm_report_field_* interface. --- libdm/libdm-string.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdm/libdm-string.c') diff --git a/libdm/libdm-string.c b/libdm/libdm-string.c index a9ab98518..698111c2b 100644 --- a/libdm/libdm-string.c +++ b/libdm/libdm-string.c @@ -37,7 +37,8 @@ static int _isword(int c) * Split buffer into NULL-separated words in argv. * Returns number of words. */ -int dm_split_words(char *buffer, unsigned max, unsigned ignore_comments, +int dm_split_words(char *buffer, unsigned max, + unsigned ignore_comments __attribute((unused)), char **argv) { unsigned arg; -- cgit v1.2.1