citp / BlockSci

A high-performance tool for blockchain science and exploration
https://citp.github.io/BlockSci/
GNU General Public License v3.0
1.34k stars 259 forks source link

fix: CMake: fix build for gcc >= 8.0 #335

Closed toxeus closed 4 years ago

toxeus commented 5 years ago

GCC version 8.0 introduced new warnings which cause the rocksdb submodule build to fail.

This is a workaround for issue #320 for the v0.5 release branch where the dependencies are not intended to be updated anymore.

maltemoeser commented 4 years ago

Thanks! Added this in #352