iamandi / nanopb

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

Warnings when compiling with clang #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to compile the tests using clang gives warnings:

unittestproto.pb.c:9:5: error: implicit conversion from 'unsigned long' to 
'uint8_t' (aka 'unsigned char') changes
      value from 18446744073709551576 to 216 [-Werror,-Wconstant-conversion]

No actual functional errors are detected.

This is a regression in 0.2.0.

Original issue reported on code.google.com by Petteri.Aimonen on 13 Mar 2013 at 1:21

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 6f3740f74ed4.

Original comment by Petteri.Aimonen on 13 Mar 2013 at 1:34

GoogleCodeExporter commented 9 years ago
Fix released in 0.2.1

Original comment by Petteri.Aimonen on 14 Apr 2013 at 7:19