From: wajnberg AT antibes DOT inra DOT fr (Eric Wajnberg) Newsgroups: comp.os.msdos.djgpp Subject: DJGPP and lint-like utility Date: 1 Feb 2001 09:49:43 GMT Organization: I.N.R.A. Antibes (France) - Ecologie des Parasitoides Lines: 38 Message-ID: <95bbfn$qbp$1@saphir.jouy.inra.fr> NNTP-Posting-Host: antibes.inra.fr X-Trace: saphir.jouy.inra.fr 981020983 27001 195.221.33.1 (1 Feb 2001 09:49:43 GMT) X-Complaints-To: usenet AT news DOT inra DOT fr NNTP-Posting-Date: 1 Feb 2001 09:49:43 GMT X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all, Sorry if this is a FAQ. However, I did not found anything on this is the FAQ list. I am coming from UNIX mainframes where I am usually developping my C codes. I have now to develop a code on a PC platform, and I choose the DJGPP/RHIDE development environment. It works well. I am in need now for an utility program that can do an accurate check of the code before compiling it. Actually I need something like lint, wich is standard in all UNIX OS. I mean something that can - of course - identify syntax problems and wrong declarations, but also all weird things like declaration of parameters/functions not used in the remaining part of the code, or global parameters than could be local, etc.. The use of -Wall is helpfull, but - as long as I've seen - it does not generate warnings if a parameter/function is declared and unused, etc. Is there an utility program doing what I want? Moreover, it would be great if this could be ran within RHIDE.. Thanks for any answer on that. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Eric Wajnberg Directeur adjoint du GDR CNRS 2155 Ecologie Comportementale I.N.R.A. 37, Bld. du Cap. 06600 Antibes. France. Tel : (33-0) 4.93.67.88.92 Fax : (33-0) 4.93.67.88.97 e-mail : wajnberg AT antibes DOT inra DOT fr ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~