sdk: Fixed many warnings and related problems
authorJerome St-Louis <jerome@ecere.com>
Wed, 4 Jun 2014 04:13:56 +0000 (00:13 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 4 Jun 2014 04:20:00 +0000 (00:20 -0400)
commite3c057abf6827f3533525b400ef7ac080719b7b5
tree35ba09dff4ca5d476de2b702e2dacda12afe8cc7
parent89f1fc0a356ffe28f13aa203bf5a0410df4c51bc
sdk: Fixed many warnings and related problems
101 files changed:
compiler/bootstrap/ecere/bootstrap/AVLTree.c
compiler/bootstrap/ecere/bootstrap/Array.c
compiler/bootstrap/ecere/bootstrap/BTNode.c
compiler/bootstrap/ecere/bootstrap/BinaryTree.c
compiler/bootstrap/ecere/bootstrap/BufferedFile.c
compiler/bootstrap/ecere/bootstrap/BuiltInContainer.c
compiler/bootstrap/ecere/bootstrap/Container.c
compiler/bootstrap/ecere/bootstrap/CustomAVLTree.c
compiler/bootstrap/ecere/bootstrap/DualPipe.c
compiler/bootstrap/ecere/bootstrap/File.c
compiler/bootstrap/ecere/bootstrap/LinkList.c
compiler/bootstrap/ecere/bootstrap/List.c
compiler/bootstrap/ecere/bootstrap/Map.c
compiler/bootstrap/ecere/bootstrap/OldList.c
compiler/bootstrap/ecere/bootstrap/String.c
compiler/bootstrap/ecere/bootstrap/System.c
compiler/bootstrap/ecere/bootstrap/TempFile.c
compiler/bootstrap/ecere/bootstrap/dataTypes.c
compiler/bootstrap/ecere/bootstrap/ecere.main.c
compiler/bootstrap/ecere/bootstrap/i18n.c
compiler/bootstrap/ecere/bootstrap/instance.c
compiler/bootstrap/ecere/bootstrap/memory.c
compiler/bootstrap/ecs/bootstrap/ecs.c
compiler/bootstrap/ecs/bootstrap/ecs.main.c
compiler/bootstrap/include/stdio.h
compiler/bootstrap/libec/bootstrap/ast.c
compiler/bootstrap/libec/bootstrap/copy.c
compiler/bootstrap/libec/bootstrap/dbpass.c
compiler/bootstrap/libec/bootstrap/ec.main.c
compiler/bootstrap/libec/bootstrap/ecdefs.c
compiler/bootstrap/libec/bootstrap/expression.c
compiler/bootstrap/libec/bootstrap/firstPass.c
compiler/bootstrap/libec/bootstrap/freeAst.c
compiler/bootstrap/libec/bootstrap/grammar.c
compiler/bootstrap/libec/bootstrap/lexer.c
compiler/bootstrap/libec/bootstrap/loadSymbols.c
compiler/bootstrap/libec/bootstrap/output.c
compiler/bootstrap/libec/bootstrap/pass0.c
compiler/bootstrap/libec/bootstrap/pass1.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/pass16.c
compiler/bootstrap/libec/bootstrap/pass2.c
compiler/bootstrap/libec/bootstrap/pass3.c
compiler/bootstrap/libec/bootstrap/shortcuts.c
compiler/bootstrap/libec/bootstrap/type.c
compiler/ecp/ecp.ec
compiler/ecs/ecs.ec
compiler/libec/precompiled/expression.c
compiler/libec/precompiled/grammar.c
compiler/libec/precompiled/type.c
compiler/libec/src/ast.ec
compiler/libec/src/firstPass.ec
compiler/libec/src/freeAst.ec
compiler/libec/src/grammar.ec
compiler/libec/src/grammar.y
compiler/libec/src/lexer.ec
compiler/libec/src/lexer.l
compiler/libec/src/loadSymbols.ec
compiler/libec/src/pass0.ec
compiler/libec/src/pass1.ec
compiler/libec/src/pass15.ec
compiler/libec/src/pass16.ec
compiler/libec/src/pass2.ec
compiler/libec/src/shortcuts.ec
ecere/src/com/containers/CustomAVLTree.ec
ecere/src/com/instance.ec
ecere/src/net/dcom.ec
eda/libeda/src/EDA.ec
eda/libeda/src/gui/TableEditor.ec
extras/FileSystemIterator.ec
extras/gui/controls/StringsBox.ec
ide/src/IDESettings.ec
ide/src/OldIDESettings.ec
ide/src/ProjectSettings.ec
ide/src/about.ec
ide/src/debugger/Debugger.ec
ide/src/debugger/GDBDialog.ec
ide/src/debugger/debugFindCtx.ec
ide/src/debugger/debugTools.ec
ide/src/debugger/process.ec
ide/src/designer/CodeEditor.ec
ide/src/designer/CodeObject.ec
ide/src/designer/Designer.ec
ide/src/designer/Sheet.ec
ide/src/designer/ToolBox.ec
ide/src/designer/findCtx.ec
ide/src/designer/findExp.ec
ide/src/designer/findParams.ec
ide/src/dialogs/CompilersDetectionDialog.ec
ide/src/dialogs/FindInFilesDialog.ec
ide/src/dialogs/GlobalSettingsDialog.ec
ide/src/dialogs/NewProjectDialog.ec
ide/src/documents/PictureEdit.ec
ide/src/ide.ec
ide/src/panels/BreakpointsView.ec
ide/src/project/Project.ec
ide/src/project/ProjectConfig.ec
ide/src/project/ProjectNode.ec
ide/src/project/ProjectView.ec
ide/src/project/Workspace.ec
ide/src/project/vsSupport.ec