[vitunes] Re: [Patch] fix 2 remaining warnings on linux

  • From: Ryan Flannery <ryan.flannery@xxxxxxxxx>
  • To: vitunes@xxxxxxxxxxxxx
  • Date: Mon, 14 Feb 2011 14:11:59 -0500

Hi,

On Mon, Feb 14, 2011 at 8:57 AM, Daniel Walter <sahne@xxxxxxx> wrote:
> Hi all,
>
> attached patch should fix the 2 remaining warnings on a linux build,
> I could not test it on *BSD or OS X right now but will do it on FreeBSD
> and OS X later this day. Would somebody please test it on OpenBSD ?

On OpenBSD, it introduces the following:

cc -O2 -pipe  -c -std=c89 -Wall -Wextra -Wno-unused-value
`taglib-config --cflags`  playlist.c
playlist.c: In function 'retrieve_playlist_filenames':
playlist.c:362: warning: comparison between signed and unsigned

On OpenBSD, the glob_t.gl_pathc element is an int...sadly.

Other related posts: