There was an error fetching the commit references. Please try again later.
Fixed issues reported in compiler warnings
- base class with non-virtual destructor causes undefined behaviour - missing return statements at the end of non-void functions - missing const before char* function argument - reordered initialization of class members - misleading indentation after for statement - fixed use of uninitialized variables - fixed unsequenced modification and access to variables (the C++ standard does not define the evaluation order of operands, so expressions with side-effects such as j++ cause undefined behaviour)
Showing
- src/TNL/Config/ConfigEntryBase.h 3 additions, 1 deletionsrc/TNL/Config/ConfigEntryBase.h
- src/TNL/Containers/ArrayOperationsCuda_impl.h 8 additions, 2 deletionssrc/TNL/Containers/ArrayOperationsCuda_impl.h
- src/TNL/Images/JPEGImage_impl.h 2 additions, 0 deletionssrc/TNL/Images/JPEGImage_impl.h
- src/TNL/Images/PNGImage_impl.h 1 addition, 1 deletionsrc/TNL/Images/PNGImage_impl.h
- src/TNL/Matrices/CSR_impl.h 1 addition, 1 deletionsrc/TNL/Matrices/CSR_impl.h
- src/TNL/Matrices/ChunkedEllpack_impl.h 3 additions, 3 deletionssrc/TNL/Matrices/ChunkedEllpack_impl.h
- src/TNL/Matrices/Multidiagonal_impl.h 1 addition, 1 deletionsrc/TNL/Matrices/Multidiagonal_impl.h
- src/TNL/Matrices/SlicedEllpack_impl.h 4 additions, 4 deletionssrc/TNL/Matrices/SlicedEllpack_impl.h
- src/TNL/Matrices/Tridiagonal_impl.h 6 additions, 6 deletionssrc/TNL/Matrices/Tridiagonal_impl.h
- src/TNL/Meshes/GridDetails/GridEntityMeasureGetter.h 1 addition, 1 deletionsrc/TNL/Meshes/GridDetails/GridEntityMeasureGetter.h
- src/TNL/Meshes/MeshBuilder.h 1 addition, 1 deletionsrc/TNL/Meshes/MeshBuilder.h
- src/TNL/Meshes/MeshDetails/MeshEntityReferenceOrientation.h 1 addition, 1 deletionsrc/TNL/Meshes/MeshDetails/MeshEntityReferenceOrientation.h
- src/TNL/Meshes/MeshDetails/MeshWriterVTKLegacy.h 1 addition, 2 deletionssrc/TNL/Meshes/MeshDetails/MeshWriterVTKLegacy.h
- src/TNL/Meshes/MeshDetails/initializer/MeshEntityInitializer.h 2 additions, 2 deletions...NL/Meshes/MeshDetails/initializer/MeshEntityInitializer.h
- src/TNL/Meshes/MeshDetails/initializer/MeshInitializer.h 1 addition, 0 deletionssrc/TNL/Meshes/MeshDetails/initializer/MeshInitializer.h
- src/TNL/Solvers/ODE/ExplicitSolver_impl.h 1 addition, 1 deletionsrc/TNL/Solvers/ODE/ExplicitSolver_impl.h
- src/TNL/Solvers/PDE/ExplicitUpdater.h 2 additions, 2 deletionssrc/TNL/Solvers/PDE/ExplicitUpdater.h
- src/TNL/Timer.cpp 1 addition, 1 deletionsrc/TNL/Timer.cpp
- tests/benchmarks/heat-equation-benchmark/tnl-benchmark-simple-heat-equation.h 2 additions, 1 deletion...t-equation-benchmark/tnl-benchmark-simple-heat-equation.h
- tests/benchmarks/spmv.h 6 additions, 4 deletionstests/benchmarks/spmv.h
Loading
Please register or sign in to comment