leepro / yappi

Automatically exported from code.google.com/p/yappi
MIT License
0 stars 0 forks source link

unbreak build with -DFORTIFY_SOURCE=2 #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Yappi doesn't build with -DFORTIFY_SOURCE=2 (which is on by default in most 
Linux distros) due to redefinition of dprintf.

Dprintf is part of POSIX.1-2008, see:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/dprintf.html

The attached diff does dprintf -> ydprintf instead.

Original issue reported on code.google.com by marty...@venck.us on 7 Jul 2013 at 1:39

Attachments:

GoogleCodeExporter commented 9 years ago
The change for this is done now.

Original comment by sum...@gmail.com on 12 Jul 2013 at 11:33