cmockery icon indicating copy to clipboard operation
cmockery copied to clipboard

Some warnings related with printf and derivates.

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

I've noticed some warnings related with an "incorrect" use of printf and
derivates. Could you fix that issue aplying the next patch?

1535c1535
<     puts(buffer);

---
>     printf(buffer);
1545c1545
<     fputs(buffer, stderr);

---
>     fprintf(stderr, buffer);


Original issue reported on code.google.com by [email protected] on 7 Mar 2010 at 2:39

GoogleCodeExporter avatar Dec 08 '15 17:12 GoogleCodeExporter