MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0011952 | VTK | (No Category) | public | 2011-03-09 12:23 | 2016-08-12 09:55 |
Reporter | Sean McBride | ||||
Assigned To | Dave DeMarle | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | 6.0.0 | ||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Type | incorrect functionality | ||||
Summary | 0011952: Regression: new compiler warning due to blind usage of gcc-only "-std=c99" compiler flag | ||||
Description | Since ParaView's HDF5 was merged into VTK in Dec 2010, a new compiler warning appeared when building VTK with clang: clang: warning: argument unused during compilation: '-std=c99' This comes from Utilities/vtkhdf5/CMakeLists.txt #----------------------------------------------------------------------------- # Compiler specific flags : Shouldn't there be compiler tests for these #----------------------------------------------------------------------------- IF (NOT WIN32) SET (CMAKE_C_FLAGS "${CMAKE_ANSI_CFLAGS} ${CMAKE_C_FLAGS} -std=c99 - fomit-frame-pointer -finline-functions -fno-common") ENDIF (NOT WIN32) The comment is correct. "-std=c99" should not be blindly passed to any compiler, only to gcc. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-03-09 12:23 | Sean McBride | New Issue | |||
2011-03-09 12:23 | Sean McBride | Status | backlog => tabled | ||
2011-03-09 12:23 | Sean McBride | Assigned To | => David Partyka | ||
2011-04-19 11:00 | Sean McBride | Note Added: 0026227 | |||
2011-04-21 14:44 | David Partyka | Note Added: 0026238 | |||
2011-05-04 10:37 | Sean McBride | Note Added: 0026432 | |||
2013-07-22 20:33 | Dave DeMarle | Status | backlog => expired | ||
2013-07-22 20:33 | Dave DeMarle | Note Added: 0031286 | |||
2013-07-24 18:03 | Sean McBride | Project | => TBD | ||
2013-07-24 18:03 | Sean McBride | Type | => incorrect functionality | ||
2013-07-24 18:03 | Sean McBride | Note Added: 0031331 | |||
2013-07-24 18:03 | Sean McBride | Assigned To | David Partyka => Dave DeMarle | ||
2013-07-24 18:03 | Sean McBride | Product Version | => 6.0.0 | ||
2016-08-12 09:55 | Kitware Robot | Note Added: 0037223 | |||
2016-08-12 09:55 | Kitware Robot | Status | expired => closed | ||
2016-08-12 09:55 | Kitware Robot | Resolution | open => moved |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|