Opened 9 years ago
Closed 9 years ago
#355 closed defect (fixed)
Building problems: no-return-in-nonvoid-function
Reported by: | Atri Bhattacharya | Owned by: | support@sherpa-mc.de |
---|---|---|---|
Priority: | major | Milestone: | rel-2.2.1 |
Component: | Unknown | Version: | 2.2.0 |
Keywords: | Cc: | badshah400@aim.com |
Description
While building rpm's for the version 2.2.0 on openSUSE, the build reports the following compiler warnings (which are deemed serious enough by the openSUSE build checker and causes the build to fail). Some of the fixes seemed easy (HepMC2_Interface.C:96, Shower.C:101), others not so much. It would be nice if these issues could be fixed.
[ 907s] I: Program returns random data in a function [ 907s] E: SHERPA-MC no-return-in-nonvoid-function HepMC2_Interface.C:96 [ 907s] E: SHERPA-MC no-return-in-nonvoid-function SSVV_LC.C:59 [ 907s] E: SHERPA-MC no-return-in-nonvoid-function SSV_LC.C:50 [ 907s] E: SHERPA-MC no-return-in-nonvoid-function SVV_LC.C:51, 46 [ 907s] E: SHERPA-MC no-return-in-nonvoid-function Shower.C:101 [ 907s] E: SHERPA-MC no-return-in-nonvoid-function UFO_Param_Reader.C:62, 77, 88
Thank you.
fixed with r25156 on svn release branch