compiler/libec: Fixed warning in generated distributed objects code
authorJerome St-Louis <jerome@ecere.com>
Sat, 21 Jun 2014 05:40:01 +0000 (01:40 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sat, 21 Jun 2014 05:40:01 +0000 (01:40 -0400)
commit6a4a73cd4179536c47e6a802d8e82a9a62c02624
treed12174df26ed60ce4823281362b002786411e1e5
parent504b817adc9627712e64abe08832633c2398c531
compiler/libec: Fixed warning in generated distributed objects code
- Call to SerialBuffer::Unserialize lost a (StaticString) cast, now replacing with (void **) cast
- Also including some minor fixes to DCOMSample
compiler/bootstrap/libec/bootstrap/pass3.c
compiler/libec/src/pass3.ec
samples/net/DCOMSample/main.ec