Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dorota Czaplejewicz
gtk
Commits
d0051a46
Commit
d0051a46
authored
Sep 05, 2009
by
Kristian Rietveld
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compiler warnings
parent
855fee8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
gtk/gtktreemodelfilter.c
gtk/gtktreemodelfilter.c
+0
-1
gtk/tests/filtermodel.c
gtk/tests/filtermodel.c
+2
-0
No files found.
gtk/gtktreemodelfilter.c
View file @
d0051a46
...
...
@@ -1292,7 +1292,6 @@ gtk_tree_model_filter_row_changed (GtkTreeModel *c_model,
/* make sure the new item has been pulled in */
if
(
!
filter
->
priv
->
root
)
{
gint
i
;
FilterLevel
*
root
;
gtk_tree_model_filter_build_level
(
filter
,
NULL
,
NULL
,
FALSE
);
...
...
gtk/tests/filtermodel.c
View file @
d0051a46
...
...
@@ -737,6 +737,7 @@ set_path_visibility (FilterTest *fixture,
-
1
);
}
#if 0
static void
insert_path_with_visibility (FilterTest *fixture,
const gchar *path_string,
...
...
@@ -757,6 +758,7 @@ insert_path_with_visibility (FilterTest *fixture,
}
gtk_tree_path_free (path);
}
#endif
/*
* The actual tests.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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