Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi. I have a project I've been developing in SES that uses protocol buffers generated using nanopb. What I've found is that, when I add the generated files to my project, it has several assertions that produce errors and warnings. As an example, one of the failing assertions is below. Building this code emits the error static_assert expression is not an integral constant expression and the warning cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression. N…