You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open-vcdiff logs through cerr. If open-vcdiff must log, it should use fprintf(stderr, ...) – or, probably better, provide a log handler that embedders could override to do what they please.
The text was updated successfully, but these errors were encountered:
Original issue 33 created by [email protected] on 2011-12-09T03:58:01.000Z:
#include <iostream>
introduces static initializers, see http://crbug.com/94794open-vcdiff logs through
cerr
. If open-vcdiff must log, it should usefprintf(stderr, ...)
– or, probably better, provide a log handler that embedders could override to do what they please.The text was updated successfully, but these errors were encountered: