BUG: syntax problems found by gcc-4.5.0
- "cpp -traditional-cpp" doesn't strip C++-style comments Probably need a workaround with sed -e 's@^ *//@@' if we wish to support C++-style comments in Make/{files,options} - lduMatrixTests.C:121:1: error: ‘Foam::lduMatrix::solverPerformance::solverPerformance’ names the constructor, not the type - edgeFaceCirculatorI.H:355:1: error: ‘Foam::edgeFaceCirculator::edgeFaceCirculator’ names the constructor, not the type - patchPointEdgeCirculatorI.H:236:1: error: ‘Foam::patchPointEdgeCirculator::patchPointEdgeCirculator’ names the constructor, not the type - objToVTK.C:116:5: error: ‘Foam::argList::argList’ names the constructor, not the type same in surfaceClean.C, surfaceRefineRedGreen.C, surfaceSplitByPatch.C - fireFoam/createFields.H:74:41: error: type/value mismatch at argument 1 in template parameter list for ‘template<class T> class Foam::autoPtr’
Showing
- applications/solvers/combustion/fireFoam/createFields.H 2 additions, 2 deletionsapplications/solvers/combustion/fireFoam/createFields.H
- applications/utilities/mesh/generation/extrudeToRegionMesh/patchPointEdgeCirculatorI.H 1 addition, 1 deletion...eneration/extrudeToRegionMesh/patchPointEdgeCirculatorI.H
- applications/utilities/mesh/manipulation/objToVTK/objToVTK.C 1 addition, 1 deletionapplications/utilities/mesh/manipulation/objToVTK/objToVTK.C
- applications/utilities/surface/surfaceClean/surfaceClean.C 1 addition, 1 deletionapplications/utilities/surface/surfaceClean/surfaceClean.C
- applications/utilities/surface/surfaceRefineRedGreen/surfaceRefineRedGreen.C 1 addition, 1 deletion...ies/surface/surfaceRefineRedGreen/surfaceRefineRedGreen.C
- applications/utilities/surface/surfaceSplitByPatch/surfaceSplitByPatch.C 1 addition, 1 deletion...ilities/surface/surfaceSplitByPatch/surfaceSplitByPatch.C
- src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixTests.C 1 addition, 1 deletionsrc/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixTests.C
- src/finiteVolume/Make/files 7 additions, 3 deletionssrc/finiteVolume/Make/files
- src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H 2 additions, 2 deletionssrc/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H
Please register or sign in to comment