This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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]

No printf-format checking for snprintf & friends?


Hi,

is there any particular reason why the eCos libc doesn't enable gcc's
printf-format checking for functions like snprintf()? AFAIK, gcc does
this by default for ISO-C functions, but not for the non-ISO stuff, so
stdio.h would have to specify __attribute__ ((__format ... )) for them.
Anybody interested in a patch?

Thanks,
Martin

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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