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
[ 92%] Building CXX object CMakeFiles/mpivx2refine.dir/vx2refine/parallel/mpivx2refine.cc.o
/Users/di75yas/compbiomed/HemePure_tools/vx2refine/parallel/mpivx2refine.cc: In function 'int vx2refine(char*, char*, uint64_t, MPI_Comm)':
/Users/di75yas/compbiomed/HemePure_tools/vx2refine/parallel/mpivx2refine.cc:228:1: warning: control reaches end of non-void function [-Wreturn-type]
228 | }
| ^
[100%] Linking CXX executable mpivx2refine
[100%] Built target mpivx2refine
The text was updated successfully, but these errors were encountered:
The following function is missing a
return 0;
statement at the end.HemePure_tools/vx2refine/parallel/mpivx2refine.cc
Line 98 in 3390577
The text was updated successfully, but these errors were encountered: