<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>i have</FONT></DIV>
<DIV><FONT face=Arial size=2>warning: assignment discards qualifiers from 
pointer target type </FONT></DIV>
<DIV><FONT face=Arial size=2>on the code i been write, </FONT></DIV>
<DIV><FONT face=Arial size=2>i think i using 342 to write my code, after migrate 
to 343 i have nearly hundred of the same warning,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>this warning is something like </FONT></DIV>
<DIV><FONT face=Arial size=2>prog_char *st_P;</FONT></DIV>
<DIV><FONT face=Arial size=2>static prog_char st_unknown[] = "UNKNOWN";<BR>st_P 
= st_unknown;    <- the warning line</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>any idea how to fix this problem ?</DIV>
<DIV><BR>            
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>