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
a64f8985
Commit
a64f8985
authored
Mar 06, 2009
by
JP Dinger
Committed by
Jean-Baptiste Kempf
Mar 12, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s/(void)p_e;/VLC_UNUSED(p_e);/
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
c4bf7a64
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/control/media_list.c
src/control/media_list.c
+2
-2
No files found.
src/control/media_list.c
View file @
a64f8985
...
@@ -343,7 +343,7 @@ void _libvlc_media_list_add_media(
...
@@ -343,7 +343,7 @@ void _libvlc_media_list_add_media(
libvlc_media_t
*
p_md
,
libvlc_media_t
*
p_md
,
libvlc_exception_t
*
p_e
)
libvlc_exception_t
*
p_e
)
{
{
(
void
)
p_e
;
VLC_UNUSED
(
p_e
)
;
libvlc_media_retain
(
p_md
);
libvlc_media_retain
(
p_md
);
notify_item_addition
(
p_mlist
,
p_md
,
vlc_array_count
(
&
p_mlist
->
items
),
notify_item_addition
(
p_mlist
,
p_md
,
vlc_array_count
(
&
p_mlist
->
items
),
...
@@ -375,7 +375,7 @@ void _libvlc_media_list_insert_media(
...
@@ -375,7 +375,7 @@ void _libvlc_media_list_insert_media(
int
index
,
int
index
,
libvlc_exception_t
*
p_e
)
libvlc_exception_t
*
p_e
)
{
{
(
void
)
p_e
;
VLC_UNUSED
(
p_e
)
;
libvlc_media_retain
(
p_md
);
libvlc_media_retain
(
p_md
);
notify_item_addition
(
p_mlist
,
p_md
,
index
,
EventWillHappen
);
notify_item_addition
(
p_mlist
,
p_md
,
index
,
EventWillHappen
);
...
...
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