Version 0.93 has been posted. No more warnings when compiling with
"-Wall" and included a note about possibly needing "-lresolv." I also
included some suggestions from Tullio Andreatta <[EMAIL PROTECTED]> for
better memory management.

Try it out and let me know.

   http://jon.rusts.net/qrblcheck.c

jon

On Tue, Nov 21, 2000 at 10:47:10AM -0600, Mate Wierdl wrote:
> OK, so I did
> 
> $ gcc -O -Wall  -s  qrblcheck.c  -lresolv -o qrblcheck
> qrblcheck.c: In function `main':
> qrblcheck.c:269: warning: suggest parentheses around assignment used
> as truth value
> qrblcheck.c:303: warning: implicit declaration of function `mainrbl'
> qrblcheck.c:315: warning: control reaches end of non-void function
> qrblcheck.c: In function `mainrbl':
> qrblcheck.c:341: warning: suggest parentheses around assignment used
> as truth value
> qrblcheck.c:328: warning: unused variable `c'
> qrblcheck.c:321: warning: unused variable `quiet'
> 
> Perhaps these warnings should be avoided?
> 
> Mate
> -- 
> ---
> Mate Wierdl | Dept. of Math. Sciences | University of Memphis  

Reply via email to