ClickHouse® is a real-time analytics DBMS
Go to file
Brett Hoerner fef91af96f Fix build when using GCC 7.3.1: -Wmaybe-uninitialized error
Before adding this ignore you would receive the following when using GCC
7.3.1:

[ 82%] Building CXX object dbms/src/Storages/System/CMakeFiles/clickhouse_storages_system.dir/StorageSystemAsynchronousMetrics.cpp.o
In file included from /ClickHouse/dbms/src/Storages/System/StorageSystemAsynchronousMetrics.cpp:5:0:
/ClickHouse/dbms/src/Columns/ColumnString.h: In member function ‘virtual DB::BlockInputStreams DB::StorageSystemAsynchronousMetrics::read(const Names&, const DB::SelectQueryInfo&, const DB::Context&, DB::QueryProcessingStage::Enum&, size_t, unsigned int)’:
/ClickHouse/dbms/src/Columns/ColumnString.h:96:45: error: ‘*((void*)&<anonymous> +8)’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
         const size_t size_to_append = s.size() + 1;
                                       ~~~~~~^~
cc1plus: all warnings being treated as errors
make[2]: *** [dbms/src/Storages/System/CMakeFiles/clickhouse_storages_system.dir/build.make:63: dbms/src/Storages/System/CMakeFiles/clickhouse_storages_system.dir/StorageSystemAsynchronousMetrics.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:9105: dbms/src/Storages/System/CMakeFiles/clickhouse_storages_system.dir/all] Error 2
make: *** [Makefile:163: all] Error 2
2018-03-29 12:02:09 -05:00
.github Update PULL_REQUEST_TEMPLATE.md 2018-03-02 19:57:01 +03:00
cmake libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
contrib CLICKHOUSE-3630: Fix race on logger reload, enable reload 2018-03-28 15:20:45 +03:00
dbms Fix build when using GCC 7.3.1: -Wmaybe-uninitialized error 2018-03-29 12:02:09 -05:00
debian Debian make: Do not use ninja if not installed 2018-03-29 15:58:22 +03:00
docker Better listen_try, pbuilder fix (#2068) 2018-03-18 12:02:29 +03:00
docs Docs: add Ninja build to the required libraries (#2136) 2018-03-29 05:59:30 -07:00
libs libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
utils Add clickhouse-report script to server package (#2123) 2018-03-28 05:32:54 +03:00
website Changed address of Debian repository [#METRIQA-2014] 2018-03-13 22:45:15 +03:00
.clang-format clang-format: AlignEscapedNewlinesLeft: true 2017-04-07 16:25:07 +03:00
.editorconfig Changed tabs to spaces in editor configs and in style guide [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00
.gitattributes Decreased warning threshold [#MOBMET-3248] 2016-06-07 11:23:15 +03:00
.gitignore Some progress on documentation (#1942) 2018-02-21 21:44:33 +03:00
.gitlab-ci.yml fix ci 2018-02-06 13:13:44 +03:00
.gitmodules rename libboost/boost_1_65_0 -> contrib/boost ; make submodule ; update boost to 1.66.0 (#1988) 2018-03-02 23:01:53 +03:00
.travis.yml Use openssl 2018-03-14 00:27:38 +03:00
.vimrc Changed tabs to spaces in editor configs and in style guide [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00
AUTHORS CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00
CHANGELOG_RU.md Update CHANGELOG_RU.md 2018-03-19 20:42:47 +03:00
CHANGELOG.md Update CHANGELOG.md 2018-03-20 19:17:46 +03:00
CMakeLists.txt Added CMake option to link with custom libc++ [#CLICKHOUSE-2] 2018-03-03 22:44:32 +03:00
CONTRIBUTING.md CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00
copy_headers.sh rename libboost/boost_1_65_0 -> contrib/boost ; make submodule ; update boost to 1.66.0 (#1988) 2018-03-02 23:01:53 +03:00
docker-compose.yml Updated docker-compose.yml #1025 2017-07-26 20:05:32 +03:00
format_sources allow several <graphite> targets (#603) 2017-03-21 23:08:09 +04:00
format.sh Fool's day changed, continued [#CLICKHOUSE-3]. 2017-04-05 14:52:23 +03:00
LICENSE Update year (#1767) 2018-01-15 22:05:50 +03:00
MacOS.md update to macOS 2017-08-25 18:38:26 +03:00
README.md Enable travis (#1772) 2018-01-15 21:57:10 +03:00
release release: ignore --pbuilder flag 2018-03-15 12:41:06 +03:00
release_lib.sh Miscellaneous [#CLICKHOUSE-2]. 2017-11-12 03:46:22 +03:00

ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real time.

Read more...

Build Status