mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-28 14:48:18 +08:00
protobuf-c/protobuf-c.c: do not print unpack errors by default
(fixes #26)
This commit is contained in:
parent
c1ff5d6bad
commit
0e9f999aa8
@ -50,7 +50,7 @@
|
|||||||
#include <string.h> /* for strlen(), memcpy(), memmove() */
|
#include <string.h> /* for strlen(), memcpy(), memmove() */
|
||||||
|
|
||||||
#ifndef PRINT_UNPACK_ERRORS
|
#ifndef PRINT_UNPACK_ERRORS
|
||||||
#define PRINT_UNPACK_ERRORS 1
|
#define PRINT_UNPACK_ERRORS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "protobuf-c.h"
|
#include "protobuf-c.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user