Index: branches/eam_branches/ipp-20120601/Ohana/configure.tcsh
===================================================================
--- branches/eam_branches/ipp-20120601/Ohana/configure.tcsh	(revision 34003)
+++ branches/eam_branches/ipp-20120601/Ohana/configure.tcsh	(revision 34004)
@@ -203,5 +203,6 @@
   set CPPFLAGS = ""
 endif  
-if ($pedantic) set CPPFLAGS = "$CPPFLAGS -Wall -Werror"
+## XXX temporary if ($pedantic) set CPPFLAGS = "$CPPFLAGS -Wall -Werror"
+if ($pedantic) set CPPFLAGS = "$CPPFLAGS -Wall"
 if ($memcheck) set CPPFLAGS = "$CPPFLAGS -DOHANA_MEMORY"
 
@@ -215,4 +216,5 @@
 # but this may be hiding an underlying link problem
 set LDFLAGS = "$LDFLAGS -Wl,--no-as-needed"
+## (need to make this optional like in IPP m4 stdopts)
 
 set syslibpath = "/lib /usr/lib /usr/X11R6/lib /usr/local/lib"
Index: branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/cmd.c
===================================================================
--- branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/cmd.c	(revision 34003)
+++ branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/cmd.c	(revision 34004)
@@ -8,5 +8,4 @@
   int Npts, NPTS, mode[3];
   int Nsecfilt, KeepNulls;
-  void *Signal;
 
   PhotCode *code[3];
@@ -61,5 +60,6 @@
 
   // grab data from all selected sky regions
-  Signal = signal (SIGINT, handle_interrupt);
+  // void *Signal = signal (SIGINT, handle_interrupt);
+  signal (SIGINT, handle_interrupt);
   interrupt = FALSE;
 
Index: branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/fitsed.c
===================================================================
--- branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/fitsed.c	(revision 34003)
+++ branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/fitsed.c	(revision 34004)
@@ -80,5 +80,4 @@
   /* load photcode information */
   if (!InitPhotcodes ()) goto escape;
-  // int Nsecfilt = GetPhotcodeNsecfilt ();
 
   /* interpret command-line options */
