iamandi / nanopb

Automatically exported from code.google.com/p/nanopb
zlib License
0 stars 0 forks source link

Add better comments around STATIC_ASSERTs #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile a message that needs 16 or 32 bit tags.
2. Get an error from compiler due to STATIC_ASSERT (ok)
3. Be confused about what the error is about.

What is the expected output? What do you see instead?
Some comments around the place where the STATIC_ASSERT could help. I.e. explain 
what the issue is about and steps to fix (define PB_FIELD_16BIT).

Original issue reported on code.google.com by Petteri.Aimonen on 19 Dec 2013 at 11:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 879860be1967.

Original comment by Petteri.Aimonen on 4 Feb 2014 at 6:35

GoogleCodeExporter commented 9 years ago
Fix released in nanopb-0.2.6

Original comment by Petteri.Aimonen on 15 Feb 2014 at 3:00