# HG changeset patch # User y4jin # Date 1290058884 -28800 # Node ID a23be69842563eaa8e8c9db5d9fca6c9d324219c # Parent 30aa553e9465c752fc5b796ae9a21641c9e9e9d3 Fix the illegal word scanned by sfchecksource tools diff -r 30aa553e9465 -r a23be6984256 cpptoolsplat/mingw-gcc-3.4.5/gcc_mingw.h --- a/cpptoolsplat/mingw-gcc-3.4.5/gcc_mingw.h Wed Nov 17 16:47:55 2010 +0800 +++ b/cpptoolsplat/mingw-gcc-3.4.5/gcc_mingw.h Thu Nov 18 13:41:24 2010 +0800 @@ -35,7 +35,7 @@ #define __NORETURN_TERMINATOR() abort() #endif #define IMPORT_C -#if !defined __WINS__ && defined _WIN32 /* VC++ Browser Hack */ +#if !defined __WINS__ && defined _WIN32 #define EXPORT_C /** @internalTechnology */ #define asm(x) diff -r 30aa553e9465 -r a23be6984256 cpptoolsplat/mingw-gcc-3.4.5/gcc_mingw_3_4_2.h --- a/cpptoolsplat/mingw-gcc-3.4.5/gcc_mingw_3_4_2.h Wed Nov 17 16:47:55 2010 +0800 +++ b/cpptoolsplat/mingw-gcc-3.4.5/gcc_mingw_3_4_2.h Thu Nov 18 13:41:24 2010 +0800 @@ -35,7 +35,7 @@ #define __NORETURN_TERMINATOR() abort() #endif #define IMPORT_C -#if !defined __WINS__ && defined _WIN32 /* VC++ Browser Hack */ +#if !defined __WINS__ && defined _WIN32 #define EXPORT_C /** @internalTechnology */ #define asm(x) diff -r 30aa553e9465 -r a23be6984256 imgtools/imgcheck/src/hash.cpp --- a/imgtools/imgcheck/src/hash.cpp Wed Nov 17 16:47:55 2010 +0800 +++ b/imgtools/imgcheck/src/hash.cpp Thu Nov 18 13:41:24 2010 +0800 @@ -55,7 +55,7 @@ @internalComponent @released -@param aString - const string& on which Hash value calcualtion to be done +@param aString - const string& on which Hash value calcualtion */ int HashTable::Hash(const string& aString) { unsigned int hashVal = 0; diff -r 30aa553e9465 -r a23be6984256 imgtools/romtools/rofsbuild/r_build.cpp --- a/imgtools/romtools/rofsbuild/r_build.cpp Wed Nov 17 16:47:55 2010 +0800 +++ b/imgtools/romtools/rofsbuild/r_build.cpp Thu Nov 18 13:41:24 2010 +0800 @@ -1082,7 +1082,7 @@ if (overflow) { // need to check if the compressed file will fit in the image - //TODO the checking will slow down the build process, should do it later along with the writing on aDest. + TUint32 compressedSize; char * buffer = new char [size]; #if defined(__LINUX__) diff -r 30aa553e9465 -r a23be6984256 srctools/distillsrc/test/source/spacey/spacey.mrp --- a/srctools/distillsrc/test/source/spacey/spacey.mrp Wed Nov 17 16:47:55 2010 +0800 +++ b/srctools/distillsrc/test/source/spacey/spacey.mrp Thu Nov 18 13:41:24 2010 +0800 @@ -1,5 +1,5 @@ component spacey source \source//spacey\\spacey.mrp -source \source//spacey\\DISTRIBUTION.POLICY + source \source\spacey\spa cey.txt notes_source dummy