Compiler warnings...

Compiler warnings...

Old forum URL: forums.lhotka.net/forums/t/6374.aspx


rfcdejong posted on Monday, February 09, 2009

The newest "recommended" version has 31 warnings (sometimes 62 warings but that is just VS doing weird things)

I know alot of these warnings are because of the C5 stuff from Niels Kokholm and Peter Sestoft, since almost all warnings are in the Csla.C5 namespace.

Can those warnings be solved?
Even if it's "external code".

 

RockfordLhotka replied on Monday, February 09, 2009

I am not going to tamper with the C5 code. I have enough trouble finding time to maintain my own code, much less a whole other library.

If you really can't handle their warnings, you can pull C5 into a separate assembly, change the Csla project to reference it and isolate their warnings into that other project. But that's just moving the issue from place A to B.

Of course C5 is open source. I bet they'd welcome any help you can offer in terms of solving the warnings in their project.

rfcdejong replied on Monday, February 09, 2009

Sorry for the question and your totally right about not touching 3rd party library code, same as i don't change CSLA code. Time shouldn't even be of the essence, it's the fact that it's 3rd party.

But it's fun to dive a bit deeper :)

http://www.itu.dk/research/c5/

and

http://github.com/neoeinstein/c5/blob/master/BUILD.txt

they even say:

"The build should complete with a few dozen compilation warnings."

rfcdejong replied on Monday, February 09, 2009

Btw, they have a nice wiki
http://wiki.github.com/neoeinstein/c5

lol :)

Copyright (c) Marimer LLC