abrt / satyr

Automatic problem management with anonymous reports
GNU General Public License v2.0
19 stars 23 forks source link

Fix -Wreturn-type warning #300

Closed tstellar closed 4 years ago

tstellar commented 4 years ago

ruby_frame.at:216:3: error: void function 'check' should not return a value [-Wreturn-type]

clang treates these as errors by default, so this was breaking the build with clang.

abrt-bot commented 4 years ago

Can one of the admins verify this patch?