Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
4ca42d97
Commit
4ca42d97
authored
Jun 29, 2011
by
Benjamin Otte
Committed by
Matthias Clasen
Jul 05, 2011
Browse files
tests: Fix compiler warnings
parent
3ea8cfc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/a11y/accessibility-dump.c
View file @
4ca42d97
...
...
@@ -235,8 +235,8 @@ dump_attribute_set (GString *string,
static
gint
compare_attr
(
gconstpointer
a
,
gconstpointer
b
)
{
AtkAttribute
*
aattr
=
a
;
AtkAttribute
*
battr
=
b
;
const
AtkAttribute
*
aattr
=
a
;
const
AtkAttribute
*
battr
=
b
;
return
strcmp
(
aattr
->
name
,
battr
->
name
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment