[alsa-devel] [PATCH lib 0/5] alsa-lib topology trivial fixes
Takashi Iwai
tiwai at suse.de
Wed Sep 9 12:19:36 CEST 2015
On Wed, 09 Sep 2015 12:08:57 +0200,
Liam Girdwood wrote:
>
> On Tue, 2015-09-08 at 22:21 +0200, Takashi Iwai wrote:
> > Hi,
> >
> > here is a series of trivial fixes that have been spotted by gcc
> > warnings.
> >
>
> Thanks, Takashi. Dont know why we missed these.
I seem to have forgotten to push to git tree. Now there.
> Fwiw, I still see some deprecated API warnings for snd_pcm_hwsync() and
> an unused variable warning :-
>
> make[3]: Entering directory '/home/lrg/source/alsa-lib/modules/mixer/simple'
> CC sbase.lo
> sbase.c: In function 'simple_event_add1':
> sbase.c:327:16: warning: variable 'values' set but not used [-Wunused-but-set-variable]
> unsigned long values;
The former is tricky because its the definition of the deprecated
function itself. The latter must be a false-positive, as far as I see
the code...
Takashi
More information about the Alsa-devel
mailing list