Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
f008ecb3
Commit
f008ecb3
authored
Jan 16, 2006
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compiler warning about a missing return statement in a non-void function.
parent
f368868a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/gui/skins2/x11/x11_popup.cpp
modules/gui/skins2/x11/x11_popup.cpp
+2
-1
No files found.
modules/gui/skins2/x11/x11_popup.cpp
View file @
f008ecb3
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2003 the VideoLAN team
* $Id$
*
* Authors: Olivier Teuli
è
re <ipkiss@via.ecp.fr>
* Authors: Olivier Teuli
�
e <ipkiss@via.ecp.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -66,6 +66,7 @@ void X11Popup::addSeparator( int pos )
int
X11Popup
::
getPosFromId
(
int
id
)
const
{
// TODO
return
0
;
}
...
...
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