protobuf-c/protobuf-c.c: do not print unpack errors by default

(fixes #26)
This commit is contained in:
Ilya Lipnitskiy 2013-12-21 00:05:11 -08:00
parent c1ff5d6bad
commit 0e9f999aa8

View File

@ -50,7 +50,7 @@
#include <string.h> /* for strlen(), memcpy(), memmove() */
#ifndef PRINT_UNPACK_ERRORS
#define PRINT_UNPACK_ERRORS 1
#define PRINT_UNPACK_ERRORS 0
#endif
#include "protobuf-c.h"