Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: AIO Patch 26.12 (Update VCD3)
- To: vdr@linuxtv.org
- Subject: [vdr] Re: AIO Patch 26.12 (Update VCD3)
- From: s.huelswitt@gmx.de (Stefan Huelswitt)
- Date: 3 Jan 2002 11:20:33 GMT
- Content-Type: text/plain; charset=us-ascii
- Delivered-To: mhonarc@limes.convergence.de
- Newsgroups: local.linux.vdr
- Organization: Home, sweet home
- References: <NFBBIEIMELNIEKBDACGBEEHDCAAA.Charly98@01019freenet.de> <20011226115154.A27588@ulima.unil.ch>
- Reply-to: vdr@linuxtv.org
- Sender: vdr-bounce@linuxtv.org
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