Skip to content

Commit a011d27

Browse files
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
2 parents f1312d3 + 70827ee commit a011d27

File tree

813 files changed

+63107
-99875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

813 files changed

+63107
-99875
lines changed

BUILD/SETUP.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ if [ "x$warning_mode" != "xpedantic" ]; then
100100
# C warnings
101101
c_warnings="$warnings -Wunused-parameter"
102102
# C++ warnings
103-
cxx_warnings="$warnings -Woverloaded-virtual -Wsign-promo -Wreorder"
104-
cxx_warnings="$warnings -Wctor-dtor-privacy -Wnon-virtual-dtor"
103+
cxx_warnings="$warnings"
104+
# cxx_warnings="$cxx_warnings -Woverloaded-virtual -Wsign-promo"
105+
cxx_warnings="$cxx_warnings -Wreorder"
106+
cxx_warnings="$cxx_warnings -Wctor-dtor-privacy -Wnon-virtual-dtor"
105107
# Added unless --with-debug=full
106108
debug_extra_cflags="-O1 -Wuninitialized"
107109
else

0 commit comments

Comments
 (0)