When setting a constant of value -9223372036854775808, the C++ generated is the two following tokens -9223372036854775808ll which causes a warning with GCC, integer constant is too large. Could someone point me to the right place in the code so that I can fix it?
Thanks -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
