projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94595f
)
Mark some unused variables as such.
author
Andre Noll
<maan@systemlinux.org>
Tue, 23 Oct 2007 16:36:12 +0000
(18:36 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Tue, 23 Oct 2007 16:36:12 +0000
(18:36 +0200)
mood.c
patch
|
blob
|
history
playlist.c
patch
|
blob
|
history
diff --git
a/mood.c
b/mood.c
index
a89ae85
..
46337f2
100644
(file)
--- a/
mood.c
+++ b/
mood.c
@@
-1020,7
+1020,7
@@
int reload_current_mood(void)
return ret;
}
-int moods_event_handler(enum afs_events event, struct para_buffer *pb,
+int moods_event_handler(enum afs_events event,
__a_unused
struct para_buffer *pb,
void *data)
{
switch(event) {
diff --git
a/playlist.c
b/playlist.c
index
c6f09be
..
62fd831
100644
(file)
--- a/
playlist.c
+++ b/
playlist.c
@@
-223,8
+223,8
@@
static int handle_audio_file_event(enum afs_events event, void *data)
return score_add(row, 0); /* play it immediately */
}
-int playlists_event_handler(enum afs_events event,
struct para_buffer *pb,
-
void *data)
+int playlists_event_handler(enum afs_events event,
+
__a_unused struct para_buffer *pb,
void *data)
{
int ret;