Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utilities: Fix build failure with -Werror=maybe-uninitialized | He Zhe | 2019-03-19 | 1 | -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 clang | Khem Raj | 2019-02-13 | 1 | -0/+57 |
Signed-off-by: Khem Raj <raj.khem@gmail.com> |