Commit 0e9f999a authored by Ilya Lipnitskiy's avatar Ilya Lipnitskiy

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

(fixes #26)
parent c1ff5d6b
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment