MyHush / hush

Hush is a fork of Zcash focused on secure communications
https://myhush.org
Other
67 stars 37 forks source link

Compile problem with gcc-8 #159

Open leto opened 5 years ago

leto commented 5 years ago
I am getting this error when i try to compile hush wallet (dev branch) with gcc-8
gtest/test_deprecation.cpp: In function ‘bool ThreadSafeMessageBox(MockUIInterface*, const string&, const string&, unsigned int)’:
gtest/test_deprecation.cpp:28:1: error: no return statement in function returning non-void [-Werror=return-type]
 }
 ^
compiled with --disable-tests... but i think it should be fixed anyway

This sounds like something fixed in BTC or ZEC master but we didn't get it.