Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
4a334283
Commit
4a334283
authored
Oct 15, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bogus warnings
parent
dbbbe51b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
modules/meta_engine/folder.c
modules/meta_engine/folder.c
+0
-1
modules/meta_engine/musicbrainz.c
modules/meta_engine/musicbrainz.c
+0
-1
src/playlist/tree.c
src/playlist/tree.c
+0
-2
No files found.
modules/meta_engine/folder.c
View file @
4a334283
...
...
@@ -64,7 +64,6 @@ static int FindMeta( vlc_object_t *p_this )
playlist_t
*
p_playlist
=
(
playlist_t
*
)
p_this
;
input_item_t
*
p_item
=
(
input_item_t
*
)(
p_playlist
->
p_private
);
vlc_bool_t
b_have_art
=
VLC_FALSE
;
uint32_t
i_meta
;
int
i
=
0
;
struct
stat
a
;
...
...
modules/meta_engine/musicbrainz.c
View file @
4a334283
...
...
@@ -74,7 +74,6 @@ static int GetData( vlc_object_t *p_obj, input_item_t *p_item,
char
psz_data
[
256
];
char
i_album_count
,
i
;
char
*
ppsz_args
[
4
];
uint32_t
i_meta
;
char
*
psz_title
;
char
*
psz_artist
;
...
...
src/playlist/tree.c
View file @
4a334283
...
...
@@ -550,7 +550,6 @@ playlist_item_t *GetNextItem( playlist_t *p_playlist,
}
}
}
msg_Err
(
p_playlist
,
"I should not be here"
);
return
NULL
;
}
...
...
@@ -684,7 +683,6 @@ playlist_item_t *GetPrevItem( playlist_t *p_playlist,
}
}
}
msg_Err
(
p_playlist
,
"I should not be here"
);
return
NULL
;
}
...
...
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