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


2009/10/11 Salvatore Santagati:
> 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 )

Seems Linux has got it wrong then, because ftello and fseeko are not
standard C99 functions. Use -std=gnu99 to enable GNU extensions.

Andy

--
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]