Author: afester
Date: Mon Jul 17 13:26:24 2006
New Revision: 422839
URL: http://svn.apache.org/viewvc?rev=422839&view=rev
Log:
LOGCXX-14: use size_t and LogString::size_type to fix various "comparison
between signed and unsigned integer expressions"
Modified:
logging/log4cxx/trunk/include/lo
Author: afester
Date: Mon Jul 17 12:45:12 2006
New Revision: 422815
URL: http://svn.apache.org/viewvc?rev=422815&view=rev
Log:
LOGCXX-14: Fix "unused parameters" and "unused local variables" when compiling
with gcc with -Wunused
Modified:
logging/log4cxx/trunk/include/log4cxx/appenderskeleto
Author: afester
Date: Mon Jul 17 11:43:26 2006
New Revision: 422791
URL: http://svn.apache.org/viewvc?rev=422791&view=rev
Log:
LOGCXX-14: Some additional overlooked fixes of "declaration of ‘local’ shadows
a member of 'this'" when compiling with g++ -Wshadow
Modified:
logging/log4cxx/trunk/s
Author: afester
Date: Mon Jul 17 11:37:56 2006
New Revision: 422785
URL: http://svn.apache.org/viewvc?rev=422785&view=rev
Log:
LOGCXX-14: Added missing line feed at EOF (fails on gcc with -Werror)
Modified:
logging/log4cxx/trunk/tests/src/helpers/localechanger.cpp
Modified: logging/log4cxx/t
Author: afester
Date: Mon Jul 17 10:54:21 2006
New Revision: 422771
URL: http://svn.apache.org/viewvc?rev=422771&view=rev
Log:
LOGCXX-14: last part for fix of "declaration of ‘local’ shadows a member of
'this'" when compiling with g++ -Wshadow
Modified:
logging/log4cxx/trunk/src/locale.cpp