FW: Complier not giving warning/error in this scenario.. Please help..

Soujanya Gundlapalli souj@packetware.com
Thu Sep 29 03:05:00 GMT 2005


Hello All,

I am trying to compile the file with the following code. 

Originally it was:
if ((erc = pk_val(pline, pkt, mp, PKT_CLEAR, PK_LOCAL))
By accident I saved the file with the following code.
            if ((erc =  (pline, pkt, mp, PKT_CLEAR, PK_LOCAL))

By accident pk_val_call got deleted and when I complied the above code
using the options 
cc -c -g, it got compiled successfully. I tried removing  -g also. Even
then it gave success. Is this a problem with the compiler? Is there a
fix for this that I can use.
Appreciate your help.



Regards
Soujanya



More information about the Gcc-bugs mailing list