On Jan 11, 2011 9:59 AM, "satyaakam goswami" <[email protected]> wrote: > what is stopping you from ignoring warnings ? , if i understood your > question correctly you can use bash , sed , awk or vim , emacs ... to make > those changes now figure it out how you can do it in one go
+1 To OP: Most programming friendly text editors can parse gcc warnings tale you directly to the offending line in the C source in one click. Vim has support for this using :make command, I'm sure emacs, code blocks and all other IDEs also support this. Suggest you manually review and change the code to ensure no bugs creep in through automated bulk code changes. - Raja _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
