compiler/libec: Fixed warnings for related struct (and class:struct) classes
authorJerome St-Louis <jerome@ecere.com>
Thu, 5 Jun 2014 05:45:27 +0000 (01:45 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 5 Jun 2014 05:55:24 +0000 (01:55 -0400)
commit09957697964db4ebc39fd1363f2e8dffa47dcf38
tree826bd48c09aa22d16f8d03c50bc45d61c957ecee
parent84b7dc6734c61f9fa319ae15a92b5691d980c02b
compiler/libec: Fixed warnings for related struct (and class:struct) classes
- Added void * casts
- Marked destType for this objects memberExps
18 files changed:
compiler/bootstrap/ecc/bootstrap/ecc.c
compiler/bootstrap/ecc/bootstrap/ecc.main.c
compiler/bootstrap/ecere/bootstrap/AVLTree.c
compiler/bootstrap/ecere/bootstrap/CustomAVLTree.c
compiler/bootstrap/ecere/bootstrap/File.c
compiler/bootstrap/ecere/bootstrap/List.c
compiler/bootstrap/ecere/bootstrap/Map.c
compiler/bootstrap/ecere/bootstrap/i18n.c
compiler/bootstrap/ecp/bootstrap/ecp.c
compiler/bootstrap/ecp/bootstrap/ecp.main.c
compiler/bootstrap/ecs/bootstrap/ecs.c
compiler/bootstrap/libec/bootstrap/ast.c
compiler/bootstrap/libec/bootstrap/freeAst.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/pass3.c
compiler/libec/src/pass15.ec
compiler/libec/src/pass3.ec
ecere/src/sys/File.ec