From 0e9f999aa887c750d2cfefe47d8f5d371b9e17af Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Sat, 21 Dec 2013 00:05:11 -0800 Subject: [PATCH] protobuf-c/protobuf-c.c: do not print unpack errors by default (fixes #26) --- protobuf-c/protobuf-c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf-c/protobuf-c.c b/protobuf-c/protobuf-c.c index 0623eb8..10aac64 100644 --- a/protobuf-c/protobuf-c.c +++ b/protobuf-c/protobuf-c.c @@ -50,7 +50,7 @@ #include /* for strlen(), memcpy(), memmove() */ #ifndef PRINT_UNPACK_ERRORS -#define PRINT_UNPACK_ERRORS 1 +#define PRINT_UNPACK_ERRORS 0 #endif #include "protobuf-c.h"