diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-05-13 17:22:10 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-05-13 17:22:10 +0000 |
| commit | 28af69b91a26f308653a049bc2790fb363471b3d (patch) | |
| tree | 6d0b0ceadaded290c21687b49502995d123bf266 /src/style-test.cpp | |
| parent | remove warnings (diff) | |
| download | inkscape-28af69b91a26f308653a049bc2790fb363471b3d.tar.gz inkscape-28af69b91a26f308653a049bc2790fb363471b3d.zip | |
remove warnings
(bzr r5668)
Diffstat (limited to 'src/style-test.cpp')
| -rw-r--r-- | src/style-test.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
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 |
