summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/rocksdb/files
Commit message (Collapse)AuthorAgeFilesLines
* utilities: Fix build failure with -Werror=maybe-uninitializedHe Zhe2019-03-191-0/+35
| | | | | | | | | | | Initialize magic_number to zero to avoid such failure. utilities/blob_db/blob_log_format.cc:91:3: error: 'magic_number' may be used uninitialized in this function [-Werror=maybe-uninitialized] if (magic_number != kMagicNumber) { ^~ Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: Fix build with clangKhem Raj2019-02-131-0/+57
Signed-off-by: Khem Raj <raj.khem@gmail.com>