View Issue Details

IDProjectCategoryView StatusLast Update
0023064Open CASCADEOCCT:Visualizationpublic2012-04-16 10:49
ReporterabvAssigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version6.5.3 
Target Version6.5.3Fixed in Version6.5.3 
Summary0023064: MSVC compiler warnings when Freeimage is not used
DescriptionWhen FreeImage library is not used, compilation of OpenGl package produces three compiler warnings (VC++ 8.0):

..\..\..\src\OpenGl\OpenGl_Workspace_2.cxx(609) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
..\..\..\src\OpenGl\OpenGl_Workspace_2.cxx(614) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
..\..\..\src\OpenGl\OpenGl_Workspace_2.cxx(710) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
TagsNo tags attached.
Test case numberNot needed

Activities

gka

2012-04-03 18:59

developer   ~0020256

Branch CR23064 is ready to test

Related Changesets

occt: master 6de552e6

2012-04-03 14:54:06

abv


Committer: bugmaster Details Diff
0023064: MSVC compiler warnings when Freeimage is not used

Compiler warning on conversion of BOOL to bool (C4800, VC++ 8.0) generated by code active when HAVE_FREEIMAGE is not defined is avoided in OpenGl_Workspace.cxx
Affected Issues
0023064
mod - src/OpenGl/OpenGl_Workspace_2.cxx Diff File

Issue History

Date Modified Username Field Change
2012-04-03 18:47 abv New Issue
2012-04-03 18:47 abv Assigned To => abv
2012-04-03 18:55 abv Assigned To abv => gka
2012-04-03 18:55 abv Status new => resolved
2012-04-03 18:59 gka Note Added: 0020256
2012-04-03 18:59 gka Status resolved => reviewed
2012-04-04 12:36 aan Assigned To gka => aan
2012-04-04 12:37 aan Test case number => Not needed
2012-04-04 17:01 aan Assigned To aan => bugmaster
2012-04-16 10:48 bugmaster Changeset attached => occt master 6de552e6
2012-04-16 10:49 bugmaster Status reviewed => verified
2012-04-16 10:49 bugmaster Resolution open => fixed