facebook / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
28.61k stars 6.32k forks source link

build v7.10.2 failed with gcc 11/12 #11655

Open meilihao opened 1 year ago

meilihao commented 1 year ago

Expected behavior

build ok

Actual behavior

errors:

2023-07-30_15-58-26

Steps to reproduce the behavior

env:

# cd rocksdb-7.10.2
# make dbg
meilihao commented 1 year ago

tested gcc 9, the same problem.

meilihao commented 1 year ago

build 7.10.2 + gcc 12 + make all get other error: '__Y' may by use uninitialized [-Werror=maybe-uninitialized]

2023-07-30_17-24-06