Merge lp://staging/~stewart/percona-playback/compiler-warnings into lp://staging/~percona-dev/percona-playback/light
Proposed by
Stewart Smith
Status: | Merged |
---|---|
Merged at revision: | 125 |
Proposed branch: | lp://staging/~stewart/percona-playback/compiler-warnings |
Merge into: | lp://staging/~percona-dev/percona-playback/light |
Prerequisite: | lp://staging/~stewart/percona-playback/migrate-to-pandora-build |
Diff against target: |
739 lines (+193/-175) 23 files modified
Makefile.am (+1/-0) configure.ac (+1/-1) src/common.cc (+0/-13) src/common.h (+3/-4) src/file.cc (+1/-1) src/introspection.h (+0/-3) src/long_string.cc (+5/-5) src/long_string.h (+2/-2) src/options.cc (+23/-14) src/queue.h (+6/-6) src/unix_socket.cc (+4/-2) src/worker.cc (+17/-0) test/include.am (+19/-0) test/string/CMakeLists.txt (+0/-10) test/string/add_last.cc (+15/-5) test/string/end_of_line.cc (+43/-26) test/string/include.am (+29/-0) test/string/o/add_last (+0/-5) test/string/o/end_of_line (+0/-42) test/string/o/query_parse (+0/-20) test/string/o/remove_first (+0/-5) test/string/query_parse.cc (+4/-2) test/string/remove_first.cc (+20/-9) |
To merge this branch: | bzr merge lp://staging/~stewart/percona-playback/compiler-warnings |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Percona developers | Pending | ||
Review via email: mp+77414@code.staging.launchpad.net |
Description of the change
fix a whole bunch of compiler warnings
To post a comment you must log in.