This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [warning: implicit declaration of function] if enable flag std=c99


Nope, but under Linux works as well ( with and without std=c99 ) ,
under cygwin if enable std=c99
I've these type of warning ( source code here is only an example )

anyway if i am off topic sorry

Salvatore



On Sun, Oct 11, 2009 at 6:40 PM, Andy Koppe <andy.koppe@gmail.com> wrote:
>> I've tried to compile a source code[1] with this flags
>> "-D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith
>> -Wcast-align -std=c99" and output is
>>
>> lfs.c: In function 'main':
>> lfs.c:26: warning: implicit declaration of function 'fseeko'
>> lfs.c:28: warning: implicit declaration of function 'ftello'
>
> And? Do you expect people here to debug some random program for you?
>
> --
> Problem reports: Â Â Â http://cygwin.com/problems.html
> FAQ: Â Â Â Â Â Â Â Â Â http://cygwin.com/faq/
> Documentation: Â Â Â Â http://cygwin.com/docs.html
> Unsubscribe info: Â Â Âhttp://cygwin.com/ml/#unsubscribe-simple
>
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]