diff options
author | Daniel Willmann <d.willmann@samsung.com> | 2013-04-18 19:34:33 +0100 |
---|---|---|
committer | Daniel Willmann <d.willmann@samsung.com> | 2013-04-18 19:34:33 +0100 |
commit | 2d859063677ec2a46b3ae3c49d5fa722ff9f7cf8 (patch) | |
tree | 40794735d3ac0c354df6c56f79b1def82538acf1 /src/lib/ecore_audio/ecore_audio_obj_out_sndfile.c | |
parent | 88835840ea5a9aa75cf563de0042cf92db305dc9 (diff) |
ecore_audio: Fix warnings
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_audio/ecore_audio_obj_out_sndfile.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/ecore_audio/ecore_audio_obj_out_sndfile.c b/src/lib/ecore_audio/ecore_audio_obj_out_sndfile.c index 4a04f2aa5a..99e89d1838 100644 --- a/src/lib/ecore_audio/ecore_audio_obj_out_sndfile.c +++ b/src/lib/ecore_audio/ecore_audio_obj_out_sndfile.c | |||
@@ -160,10 +160,8 @@ static void _format_get(Eo *eo_obj, void *_pd EINA_UNUSED, va_list *list) | |||
160 | *ret = obj->format; | 160 | *ret = obj->format; |
161 | } | 161 | } |
162 | 162 | ||
163 | static void _constructor(Eo *eo_obj, void *_pd, va_list *list EINA_UNUSED) | 163 | static void _constructor(Eo *eo_obj, void *_pd EINA_UNUSED, va_list *list EINA_UNUSED) |
164 | { | 164 | { |
165 | Ecore_Audio_Sndfile *obj = _pd; | ||
166 | |||
167 | eo_do_super(eo_obj, MY_CLASS, eo_constructor()); | 165 | eo_do_super(eo_obj, MY_CLASS, eo_constructor()); |
168 | 166 | ||
169 | eo_do(eo_obj, ecore_audio_obj_format_set(ECORE_AUDIO_FORMAT_OGG)); | 167 | eo_do(eo_obj, ecore_audio_obj_format_set(ECORE_AUDIO_FORMAT_OGG)); |