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
03d464d6
Commit
03d464d6
authored
Mar 09, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unused variables.
parent
d46728df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
modules/access/mms/mmstu.c
modules/access/mms/mmstu.c
+0
-1
modules/access/smb.c
modules/access/smb.c
+2
-3
No files found.
modules/access/mms/mmstu.c
View file @
03d464d6
...
@@ -253,7 +253,6 @@ static int Control( access_t *p_access, int i_query, va_list args )
...
@@ -253,7 +253,6 @@ static int Control( access_t *p_access, int i_query, va_list args )
bool
b_bool
;
bool
b_bool
;
int64_t
*
pi_64
;
int64_t
*
pi_64
;
int
i_int
;
int
i_int
;
vlc_value_t
val
;
switch
(
i_query
)
switch
(
i_query
)
{
{
...
...
modules/access/smb.c
View file @
03d464d6
...
@@ -384,9 +384,8 @@ static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len )
...
@@ -384,9 +384,8 @@ static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len )
*****************************************************************************/
*****************************************************************************/
static
int
Control
(
access_t
*
p_access
,
int
i_query
,
va_list
args
)
static
int
Control
(
access_t
*
p_access
,
int
i_query
,
va_list
args
)
{
{
bool
*
pb_bool
;
bool
*
pb_bool
;
int
*
pi_int
;
int64_t
*
pi_64
;
int64_t
*
pi_64
;
switch
(
i_query
)
switch
(
i_query
)
{
{
...
...
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