Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: AIO Patch 26.12 (Update VCD3)



On 26 Dec 2001 Gregoire Favre <greg@ulima.unil.ch> wrote:

Hi,
trying to give some help on this:

> In file included from mp3.h:21,
>                  from mp3.c:24:
> tools.h:118: warning: `virtual bool cListObject::operator<(const cListObject&)' 
>    was hidden
> config.h:144: warning:   by `bool cTimer::operator<(const cTimer&)'

These are from original vdr code. Don't know.

> In file included from mp3.c:25:
> mp3-core.h:127: friend declaration requires class-key, i.e. `friend class 
>    cMP3InfoCache'

There is a incomplete line 127 in mp3-core.h (but gcc 2.95.3
doesn't complains about). Change the line as suggested:

friend class cMP3InfoCache
       ^^^^^

> mp3.c: In member function `bool cMP3File::Seek(long unsigned int)':
> mp3.c:538: warning: int format, long unsigned int arg (arg 4)
> mp3.c:538: warning: int format, long unsigned int arg (arg 5)

mp3.c, line 538 should read:

if(readpos!=pos) { dsyslog(LOG_INFO,"seek mismatch in %s, wanted %ld, got %ld",filename,pos,readpos); }
                                                                  ^        ^
Hope this helps.

-- 
Stefan Huelswitt
huels@iname.com  | http://home.pages.de/~nathan



Home | Main Index | Thread Index