gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] GNU Go 3.7.13


From: Daniel Bump
Subject: Re: [gnugo-devel] GNU Go 3.7.13
Date: Thu, 25 Dec 2008 18:11:26 -0800

> Here are some fixed project files for building GNU Go 3.7.13 with Visual 
> C++ v6.0 on Windows.

Thank you very much!

> Below are the warning messages from the build log.
> Should these warnings be fixed?

I'm thinking these might be acceptable.

C:\prj\vc\gnugo\engine\owl.c(5151) : warning C4761: integral size 
mismatch in argument; conversion supplied

Line 5151 in owl.c is in the function owl_test_cuts:

          mark_string(cuts[k], component2, c_id);

GCC doesn't issue any warning.

C:\prj\vc\gnugo\patterns\mcpat.c(106419) : warning C4049: compiler limit 
: terminating line number emission

I googled and got this:

http://www.pcreview.co.uk/forums/thread-1428618.php

> The warning means that the debugger won't be able to match object
> code to source code for line numbers over 65535, since the debug
> info only provides a 16-bit space to store line number information. 
> It has no effect on the correctness of the compiled/linked
> program at all.

I think this is OK.

Dan







reply via email to

[Prev in Thread] Current Thread [Next in Thread]