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
I failed to build on openSUSE 15.1 15.2 and Tumbleweed due to the error shown below. I download from master branch today.
Thanks.
[ 243s] In file included from /home/abuild/rpmbuild/BUILD/LibreCAD_3-0.0+git20201220.b245f238/lcviewernoqt/painters/createpainter.cpp:4:
[ 243s] /home/abuild/rpmbuild/BUILD/LibreCAD_3-0.0+git20201220.b245f238/lcviewernoqt/painters/lccairopainter.tcc: In member function 'lc::viewer::LcPainter* LcCairoPainter<T>::getCacherpainter()':
[ 243s] /home/abuild/rpmbuild/BUILD/LibreCAD_3-0.0+git20201220.b245f238/lcviewernoqt/painters/lccairopainter.tcc:500:5: error: no return statement in function returning non-void [-Werror=return-type]
[ 243s] 500 | }
[ 243s] | ^
[ 243s] /home/abuild/rpmbuild/BUILD/LibreCAD_3-0.0+git20201220.b245f238/lcviewernoqt/painters/lccairopainter.tcc: In member function 'bool LcCairoPainter<T>::isEntityCached(long unsigned int)':
[ 243s] /home/abuild/rpmbuild/BUILD/LibreCAD_3-0.0+git20201220.b245f238/lcviewernoqt/painters/lccairopainter.tcc:503:5: error: no return statement in function returning non-void [-Werror=return-type]
[ 243s] 503 | }
[ 243s] | ^
[ 243s] cc1plus: some warnings being treated as errors
The text was updated successfully, but these errors were encountered:
I failed to build on openSUSE 15.1 15.2 and Tumbleweed due to the error shown below. I download from master branch today.
Thanks.
The text was updated successfully, but these errors were encountered: