azraelly / ticpp

Automatically exported from code.google.com/p/ticpp
0 stars 0 forks source link

unreachable code #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm getting a lot of unreachable code warnings as well as "unreferenced
formal parameter" for 'depth' and 'stream'. Is this normal or have I done
something wrong?

I'm using version 1.0.1 and i've defined "TIXML_USE_TICPP" in my project.

Thanks,
Iñigo

Original issue reported on code.google.com by inig...@gmail.com on 16 Apr 2007 at 3:12

GoogleCodeExporter commented 9 years ago
I have a problem that is similar and possibly the same problem. I wasn't able 
to link
my project with the TiCpp lib (which I had compiled from SVN), since the TiCpp 
lib
didn't contain any definitions. After adding definitions to TiCpp's .cpp files 
it worked.

Original comment by jonas.gr...@gmail.com on 18 Apr 2007 at 10:59

GoogleCodeExporter commented 9 years ago
could you update to the latest source and let me know if there is still an 
issue here?

Original comment by rjmy...@gmail.com on 1 Oct 2007 at 2:29

GoogleCodeExporter commented 9 years ago

Original comment by rjmy...@gmail.com on 2 Oct 2007 at 1:03

GoogleCodeExporter commented 9 years ago
Well the compiler used to create this issue would be really helpful.

I think you are referring to Visual C++ 6.0. The team has discussed this and 
because
the compiler is so old and there are at least two free alternatives (MinGW and 
Visual
C++ 2005 Express) we just don't think fixing these warnings are worth it. The 
library
still works when built with Visual C++ 6.0, but has _many_ warning. We do 
realize
this, but the fixes would mean too much change to the code and not enough 
payback.

This all being said, we don't plan on breaking the building in Visual C++ 6.0, 
but it
is not a priority for us. We *will* accept patches for better support. :D

Anybody is free to respond to this comment. I would like to close this issue by
10/08/2007. Please comment before this if this doesn't meet everyones needs.

Original comment by rpusz...@gmail.com on 2 Oct 2007 at 1:34

GoogleCodeExporter commented 9 years ago
I use Visual Studio .NET 2003, so that might be the problem. I understand it not
being a priority to make it work with this version, I just wanted to make sure I
wasn't doing anything wrong. 

Thank you.

Original comment by inig...@gmail.com on 2 Oct 2007 at 8:53

GoogleCodeExporter commented 9 years ago
Hmm... I just built using the Visual C++ 7.1 project files created with 
Premake. Did
you use the source files directly in your application or use the project files
generated with Premake?

Have you tried with the latest version of code from Subversion?

Original comment by rpusz...@gmail.com on 2 Oct 2007 at 4:53

GoogleCodeExporter commented 9 years ago
Did you you try with the latest version of code from Subversion?

I would like to close this issue if there is not a problem anymore.

What is your status? If we don't hear from you by 11/12/2007 I will consider 
this
matter closed. Thanks.

Original comment by rpusz...@gmail.com on 5 Nov 2007 at 2:45

GoogleCodeExporter commented 9 years ago
I just downloaded the latest version and the problem seems to have been solved.

Thank you.

Original comment by inig...@gmail.com on 8 Nov 2007 at 10:51

GoogleCodeExporter commented 9 years ago

Original comment by rpusz...@gmail.com on 8 Nov 2007 at 1:36