Archived issue #0025561

OCCT can't compile with OCCT_DEBUG flag

Open CASCADEOCCT:Codingclosed6 public notes

Search issues

Description

This bug caused by integration of CR24988 branch when the following code has been deleted:

gp_Pnt2d Value(const Standard_Real t) const
{
  return Function_Value
    (t,mySurface,myCurve,myInitialCurve2d,myDistTol3d,myTolU,myTolV);
}

It is necessary to restore this piece of code.

Steps to reproduce

N/A

Public activity

6 archived notes

Participants are labeled by their role within this record.

01Commenter 2
Branch [archived branch] has been created by Author.

[revision removed]


Detailed log of new commits:

Author: Author
Date: Mon Dec 8 09:22:35 2014 +0300

    0025561: OCCT can't compile with OCCT_DEBUG flag
    
    Restored function "Value" with old signature used in OCCT_DEBUG block.
02Commenter 2
Dear abv,
Please check current state of branch CR25561.
03Commenter 3
and please change product version to 6.8.1
04Commenter 4
Nor remarks, please test compilation and integrate (no non-regression testing is needed)
05Commenter 5
Dear Commenter 1,

Branch CR25561 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms in optimize and debug modes.
[revision removed]

Number of compiler warnings:
occt component:
   Linux: 18 (18 on master)
   Windows: 0 (0 on master)
products component :
   Linux: 11 (11 on master)
   Windows: 0 (1 on master)
06Commenter 2
Branch [archived branch] has been deleted by Participant.

[revision removed]