Site: BWH004658
Build Name: CIP-Darwin-18.2.0-x86_64-incr-SL-ON
Build Time: 2019-06-28T15:09:45 EDT
Found 13 Warnings
Errors are here.


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 217
Warning
CMake Deprecation Warning at CMakeLists.txt:42 (cmake_policy):
  The OLD behavior for policy CMP0054 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


CMake Warning (dev) at CMakeLists.txt:142 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  CMake variable ZLIB_ROOT is set to:

    /.../CIP-build/zlib-install

  For compatibility, CMake is ignoring the variable.
This warning is for project developers.  Use -Wno-dev to suppress it.


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 229
Warning

          
            
CMake Warning (dev) at CMakeLists.txt:555 (install):
  Policy CMP0062 is not set: Disallow install() of export() result.  Run
  "cmake --help-policy CMP0062" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The file

    /.../CIP-build/teem-build/TeemLibraryDepends.cmake

  was generated by the export() command.  It should not be installed with the
  install() command.  Use the install(EXPORT) mechanism instead.  See the


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 245
Warning
  cmake-packages(7) manual for more.

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
CMake Warning (dev):
  Policy CMP0042 is not set: MACOSX_RPATH is enabled by default.  Run "cmake
  --help-policy CMP0042" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.
-- Generating done

  MACOSX_RPATH is not specified for the following targets:

   teem

This warning is for project developers.  Use -Wno-dev to suppress it.


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/teem/src/nrrd/kernel.c?cvsroot=CMake
Build Log Line 314
Warning
[ 10%] Building C object CMakeFiles/teem.dir/src/nrrd/formatNRRD.c.o
[ 11%] Building C object CMakeFiles/teem.dir/src/nrrd/formatPNG.c.o
[ 11%] Building C object CMakeFiles/teem.dir/src/nrrd/formatPNM.c.o
[ 11%] Building C object CMakeFiles/teem.dir/src/nrrd/formatText.c.o
[ 11%] Building C object CMakeFiles/teem.dir/src/nrrd/formatVTK.c.o
[ 12%] Building C object CMakeFiles/teem.dir/src/nrrd/gzio.c.o
[ 12%] Building C object CMakeFiles/teem.dir/src/nrrd/hestNrrd.c.o
[ 12%] Building C object CMakeFiles/teem.dir/src/nrrd/histogram.c.o
[ 12%] Building C object CMakeFiles/teem.dir/src/nrrd/iter.c.o
[ 12%] Building C object CMakeFiles/teem.dir/src/nrrd/kernel.c.o
/.../CIP-build/teem/src/nrrd/kernel.c:3264:25: warning: address of array 'kernA->name' will always evaluate to 'true' [-Wpointer-bool-conversion]
             me, kernA->name ? kernA->name : "(unnamed)", pnum);
                 ~~~~~~~^~~~ ~


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/teem/src/nrrd/kernel.c?cvsroot=CMake
Build Log Line 317
Warning

          
            
/.../CIP-build/teem/src/nrrd/kernel.c:3385:15: warning: address of array 'kern->name' will always evaluate to 'true' [-Wpointer-bool-conversion]
  if (!(kern->name && kern->support && kern->integral
        ~~~~~~^~~~ ~~


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/teem/src/nrrd/kernel.c?cvsroot=CMake
Build Log Line 320
Warning

          
            
/.../CIP-build/teem/src/nrrd/kernel.c:3389:23: warning: address of array 'kern->name' will always evaluate to 'true' [-Wpointer-bool-conversion]
             !!(kern->name), !!(kern->support), !!(kern->integral),
              ~ ~~~~~~^~~~
3 warnings generated.
[ 13%] Building C object CMakeFiles/teem.dir/src/nrrd/keyvalue.c.o
[ 13%] Building C object CMakeFiles/teem.dir/src/nrrd/map.c.o
[ 13%] Building C object CMakeFiles/teem.dir/src/nrrd/measure.c.o
[ 13%] Building C object CMakeFiles/teem.dir/src/nrrd/methodsNrrd.c.o
[ 14%] Building C object CMakeFiles/teem.dir/src/nrrd/parseNrrd.c.o
[ 14%] Building C object CMakeFiles/teem.dir/src/nrrd/range.c.o
[ 14%] Building C object CMakeFiles/teem.dir/src/nrrd/read.c.o


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/teem/src/gage/stackBlur.c?cvsroot=CMake
Build Log Line 454
Warning
[ 41%] Building C object CMakeFiles/teem.dir/src/gage/print.c.o
[ 42%] Building C object CMakeFiles/teem.dir/src/gage/pvl.c.o
[ 42%] Building C object CMakeFiles/teem.dir/src/gage/scl.c.o
[ 42%] Building C object CMakeFiles/teem.dir/src/gage/sclanswer.c.o
[ 42%] Building C object CMakeFiles/teem.dir/src/gage/sclfilter.c.o
[ 42%] Building C object CMakeFiles/teem.dir/src/gage/sclprint.c.o
[ 43%] Building C object CMakeFiles/teem.dir/src/gage/shape.c.o
[ 43%] Building C object CMakeFiles/teem.dir/src/gage/st.c.o
[ 43%] Building C object CMakeFiles/teem.dir/src/gage/stack.c.o
[ 43%] Building C object CMakeFiles/teem.dir/src/gage/stackBlur.c.o
/.../CIP-build/teem/src/gage/stackBlur.c:505:7: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
  if (!dgGoodSigmaMax > 0) {
      ^               ~


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/teem/src/gage/stackBlur.c?cvsroot=CMake
Build Log Line 457
Warning

          
            
/.../CIP-build/teem/src/gage/stackBlur.c:505:7: note: add parentheses after the '!' to evaluate the comparison first
  if (!dgGoodSigmaMax > 0) {
      ^
       (                 )


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/teem/src/gage/stackBlur.c?cvsroot=CMake
Build Log Line 461
Warning

          
            
/.../CIP-build/teem/src/gage/stackBlur.c:505:7: note: add parentheses around left hand side expression to silence this warning
  if (!dgGoodSigmaMax > 0) {
      ^
      (              )
1 warning generated.
[ 44%] Building C object CMakeFiles/teem.dir/src/gage/update.c.o
[ 44%] Building C object CMakeFiles/teem.dir/src/gage/vecGage.c.o
[ 44%] Building C object CMakeFiles/teem.dir/src/gage/vecprint.c.o
[ 44%] Building C object CMakeFiles/teem.dir/src/gage/optimsig.c.o
[ 45%] Building C object CMakeFiles/teem.dir/src/dye/convertDye.c.o
[ 45%] Building C object CMakeFiles/teem.dir/src/dye/methodsDye.c.o


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/teem/src/meet/meetNrrd.c?cvsroot=CMake
Build Log Line 657
Warning
[ 87%] Building C object CMakeFiles/teem.dir/src/mite/defaultsMite.c.o
[ 87%] Building C object CMakeFiles/teem.dir/src/mite/kindnot.c.o
[ 87%] Building C object CMakeFiles/teem.dir/src/mite/ray.c.o
[ 87%] Building C object CMakeFiles/teem.dir/src/mite/renderMite.c.o
[ 88%] Building C object CMakeFiles/teem.dir/src/mite/shade.c.o
[ 88%] Building C object CMakeFiles/teem.dir/src/mite/thread.c.o
[ 88%] Building C object CMakeFiles/teem.dir/src/mite/txf.c.o
[ 88%] Building C object CMakeFiles/teem.dir/src/mite/user.c.o
[ 89%] Building C object CMakeFiles/teem.dir/src/meet/enumall.c.o
[ 89%] Building C object CMakeFiles/teem.dir/src/meet/meetNrrd.c.o
/.../CIP-build/teem/src/meet/meetNrrd.c:390:21: warning: address of array 'kk->name' will always evaluate to 'true' [-Wpointer-bool-conversion]
                kk->name ? kk->name : "(NULL name)");
                ~~~~^~~~ ~
1 warning generated.
[ 89%] Building C object CMakeFiles/teem.dir/src/meet/meetGage.c.o
[ 89%] Building C object CMakeFiles/teem.dir/src/meet/meetPull.c.o
[ 90%] Linking C shared library bin/libteem.dylib
[ 90%] Built target teem
[ 91%] Linking C executable ../../bin/qbert
[ 91%] Built target qbert
[ 91%] Linking C executable ../../bin/spots


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 875
Warning
-- Enabled ITKVoronoi, requested by ITK_BUILD_DEFAULT_MODULES.
-- Enabled ITKVtkGlue, requested by Module_ITKVtkGlue.
-- Enabled ITKWatersheds, requested by ITK_BUILD_DEFAULT_MODULES.
-- Enabled ITKZLIB, requested by ITK_BUILD_DEFAULT_MODULES.
-- Enabled MGHIO, requested by Module_MGHIO.
-- Performing Test ITK_PRIVATE_DYNAMIC_CAST - Failed
-- Found ZLIB: /.../CIP-build/zlib-install/lib/libzlib.a (found version "1.2.3") 
-- Found ZLIB: /.../CIP-build/zlib-install/lib/libzlib.a  
-- Performing TEST_DIRECT_VFD_WORKS... no
-- Filter ZLIB is ON
CMake Warning (dev) at Modules/Remote/MGHIO/CMakeLists.txt:2 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    PROJECT_VERSION
    PROJECT_VERSION_MAJOR
    PROJECT_VERSION_MINOR
    PROJECT_VERSION_PATCH


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 889
Warning
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
CMake Warning (dev):
  Policy CMP0042 is not set: MACOSX_RPATH is enabled by default.  Run "cmake
  --help-policy CMP0042" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

  MACOSX_RPATH is not specified for the following targets:

   gdcmcharls
   gdcmjpeg12
-- Generating done
   gdcmjpeg16


        
Repository http://public.kitware.com/cgi-bin/viewcvs.cgi/?cvsroot=CMake
Build Log Line 1183
Warning
[100%] Built target MGHIO
[100%] Built target MGHIO-all
[ 55%] No install step for 'ITKv4'
[ 56%] Completed 'ITKv4'
[ 61%] Built target ITKv4
[ 73%] Built target CIPPython
[ 75%] Performing update step for 'SlicerExecutionModel'
[ 76%] Performing configure step for 'SlicerExecutionModel'
loading initial cache file /.../CIP-build/SlicerExecutionModel-prefix/tmp/SlicerExecutionModel-cache-Release.cmake
-- Configuring done
CMake Warning (dev):
  Policy CMP0042 is not set: MACOSX_RPATH is enabled by default.  Run "cmake
  --help-policy CMP0042" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

  MACOSX_RPATH is not specified for the following targets:

-- Generating done
   ModuleDescriptionParser

This warning is for project developers.  Use -Wno-dev to suppress it.