mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-07 13:54:45 +03:00
disabled cpp trace
This commit is contained in:
parent
3e6d54d3ac
commit
051398c3e9
|
@ -44,7 +44,11 @@ extern int ImagingLibTiffSetField(ImagingCodecState state, ttag_t tag, ...);
|
|||
legacy, don't enable for python 3.x, unicode issues.
|
||||
*/
|
||||
|
||||
/*
|
||||
#define VA_ARGS(...) __VA_ARGS__
|
||||
#define TRACE(args) fprintf(stderr, VA_ARGS args)
|
||||
*/
|
||||
|
||||
#define TRACE(args)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user