On Sat, 2 Apr 2011 12:55:52 +0200
"Enrico Maria Giordano" <e.m.giord...@emagsoftware.it> wrote:

> Dear friends, I just noticed something strange in the build logs:
> 
> Warning W8004 obj\\VC10\\harboury.c 4602: 'yymsg' is assigned a value that 
> is never used in function yydestruct
> Warning W8008 obj\\VC10\\harboury.c 12345: Condition is always false in 
> function yyparse
> Warning W8066 obj\\VC10\\harboury.c 12346: Unreachable code in function 
> yyparse
> Warning W8004 obj\\VC10\\harboury.c 4796: 'yyptr' is assigned a value that 
> is never used in function yyparse
> 
> The above warnings were there since much time but I don't understand why 
> there is a "VC10" folder (I'm using BCC). And, by the way, why the double 
> backslash?
> 
> Warning W8004 obj\\63\\macroy.c 1878: 'yymsg' is assigned a value that is 
> never used in function yydestruct
> Warning W8066 source\\macro\\macro.y 719: Unreachable code in function 
> hb_compparse
> Warning W8066 source\\macro\\macro.y 1112: Unreachable code in function 
> hb_compparse
> Warning W8008 obj\\63\\macroy.c 4256: Condition is always false in function 
> hb_compparse
> Warning W8066 obj\\63\\macroy.c 4257: Unreachable code in function 
> hb_compparse
> Warning W8004 obj\\63\\macroy.c 4184: 'hb_compnerrs' is assigned a value 
> that is never used in function hb_compparse
> Warning W8004 obj\\63\\macroy.c 2062: 'yyptr' is assigned a value that is 
> never used in function hb_compparse
> 
> Same here: what is "63" folder?

Those are _my_ local folders.
Please note that harboury.c and macroy.c are no longer exist in SVN, they
were renamed as harboury.yyc and macroy.yyc. Those files are uploaded to
help ppl compiling xHarbour without Bison.

If you build xHarbour with envar: 
  
   SET HB_USE_BISON=1

then you'll create the files yourself and you won't find the things you
are querying.

BTW, "double backslash" is a common escape character denoting directory 
separator
in C.

Andi


------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to