This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: How to suppress warning?


Hi Lev,

If you cannot make the source code comply with the language (due to the source code being out of your control, or whatnot), you can use perl to strip out the bothersome warnings from the compiler's output.

Other tools may provide similiar facility (awk, sed, python, ...).

--Eljay



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]