Re: [fpc-pascal] Question about interfaces

2005-03-22 Thread ml
> > Quoting Marco van de Voort <[EMAIL PROTECTED]>: Like first, I wouldn't like to spam this mailing list about interfaces. Can I contact you directly or somewhere else? I would like to try to patch some things but I would probably have few questions how to implement it to satisfy everybody, or

Re: [fpc-pascal] Blockread and buffers

2005-03-22 Thread Peter J. Haas
Hi Peter, on 2005-03-22T08:36:36+01:00 Peter wrote: >> Hmmm... Just pure curiosity: >> I am getting a warning "Variable does not seem to be initialized" on a >> code >> from FreePascal RTL guide: ... >> BlockRead (Fin,buf,Sizeof(buf),NumRead); // <-- Warning here (buf) > There are no warnin

Re: [fpc-pascal] Blockread and buffers

2005-03-22 Thread Jonas Raoni Soares Silva
On Tue, 22 Mar 2005 08:58:33 +0100, MichaÅ WoÅniak <[EMAIL PROTECTED]> wrote: > As I said - pure curiosity. Besides, we all know the dream of a warning-free > compilation. :) If you just want to feel nice with your code, you can disable the warnings at this piece of code, and re-enable it after, b