[pulseaudio-discuss] [PATCH RFCv3 27/51] flist: Don't make flist volatile
Peter Meerwald
pmeerw at pmeerw.net
Tue Nov 4 15:26:22 PST 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