On Wed, 09 Sep 2015 12:33:04 +0200, Liam Girdwood wrote:
On Wed, 2015-09-09 at 12:19 +0200, Takashi Iwai wrote:
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.
Oh, I didn't see any warnings before you pushed
make[2]: Entering directory '/home/lrg/source/alsa-lib/src/topology' CC parser.lo CC builder.lo CC ctl.lo CC dapm.lo CC pcm.lo CC data.lo CC text.lo CC channel.lo CC ops.lo CC elem.lo CCLD libtopology.la make[2]: Leaving directory '/home/lrg/source/alsa-lib/src/topology'
Could be our configure settings for some gcc flags are different ?
Maybe because of gcc version. Mine is the new gcc-5.1.1. Each specific -W option is found in each commit log, but -Wall enables all these. Another bug was found with -Wlogical-op, and this seems not enabled with -Wall.
Takashi