You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building on openSUSE Tumbleweeds results in this error for version 5.2.4:
[ 101s] In file included from /home/abuild/rpmbuild/BUILD/Wyrmgus-5.2.4/src/economy/resource_finder.cpp:29,
[ 101s] from /home/abuild/rpmbuild/BUILD/Wyrmgus-5.2.4/build/CMakeFiles/wyrmgus.dir/Unity/unity_economy_cxx.cxx:7:
[ 101s] /home/abuild/rpmbuild/BUILD/Wyrmgus-5.2.4/src/economy/resource_finder.h: In member function 'bool wyrmgus::find_resource_result::is_valid() const':
[ 101s] /home/abuild/rpmbuild/BUILD/Wyrmgus-5.2.4/src/economy/resource_finder.h:40:9: error: no return statement in function returning non-void [-Werror=return-type]
[ 101s] 40 | }
[ 101s] | ^
There is a missing return, so a possible patch for fixing this issue would be:
Building on openSUSE Tumbleweeds results in this error for version 5.2.4:
There is a missing
return
, so a possible patch for fixing this issue would be:The text was updated successfully, but these errors were encountered: