Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
3d258504
Commit
3d258504
authored
Nov 24, 2008
by
Thomas Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder_thread.c: replaced mpd_unused by G_GNUC_UNUSED
parent
f7d995f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
decoder_thread.c
src/decoder_thread.c
+1
-1
No files found.
src/decoder_thread.c
View file @
3d258504
...
...
@@ -200,7 +200,7 @@ static void decoder_run(void)
dc
.
state
=
ret
?
DECODE_STATE_STOP
:
DECODE_STATE_ERROR
;
}
static
void
*
decoder_task
(
mpd_unused
void
*
arg
)
static
void
*
decoder_task
(
G_GNUC_UNUSED
void
*
arg
)
{
while
(
1
)
{
assert
(
dc
.
state
==
DECODE_STATE_STOP
||
...
...
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