Changeset 34004
- Timestamp:
- Jun 11, 2012, 1:27:05 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601/Ohana
- Files:
-
- 3 edited
-
configure.tcsh (modified) (2 diffs)
-
src/opihi/dvo/cmd.c (modified) (2 diffs)
-
src/opihi/dvo/fitsed.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/configure.tcsh
r33995 r34004 203 203 set CPPFLAGS = "" 204 204 endif 205 if ($pedantic) set CPPFLAGS = "$CPPFLAGS -Wall -Werror" 205 ## XXX temporary if ($pedantic) set CPPFLAGS = "$CPPFLAGS -Wall -Werror" 206 if ($pedantic) set CPPFLAGS = "$CPPFLAGS -Wall" 206 207 if ($memcheck) set CPPFLAGS = "$CPPFLAGS -DOHANA_MEMORY" 207 208 … … 215 216 # but this may be hiding an underlying link problem 216 217 set LDFLAGS = "$LDFLAGS -Wl,--no-as-needed" 218 ## (need to make this optional like in IPP m4 stdopts) 217 219 218 220 set syslibpath = "/lib /usr/lib /usr/X11R6/lib /usr/local/lib" -
branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/cmd.c
r27435 r34004 8 8 int Npts, NPTS, mode[3]; 9 9 int Nsecfilt, KeepNulls; 10 void *Signal;11 10 12 11 PhotCode *code[3]; … … 61 60 62 61 // grab data from all selected sky regions 63 Signal = signal (SIGINT, handle_interrupt); 62 // void *Signal = signal (SIGINT, handle_interrupt); 63 signal (SIGINT, handle_interrupt); 64 64 interrupt = FALSE; 65 65 -
branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/fitsed.c
r34001 r34004 80 80 /* load photcode information */ 81 81 if (!InitPhotcodes ()) goto escape; 82 // int Nsecfilt = GetPhotcodeNsecfilt ();83 82 84 83 /* interpret command-line options */
Note:
See TracChangeset
for help on using the changeset viewer.
