This warning seems to have vanished: works fine with gcc 3.3 and 4.0 on OS X 
now.

> [coke - Sat Nov 26 12:39:52 2005]:
> 
> src/pbc_merge.c
> src/pbc_merge.c: In function 'pbc_merge_bytecode':
> src/pbc_merge.c:219: warning: assignment discards qualifiers from  
> pointer target type
> src/pbc_merge.c: In function 'main':
> src/pbc_merge.c:689: warning: cast discards qualifiers from pointer  
> target type
> 
> which is:
>                      output_file = (char*) opt.opt_arg;
> 
> 
> 

Reply via email to