IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 10:23:40 AM (14 years ago)
Author:
eugene
Message:

remove Wall Werror entries from specific Makefile (these are supplied at the top-level); move DVO_IMAGE_NAME_LEN to libautocode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/Ohana/configure.tcsh

    r34036 r34077  
    6262  case --enable-debug-build
    6363   set debug_build = 1
     64   set pedantic = 0
     65   echo "disabling pedantic build"
     66   endif   
    6467   breaksw;
    6568  # options used by Ohana, but not gpcsw
     
    8790  case --pedantic
    8891   set pedantic = 1
     92   if ($debug_build) then
     93    echo "--pedantic and --enable-debug-build are mutually exclusive"
     94    exit 2;
     95   endif   
    8996   breaksw;
    9097  case --no-pedantic
Note: See TracChangeset for help on using the changeset viewer.