mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 22:01:02 +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() */
|
||||
|
||||
#ifndef PRINT_UNPACK_ERRORS
|
||||
#define PRINT_UNPACK_ERRORS 1
|
||||
#define PRINT_UNPACK_ERRORS 0
|
||||
#endif
|
||||
|
||||
#include "protobuf-c.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user