View Issue Details

IDProjectCategoryView StatusLast Update
0004405Slicer4Core: Building (CMake, Superbuild)public2018-03-02 11:00
Reporterjcfr Assigned Tohina-shah  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionwon't fix 
Product Version 
Target VersionSlicer 4.7.0Fixed in Version 
Summary0004405: Identify and cancel microsoft windows compiler warnings considered "irrelevant"
Description

For example, the following warning reported when building VTK could be shutdown adding:

/wd4127

To the VTK compile flags (either directly in VTK or when building it)

Warning 74 warning C4127: 
conditional expression is constant [D:\T\Slicer-jcfr-rel\VTKv7-build\GUISupport\Qt\vtkGUISupportQt.vcxproj] d:\support\qt-4.8.7-64-vs2013-rel\src\corelib\tools\qlist.h 409 1 VTKv7
TagsNo tags attached.

Activities

lassoan

lassoan

2017-09-27 11:01

developer   ~0015164

In general, warning-free compilation is not feasible on all compilers, but I agree that we should reduce number of warnings as much as possible, but that's a continuous activity that does not require a ticket in the issue tracker (unless somebody wants to do a warning-reduction campaign).

The specific warning that is mentioned is in VTK code, so it should be addressed there.

Issue History

Date Modified Username Field Change
2017-08-03 16:40 jcfr New Issue
2017-08-03 16:40 jcfr Status new => assigned
2017-08-03 16:40 jcfr Assigned To => hina-shah
2017-09-27 11:01 lassoan Status assigned => resolved
2017-09-27 11:01 lassoan Resolution open => won't fix
2017-09-27 11:01 lassoan Note Added: 0015164
2018-03-02 11:00 jcfr Status resolved => closed