Below is the list of changes that have just been committed into a local
5.1 repository of jamppa. When jamppa does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-01-25 13:12:02+01:00, jani@stripped +1 -0
SETUP.sh:
Don't use -Wshadow by default yet
BUILD/SETUP.sh@stripped, 2007-01-25 13:11:47+01:00, jani@stripped +1 -1
Don't use -Wshadow by default yet
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: jani
# Host: bk-internal.mysql.com
# Root: /data0/bk/mysql-5.1-marvel
--- 1.67/BUILD/SETUP.sh 2007-01-25 13:12:09 +01:00
+++ 1.68/BUILD/SETUP.sh 2007-01-25 13:12:09 +01:00
@@ -92,7 +92,7 @@
# Both C and C++ warnings
warnings="-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W"
warnings="$warnings -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare"
- warnings="$warnings -Wwrite-strings -Wunused-function -Wunused-label -Wunused-value
-Wunused-variable -Wshadow"
+ warnings="$warnings -Wwrite-strings -Wunused-function -Wunused-label -Wunused-value
-Wunused-variable"
# C warnings
c_warnings="$warnings -Wunused-parameter"
# C++ warnings
| Thread |
|---|
| • bk commit into 5.1 tree (jani:1.2408) | jani | 25 Jan |