compiler; ecere; ide; eda: Fixed 32 bit warnings
authorJerome St-Louis <jerome@ecere.com>
Fri, 13 Jun 2014 10:07:32 +0000 (06:07 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 13 Jun 2014 10:47:08 +0000 (06:47 -0400)
commitf7c1e556e8e6c6fcffe2fe6fbd90146c477ef103
tree656a6ab5af3e16e511f1cb00721554abf3d9819d
parentee46a91e6ffd5e9ae94031b167e7c89ce953d1b7
compiler; ecere; ide; eda: Fixed 32 bit warnings
56 files changed:
compiler/bootstrap/ecere/bootstrap/AVLTree.c
compiler/bootstrap/ecere/bootstrap/Array.c
compiler/bootstrap/ecere/bootstrap/BuiltInContainer.c
compiler/bootstrap/ecere/bootstrap/Container.c
compiler/bootstrap/ecere/bootstrap/CustomAVLTree.c
compiler/bootstrap/ecere/bootstrap/LinkList.c
compiler/bootstrap/ecere/bootstrap/List.c
compiler/bootstrap/ecere/bootstrap/Map.c
compiler/bootstrap/ecere/bootstrap/String.c
compiler/bootstrap/ecere/bootstrap/i18n.c
compiler/bootstrap/ecere/bootstrap/instance.c
compiler/bootstrap/libec/bootstrap/ast.c
compiler/bootstrap/libec/bootstrap/ec.main.c
compiler/bootstrap/libec/bootstrap/ecdefs.c
compiler/bootstrap/libec/bootstrap/freeAst.c
compiler/bootstrap/libec/bootstrap/loadSymbols.c
compiler/bootstrap/libec/bootstrap/pass0.c
compiler/bootstrap/libec/bootstrap/pass1.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/pass2.c
compiler/bootstrap/libec/bootstrap/pass3.c
compiler/libec/src/ecdefs.ec
compiler/libec/src/pass0.ec
compiler/libec/src/pass1.ec
compiler/libec/src/pass15.ec
compiler/libec/src/pass2.ec
compiler/libec/src/pass3.ec
ecere/src/com/containers/BuiltInContainer.ec
ecere/src/com/containers/Container.ec
ecere/src/com/containers/CustomAVLTree.ec
ecere/src/com/containers/List.ec
ecere/src/com/containers/Map.ec
ecere/src/com/instance.ec
ecere/src/gui/Window.ec
ecere/src/gui/controls/ListBox.ec
ecere/src/gui/controls/TabControl.ec
ecere/src/sys/JSON.ec
eda/drivers/sqlite/EDASQLite.ec
eda/libeda/src/EDA.ec
eda/libeda/src/EDB.ec
eda/libeda/src/gui.ec
eda/libeda/src/gui/TableEditor.ec
eda/libeda/src/gui/controls/FieldBox.ec
eda/libeda/src/idList.ec
ide/src/ProjectSettings.ec
ide/src/debugger/Debugger.ec
ide/src/debugger/GDBDialog.ec
ide/src/designer/CodeEditor.ec
ide/src/designer/Sheet.ec
ide/src/designer/ToolBox.ec
ide/src/dialogs/FindInFilesDialog.ec
ide/src/dialogs/GlobalSettingsDialog.ec
ide/src/panels/BreakpointsView.ec
ide/src/panels/WatchesView.ec
ide/src/project/ProjectView.ec
ide/src/project/Workspace.ec