From 28af69b91a26f308653a049bc2790fb363471b3d Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Tue, 13 May 2008 17:22:10 +0000 Subject: remove warnings (bzr r5668) --- src/style-test.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/style-test.cpp') diff --git a/src/style-test.cpp b/src/style-test.cpp index 1349bd00a..d390ae79f 100644 --- a/src/style-test.cpp +++ b/src/style-test.cpp @@ -342,7 +342,7 @@ font_family_val(char const prop[], char const *const dummy_vals[]) * `px') for better CSS interoperability. */ static void -unitful_length_val(char const prop[], char const *const dummy_vals[]) +unitful_length_val(char const /*prop*/[], char const *const dummy_vals[]) { /* todo */ assert(dummy_vals == NULL); @@ -381,8 +381,9 @@ uri_or_enum_val(char const prop[], char const *const vals[]) } static void -suppress_warning_log_handler(gchar const *log_domain, GLogLevelFlags /*log_level*/, - gchar const *message, +suppress_warning_log_handler(gchar const */*log_domain*/, + GLogLevelFlags /*log_level*/, + gchar const */*message*/, gpointer /*user_data*/) { /* todo: We could strncpy message to a static buffer for later testing with -- cgit v1.2.3