Fix error in STATIC_ASSERT with multiple files (issue #203)
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Wed, 25 May 2016 15:03:33 +0000 (18:03 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Wed, 25 May 2016 15:05:05 +0000 (18:05 +0300)
commitf7e4f36b7c991cc976124d6b5c250ffdac19244f
treed14d6edb7c73faba99ae4592a1cfbe706c80387d
parent70699f3b0354fc717270c5a614ed65d9a60341f2
Fix error in STATIC_ASSERT with multiple files (issue #203)

The FieldMaxSize class was reusing the same list instance,
causing problems when multiple files were specified on the
protoc command line.
generator/nanopb_generator.py