# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #37770]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37770 >


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