Update of /cvsroot/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9920
Modified Files:
ChangeLog configure.in run-configure-unicode.sh
Log Message:
renamed a number of internal variables to avoid warning messages
Index: run-configure-unicode.sh
===================================================================
RCS file: /cvsroot/mockpp/mockpp/run-configure-unicode.sh,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- run-configure-unicode.sh 8 Apr 2006 12:00:32 -0000 1.22
+++ run-configure-unicode.sh 26 Apr 2006 20:43:05 -0000 1.23
@@ -1,5 +1,5 @@
#!/bin/sh
-MYFLAGS="-O0 -g3 -Wall -Werror"
+MYFLAGS="-O0 -g3 -Wall -Werror -Wshadow"
#-pedantic
MYCC="g++";
@@ -17,6 +17,7 @@
fi
echo MYCC: $MYCC
+echo MYFLAGS: $MYFLAGS
#OPTS="--enable-doxygen --enable-docbook"
#OPTS="$OPTS --enable-builtin-stl" # --disable-rtti" # --disable-exceptions"
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- ChangeLog 8 Apr 2006 12:00:32 -0000 1.106
+++ ChangeLog 26 Apr 2006 20:43:05 -0000 1.107
@@ -4,6 +4,11 @@
--------------
2006-04-07 1.11.4
+ - renamed a number of internal variables to avoid warnings due to
+ shadowed members.
+
+2006-04-07 1.11.4
+
- added script to retrieve data from configure for use in other
libraries
- added compiler switches to disable namespaces
Index: configure.in
===================================================================
RCS file: /cvsroot/mockpp/mockpp/configure.in,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- configure.in 11 Apr 2006 10:00:35 -0000 1.118
+++ configure.in 26 Apr 2006 20:43:05 -0000 1.119
@@ -17,7 +17,7 @@
#
MOCKPP_MAJOR_VERSION=1
MOCKPP_MINOR_VERSION=11
-MOCKPP_PATCH_VERSION=4
+MOCKPP_PATCH_VERSION=5
MOCKPP_MICRO_VERSION=38
MOCKPP_INTERFACE_AGE=0
|