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
f4b8250a
Commit
f4b8250a
authored
Aug 20, 2009
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
osd: Fix a unused variable warning.
Reported by Hugo Beauzée-Luyssen.
parent
b827afa2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
modules/misc/osd/osd_menu.c
modules/misc/osd/osd_menu.c
+2
-0
modules/misc/osd/osd_menu.h
modules/misc/osd/osd_menu.h
+1
-1
No files found.
modules/misc/osd/osd_menu.c
View file @
f4b8250a
...
...
@@ -37,6 +37,8 @@
#undef OSD_MENU_DEBUG
const
char
*
const
ppsz_button_states
[]
=
{
"unselect"
,
"select"
,
"pressed"
};
/*****************************************************************************
* Local prototypes
*****************************************************************************/
...
...
modules/misc/osd/osd_menu.h
View file @
f4b8250a
...
...
@@ -24,7 +24,7 @@
#ifndef _OSD_MENU_PARSER_H_
#define _OSD_MENU_PARSER_H_
static
const
char
*
ppsz_button_states
[]
=
{
"unselect"
,
"select"
,
"pressed"
}
;
extern
const
char
*
const
ppsz_button_states
[
3
]
;
/* OSD Menu structure support routines for internal use by
* OSD Menu configuration file parsers only.
...
...
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