[pulseaudio-discuss] [PATCH RFCv2 27/27] flist: Don't make flist volatile
Peter Meerwald
pmeerw at pmeerw.net
Tue Oct 28 12:46:40 PDT 2014
From: Peter Meerwald <p.meerwald at bct-electronic.com>
Signed-off-by: Peter Meerwald <pmeerw at pmeerw.net>
---
src/pulsecore/flist.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pulsecore/flist.h b/src/pulsecore/flist.h
index 2ce88cc..41a5ffc 100644
--- a/src/pulsecore/flist.h
+++ b/src/pulsecore/flist.h
@@ -47,7 +47,7 @@ void* pa_flist_pop(pa_flist*l);
#define PA_STATIC_FLIST_DECLARE(name, size, free_cb) \
static struct { \
- pa_flist *volatile flist; \
+ pa_flist *flist; \
pa_once once; \
} name##_flist = { NULL, PA_ONCE_INIT }; \
static void name##_flist_init(void) { \
--
1.9.1
More information about the pulseaudio-discuss
mailing list