Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
videolan
vlc-gpu
Commits
a5d25b9d
Commit
a5d25b9d
authored
Mar 16, 2005
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/playlist/*: shut up a couple of compiler warnings.
parent
85ec0d84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/playlist/item-ext.c
src/playlist/item-ext.c
+1
-1
src/playlist/view.c
src/playlist/view.c
+1
-1
No files found.
src/playlist/item-ext.c
View file @
a5d25b9d
...
...
@@ -696,7 +696,7 @@ int playlist_LockClear( playlist_t *p_playlist )
{
int
i_ret
;
vlc_mutex_lock
(
&
p_playlist
->
object_lock
);
playlist_Clear
(
p_playlist
);
i_ret
=
playlist_Clear
(
p_playlist
);
vlc_mutex_unlock
(
&
p_playlist
->
object_lock
);
return
i_ret
;
}
...
...
src/playlist/view.c
View file @
a5d25b9d
...
...
@@ -138,8 +138,8 @@ int playlist_ViewDump( playlist_t *p_playlist, playlist_view_t *p_view )
#ifdef PLAYLIST_DEBUG
msg_Dbg
(
p_playlist
,
"dumping view %i"
,
p_view
->
i_id
);
playlist_NodeDump
(
p_playlist
,
p_view
->
p_root
,
1
);
return
VLC_SUCCESS
;
#endif
return
VLC_SUCCESS
;
}
/**
...
...
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