skydevgit / crisscross

Automatically exported from code.google.com/p/crisscross
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

CrissCross fails to build - version: function must return value #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
3>version.cpp
3>.\version.cpp(27) : error C2561: 'CrissCross::Version::Major' : function 
must return a value
3>        
D:\dev\repos\git\inceku\contrib\crisscross\source\crisscross/version.h(27) 
: see declaration of 'CrissCross::Version::Major'
3>.\version.cpp(32) : error C2561: 'CrissCross::Version::Minor' : function 
must return a value
3>        
D:\dev\repos\git\inceku\contrib\crisscross\source\crisscross/version.h(32) 
: see declaration of 'CrissCross::Version::Minor'
3>.\version.cpp(37) : error C2561: 'CrissCross::Version::Revision' : 
function must return a value
3>        
D:\dev\repos\git\inceku\contrib\crisscross\source\crisscross/version.h(37) 
: see declaration of 'CrissCross::Version::Revision'
3>.\version.cpp(42) : error C2561: 'CrissCross::Version::Build' : function 
must return a value
3>        
D:\dev\repos\git\inceku\contrib\crisscross\source\crisscross/version.h(42) 
: see declaration of 'CrissCross::Version::Build'

This isn't due to the fact that I'm on Windows, is it? ;)

Original issue reported on code.google.com by eddie.ri...@gmail.com on 26 Apr 2009 at 11:44

GoogleCodeExporter commented 9 years ago
No, it's due to the fact that you ignored the errors regarding 'rev'.

Original comment by steven.n...@gmail.com on 26 Apr 2009 at 2:21