File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
/* Define this if your CPU / compiler combination does not support
17
17
* unaligned memory access to packed structures. Note that packed
18
18
* structures are only used when requested in .proto options. */
19
- /* #define PB_NO_PACKED_STRUCTS 1 */
19
+ #define PB_NO_PACKED_STRUCTS 1
20
20
21
21
/* Increase the number of required fields that are tracked.
22
22
* A compiler warning will tell if you need this. */
26
26
/* #define PB_FIELD_32BIT 1 */
27
27
28
28
/* Disable support for error messages in order to save some code space. */
29
- /* #define PB_NO_ERRMSG 1 */
29
+ #define PB_NO_ERRMSG 1
30
30
31
31
/* Disable support for custom streams (support only memory buffers). */
32
- /* #define PB_BUFFER_ONLY 1 */
32
+ #define PB_BUFFER_ONLY 1
33
33
34
34
/* Disable support for 64-bit datatypes, for compilers without int64_t
35
35
or to save some code space. */
36
- /* #define PB_WITHOUT_64BIT 1 */
36
+ #define PB_WITHOUT_64BIT 1
37
37
38
38
/* Don't encode scalar arrays as packed. This is only to be used when
39
39
* the decoder on the receiving side cannot process packed scalar arrays.
You can’t perform that action at this time.
0 commit comments