[26132] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25412 - trunk/athena/bin/discuss/edsc

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Sun Sep 25 19:46:40 2011

Date: Sun, 25 Sep 2011 19:46:34 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201109252346.p8PNkYD1005022@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-09-25 19:46:34 -0400 (Sun, 25 Sep 2011)
New Revision: 25412

Modified:
   trunk/athena/bin/discuss/edsc/edsc.c
Log:
Cast return value of set_com_err_hook to void

Modified: trunk/athena/bin/discuss/edsc/edsc.c
===================================================================
--- trunk/athena/bin/discuss/edsc/edsc.c	2011-09-25 21:07:50 UTC (rev 25411)
+++ trunk/athena/bin/discuss/edsc/edsc.c	2011-09-25 23:46:34 UTC (rev 25412)
@@ -135,7 +135,7 @@
 #endif
 
      /* Use our com_err so the library doesn't spew and confuse emacs */
-     set_com_err_hook(our_com_err);
+     (void) set_com_err_hook(our_com_err);
 
      temp_file = malloc(64);
      pgm = malloc(64);


home help back first fref pref prev next nref lref last post