[00:00:00] Build started [00:00:07] Fetching repository commit (b855928)...OK [00:00:07] Total: 101.1 MB in 1825 files [00:00:07] Running Install scripts [00:00:07] IF NOT EXIST %DEPS% mkdir %DEPS% [00:00:07] cd %DEPS% [00:00:08] set sccache_FULLNAME="sccache-v%sccache_VER%-x86_64-pc-windows-msvc" [00:00:08] set sccache_URL="https://github.com/mozilla/sccache/releases/download/v%sccache_VER%/%sccache_FULLNAME%.zip" [00:00:08] IF NOT EXIST %DEPS%\sccache-%sccache_VER%.zip appveyor DownloadFile %sccache_URL% -FileName sccache-%sccache_VER%.zip [00:00:11] [00:00:11] Downloading sccache-0.3.3.zip (6,519,733 bytes)...1% [00:00:11] Downloading sccache-0.3.3.zip (6,519,733 bytes)...10% [00:00:11] Downloading sccache-0.3.3.zip (6,519,733 bytes)...20% [00:00:11] Downloading sccache-0.3.3.zip (6,519,733 bytes)...30% [00:00:11] Downloading sccache-0.3.3.zip (6,519,733 bytes)...40% [00:00:11] Downloading sccache-0.3.3.zip (6,519,733 bytes)...50% [00:00:11] Downloading sccache-0.3.3.zip (6,519,733 bytes)...60% [00:00:11] Downloading sccache-0.3.3.zip (6,519,733 bytes)...70% [00:00:11] Downloading sccache-0.3.3.zip (6,519,733 bytes)...80% [00:00:11] Downloading sccache-0.3.3.zip (6,519,733 bytes)...90% [00:00:11] Downloading sccache-0.3.3.zip (6,519,733 bytes)...100% [00:00:11] IF NOT EXIST %DEPS%\sccache.exe 7z x sccache-%sccache_VER%.zip -o%DEPS%\ [00:00:11] [00:00:11] 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 [00:00:11] [00:00:11] Scanning the drive for archives: [00:00:11] 1 file, 6519733 bytes (6367 KiB) [00:00:11] [00:00:11] Extracting archive: sccache-0.3.3.zip [00:00:11] -- [00:00:11] Path = sccache-0.3.3.zip [00:00:11] Type = zip [00:00:11] Physical Size = 6519733 [00:00:11] [00:00:11] Everything is Ok [00:00:11] [00:00:11] Folders: 1 [00:00:11] Files: 3 [00:00:11] Size: 17654716 [00:00:11] Compressed: 6519733 [00:00:12] IF NOT EXIST %DEPS%\sccache.exe move %sccache_FULLNAME%\*.* . [00:00:12] C:\projects\deps\sccache-v0.3.3-x86_64-pc-windows-msvc\LICENSE [00:00:12] C:\projects\deps\sccache-v0.3.3-x86_64-pc-windows-msvc\README.md [00:00:12] C:\projects\deps\sccache-v0.3.3-x86_64-pc-windows-msvc\sccache.exe [00:00:12] 3 file(s) moved. [00:00:12] cd C:\projects\STIR [00:00:12] REM path=%path%;%DEPS% [00:00:12] REM sccache --show-stats [00:00:13] for /D %%d in (C:\Libraries\boost_*) do set BOOST_ROOT=%%d [00:00:13] echo Using Boost %BOOST_ROOT% [00:00:13] Using Boost C:\Libraries\boost_1_77_0 [00:00:13] mkdir build [00:00:13] mkdir install [00:00:13] cd build [00:00:14] cmake --version [00:00:14] cmake version 3.24.2 [00:00:14] [00:00:14] CMake suite maintained and supported by Kitware (kitware.com/cmake). [00:00:14] cmake.exe .. -G Ninja -DCMAKE_INSTALL_PREFIX=%CMAKE_INSTALL_PREFIX% -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DCMAKE_CONFIGURATION_TYPES=%CONFIGURATION% -DSTIR_OPENMP=ON -DBUILD_DOCUMENTATION:BOOL=OFF [00:00:17] -- The C compiler identification is Clang 14.0.6 with GNU-like command-line [00:00:19] -- The CXX compiler identification is Clang 14.0.6 with GNU-like command-line [00:00:20] -- Detecting C compiler ABI info [00:00:21] -- Detecting C compiler ABI info - done [00:00:21] -- Check for working C compiler: C:/Program Files/LLVM/bin/clang.exe - skipped [00:00:21] -- Detecting C compile features [00:00:21] -- Detecting C compile features - done [00:00:21] -- Detecting CXX compiler ABI info [00:00:21] -- Detecting CXX compiler ABI info - done [00:00:21] -- Check for working CXX compiler: C:/Program Files/LLVM/bin/clang++.exe - skipped [00:00:21] -- Detecting CXX compile features [00:00:21] -- Detecting CXX compile features - done [00:00:21] -- Using C++ version 11 [00:00:22] -- Found Boost: C:/Libraries/boost_1_77_0 (found suitable version "1.77.0", minimum required is "1.36.0") [00:00:23] -- Could NOT find ITK (missing: ITK_DIR) [00:00:23] -- LLN matrix library not found. If you do have it, set the missing variables (missing: LLN_LIBRARIES LLN_INCLUDE_DIRS) [00:00:23] -- CERN ROOT not found. If you do have it, set ROOT_DIR (preferred), ROOTSYS or add root-config to your path (missing: CERN_ROOT_VERSION CERN_ROOT_LIBRARIES CERN_ROOT_INCLUDE_DIRS) [00:00:23] -- AVW matrix library not found. If you do have it, set the missing variables (missing: AVW_LIBRARIES AVW_INCLUDE_DIRS) [00:00:23] -- GE RDF IO library not found. If you do have it, set the missing variables (missing: RDF_LIBRARIES RDF_INCLUDE_DIRS) [00:00:24] -- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS CXX) (found version "") [00:00:24] -- Could NOT find nlohmann_json (missing: nlohmann_json_DIR) [00:00:24] -- nlohmann JSON library not found. Radionuclide support will be minimal. [00:00:24] CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message): [00:00:24] The package name passed to `find_package_handle_standard_args` (Jansson) [00:00:24] does not match the name of the calling package (JANSSON). This can lead to [00:00:24] problems in calling code that expects `find_package` result variables [00:00:24] (e.g., `_FOUND`) to follow a certain pattern. [00:00:24] Call Stack (most recent call first): [00:00:24] src/cmake/FindJANSSON.cmake:57 (find_package_handle_standard_args) [00:00:24] CMakeLists.txt:155 (find_package) [00:00:24] This warning is for project developers. Use -Wno-dev to suppress it. [00:00:24] [00:00:24] -- Could NOT find Jansson (missing: JANSSON_LIBRARY JANSSON_INCLUDE_DIR) [00:00:24] -- UPENN library needs Jansson [00:00:25] -- NiftyPET projector support disabled. [00:00:25] -- Could NOT find parallelproj (missing: parallelproj_DIR) [00:00:25] -- Parallelproj projector support disabled or not available. [00:00:25] -- ECAT support disabled. [00:00:25] -- CERN ROOT support disabled. [00:00:25] -- UPENN libs support disabled. [00:00:25] -- AVW IO library not used. [00:00:25] -- RDF support disabled. [00:00:25] -- HDF5 support disabled. [00:00:25] -- ITK support disabled. [00:00:26] -- Found OpenMP_C: -fopenmp=libomp (found version "5.0") [00:00:26] -- Found OpenMP_CXX: -fopenmp=libomp (found version "5.0") [00:00:26] -- Found OpenMP: TRUE (found version "5.0") [00:00:26] -- Looking for getopt [00:00:26] -- Looking for getopt - not found [00:00:26] -- Performing Test HAVE_STD_UNIQUE_PTR [00:00:27] -- Performing Test HAVE_STD_UNIQUE_PTR - Success [00:00:27] -- Performing Test HAVE_STD_SHARED_PTR [00:00:28] -- Performing Test HAVE_STD_SHARED_PTR - Success [00:00:28] -- Download Zenodo test data disabled. [00:00:28] -- Installing JSON files from C:/projects/stir/src/config/ to C:/projects/stir/install/share/stir/config [00:00:29] -- Found Doxygen: C:/Tools/Doxygen/doxygen.exe (found version "1.9.5 (2f6875a5ca481a69a6f32650c77a667f87d25e88)") found components: doxygen dot [00:00:29] CMake Deprecation Warning at src/swig/CMakeLists.txt:15 (cmake_policy): [00:00:29] The OLD behavior for policy CMP0078 will be removed from a future version [00:00:29] of CMake. [00:00:29] [00:00:29] The cmake-policies(7) manual explains that the OLD behaviors of all [00:00:29] policies are deprecated and that a policy should be set to OLD only under [00:00:29] specific short-term circumstances. Projects should be ported to the NEW [00:00:29] behavior and not rely on setting a policy to OLD. [00:00:29] [00:00:29] [00:00:29] -- Configuring done [00:00:33] -- Generating done [00:00:33] CMake Warning: [00:00:33] Manually-specified variables were not used by the project: [00:00:33] [00:00:33] CMAKE_CONFIGURATION_TYPES [00:00:33] [00:00:33] [00:00:33] -- Build files have been written to: C:/projects/stir/build [00:00:33] REM DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache [00:00:33] cmake.exe --build . --config %CONFIGURATION% [00:00:48] [1/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/PatientPosition.cxx.obj [00:00:48] [2/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/IndexRange.cxx.obj [00:00:48] [3/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ExamInfo.cxx.obj [00:00:48] [4/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ExamData.cxx.obj [00:00:48] [5/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/RadionuclideDB.cxx.obj [00:01:01] [6/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/Radionuclide.cxx.obj [00:01:01] [7/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/find_STIR_config.cxx.obj [00:01:01] [8/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ProjData.cxx.obj [00:01:01] In file included from C:/projects/stir/src/buildblock/ProjData.cxx:40: [00:01:01] C:/projects/stir/src/include\stir/ProjDataInfoSubsetByView.h:57:20: warning: 'get_original_view_nums' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:01:05] std::vector get_original_view_nums() const; [00:01:05] ^ [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfo.h:233:28: note: overridden virtual function is here [00:01:05] virtual std::vector get_original_view_nums() const; [00:01:05] ^ [00:01:05] 1 warning generated. [00:01:05] [9/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/Array.cxx.obj [00:01:05] [10/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ProjDataInfo.cxx.obj [00:01:05] In file included from C:/projects/stir/src/buildblock/ProjDataInfo.cxx:28: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:01:05] inline virtual float get_tantheta(const Bin&) const; [00:01:05] ^ [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:01:05] inline virtual float get_tantheta(const Bin&) const; [00:01:05] ^ [00:01:05] In file included from C:/projects/stir/src/buildblock/ProjDataInfo.cxx:28: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:01:05] inline float get_phi(const Bin&) const; [00:01:05] ^ [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:01:05] inline float get_phi(const Bin&) const; [00:01:05] ^ [00:01:05] In file included from C:/projects/stir/src/buildblock/ProjDataInfo.cxx:28: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:01:05] inline float get_t(const Bin&) const; [00:01:05] ^ [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:01:05] inline float get_t(const Bin&) const; [00:01:05] ^ [00:01:05] In file included from C:/projects/stir/src/buildblock/ProjDataInfo.cxx:28: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:01:05] inline float get_m(const Bin&) const; [00:01:05] ^ [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:01:05] inline float get_m(const Bin&) const; [00:01:05] ^ [00:01:05] In file included from C:/projects/stir/src/buildblock/ProjDataInfo.cxx:28: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:01:05] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:01:05] ^ [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:01:05] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:01:05] ^ [00:01:05] In file included from C:/projects/stir/src/buildblock/ProjDataInfo.cxx:28: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:01:05] set_num_views(const int new_num_views); [00:01:05] ^ [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:01:05] set_num_views(const int new_num_views); [00:01:05] ^ [00:01:05] In file included from C:/projects/stir/src/buildblock/ProjDataInfo.cxx:28: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:01:05] virtual inline float get_sampling_in_t(const Bin&) const; [00:01:05] ^ [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:01:05] virtual inline float get_sampling_in_t(const Bin&) const; [00:01:05] ^ [00:01:05] In file included from C:/projects/stir/src/buildblock/ProjDataInfo.cxx:28: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:01:05] virtual inline float get_sampling_in_m(const Bin&) const; [00:01:05] ^ [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:01:05] virtual inline float get_sampling_in_m(const Bin&) const; [00:01:05] ^ [00:01:05] In file included from C:/projects/stir/src/buildblock/ProjDataInfo.cxx:28: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:01:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:01:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:01:05] virtual std::string parameter_info() const; [00:01:05] ^ [00:01:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:01:22] virtual std::string parameter_info() const; [00:01:22] ^ [00:01:22] 9 warnings generated. [00:01:22] [11/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ProjDataInfoCylindricalArcCorr.cxx.obj [00:01:22] [12/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ProjDataInfoCylindrical.cxx.obj [00:01:22] [13/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ProjDataInfoCylindricalNoArcCorr.cxx.obj [00:01:22] [14/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ProjDataInfoSubsetByView.cxx.obj [00:01:22] In file included from C:/projects/stir/src/buildblock/ProjDataInfoSubsetByView.cxx:19: [00:01:22] C:/projects/stir/src/include\stir/ProjDataInfoSubsetByView.h:57:20: warning: 'get_original_view_nums' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:01:22] std::vector get_original_view_nums() const; [00:01:22] ^ [00:01:22] C:/projects/stir/src/include\stir/ProjDataInfo.h:233:28: note: overridden virtual function is here [00:01:31] virtual std::vector get_original_view_nums() const; [00:01:31] ^ [00:01:31] 1 warning generated. [00:01:31] [15/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ArcCorrection.cxx.obj [00:01:31] C:/projects/stir/src/buildblock/ArcCorrection.cxx:85:10: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] [00:01:31] typeid(*noarc_corr_proj_data_info_sptr).name()); [00:01:31] ^ [00:01:31] 1 warning generated. [00:01:52] [16/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ProjDataInMemory.cxx.obj [00:01:52] [17/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ProjDataGEAdvance.cxx.obj [00:01:52] [18/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ProjDataInterfile.cxx.obj [00:01:52] [19/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/Scanner.cxx.obj [00:01:52] [20/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/SegmentBySinogram.cxx.obj [00:02:11] [21/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ProjDataFromStream.cxx.obj [00:02:11] [22/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/Segment.cxx.obj [00:02:11] [23/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/SegmentByView.cxx.obj [00:02:11] [24/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/Verbosity.cxx.obj [00:02:11] [25/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/Viewgram.cxx.obj [00:02:11] [26/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/Sinogram.cxx.obj [00:02:21] [27/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/scale_sinograms.cxx.obj [00:02:21] [28/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/RelatedViewgrams.cxx.obj [00:02:21] [29/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/interpolate_axial_position.cxx.obj [00:02:21] [30/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/extend_projdata.cxx.obj [00:02:21] [31/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/multiply_crystal_factors.cxx.obj [00:02:21] In file included from C:/projects/stir/src/buildblock/multiply_crystal_factors.cxx:23: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:21] inline virtual float get_tantheta(const Bin&) const; [00:02:21] ^ [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:02:21] inline virtual float get_tantheta(const Bin&) const; [00:02:21] ^ [00:02:21] In file included from C:/projects/stir/src/buildblock/multiply_crystal_factors.cxx:23: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:21] inline float get_phi(const Bin&) const; [00:02:21] ^ [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:02:21] inline float get_phi(const Bin&) const; [00:02:21] ^ [00:02:21] In file included from C:/projects/stir/src/buildblock/multiply_crystal_factors.cxx:23: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:21] inline float get_t(const Bin&) const; [00:02:21] ^ [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:02:21] inline float get_t(const Bin&) const; [00:02:21] ^ [00:02:21] In file included from C:/projects/stir/src/buildblock/multiply_crystal_factors.cxx:23: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:21] inline float get_m(const Bin&) const; [00:02:21] ^ [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:02:21] inline float get_m(const Bin&) const; [00:02:21] ^ [00:02:21] In file included from C:/projects/stir/src/buildblock/multiply_crystal_factors.cxx:23: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:21] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:02:21] ^ [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:02:21] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:02:21] ^ [00:02:21] In file included from C:/projects/stir/src/buildblock/multiply_crystal_factors.cxx:23: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:21] set_num_views(const int new_num_views); [00:02:21] ^ [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:02:21] set_num_views(const int new_num_views); [00:02:21] ^ [00:02:21] In file included from C:/projects/stir/src/buildblock/multiply_crystal_factors.cxx:23: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:21] virtual inline float get_sampling_in_t(const Bin&) const; [00:02:21] ^ [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:02:21] virtual inline float get_sampling_in_t(const Bin&) const; [00:02:21] ^ [00:02:21] In file included from C:/projects/stir/src/buildblock/multiply_crystal_factors.cxx:23: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:21] virtual inline float get_sampling_in_m(const Bin&) const; [00:02:21] ^ [00:02:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:02:21] virtual inline float get_sampling_in_m(const Bin&) const; [00:02:21] ^ [00:02:21] In file included from C:/projects/stir/src/buildblock/multiply_crystal_factors.cxx:23: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:29] virtual std::string parameter_info() const; [00:02:29] ^ [00:02:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:02:29] virtual std::string parameter_info() const; [00:02:29] ^ [00:02:29] 9 warnings generated. [00:02:29] [32/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/interpolate_projdata.cxx.obj [00:02:29] [33/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/DiscretisedDensity.cxx.obj [00:02:45] [34/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ParseDiscretisedDensityParameters.cxx.obj [00:02:45] [35/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/utilities.cxx.obj [00:02:45] [36/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/interfile_keyword_functions.cxx.obj [00:02:45] [37/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/NumericType.cxx.obj [00:02:45] [38/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ByteOrder.cxx.obj [00:02:45] [39/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/VoxelsOnCartesianGrid.cxx.obj [00:02:45] In file included from C:/projects/stir/src/buildblock/VoxelsOnCartesianGrid.cxx:42: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:45] inline virtual float get_tantheta(const Bin&) const; [00:02:45] ^ [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:02:45] inline virtual float get_tantheta(const Bin&) const; [00:02:45] ^ [00:02:45] In file included from C:/projects/stir/src/buildblock/VoxelsOnCartesianGrid.cxx:42: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:45] inline float get_phi(const Bin&) const; [00:02:45] ^ [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:02:45] inline float get_phi(const Bin&) const; [00:02:45] ^ [00:02:45] In file included from C:/projects/stir/src/buildblock/VoxelsOnCartesianGrid.cxx:42: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:45] inline float get_t(const Bin&) const; [00:02:45] ^ [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:02:45] inline float get_t(const Bin&) const; [00:02:45] ^ [00:02:45] In file included from C:/projects/stir/src/buildblock/VoxelsOnCartesianGrid.cxx:42: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:45] inline float get_m(const Bin&) const; [00:02:45] ^ [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:02:45] inline float get_m(const Bin&) const; [00:02:45] ^ [00:02:45] In file included from C:/projects/stir/src/buildblock/VoxelsOnCartesianGrid.cxx:42: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:02:45] ^ [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:02:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:02:45] ^ [00:02:45] In file included from C:/projects/stir/src/buildblock/VoxelsOnCartesianGrid.cxx:42: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:45] set_num_views(const int new_num_views); [00:02:45] ^ [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:02:45] set_num_views(const int new_num_views); [00:02:45] ^ [00:02:45] In file included from C:/projects/stir/src/buildblock/VoxelsOnCartesianGrid.cxx:42: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:02:45] ^ [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:02:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:02:45] ^ [00:02:45] In file included from C:/projects/stir/src/buildblock/VoxelsOnCartesianGrid.cxx:42: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:02:45] ^ [00:02:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:02:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:02:45] ^ [00:02:45] In file included from C:/projects/stir/src/buildblock/VoxelsOnCartesianGrid.cxx:42: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:02:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:02:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:02:50] virtual std::string parameter_info() const; [00:02:50] ^ [00:02:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:02:50] virtual std::string parameter_info() const; [00:02:50] ^ [00:02:50] 9 warnings generated. [00:02:50] [40/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/zoom.cxx.obj [00:03:02] [41/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/linear_regression.cxx.obj [00:03:02] [42/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/recon_array_functions.cxx.obj [00:03:02] [43/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/overlap_interpolate.cxx.obj [00:03:02] [44/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/error.cxx.obj [00:03:02] [45/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/KeyParser.cxx.obj [00:03:02] [46/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/warning.cxx.obj [00:03:15] [47/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/TextWriter.cxx.obj [00:03:15] [48/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/DataSymmetriesForViewSegmentNumbers.cxx.obj [00:03:15] [49/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ParsingObject.cxx.obj [00:03:15] [50/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ArrayFilter1DUsingConvolutionSymmetricKernel.cxx.obj [00:03:15] [51/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/TimeFrameDefinitions.cxx.obj [00:03:15] [52/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/SeparableArrayFunctionObject.cxx.obj [00:03:15] In file included from C:/projects/stir/src/buildblock/SeparableArrayFunctionObject.cxx:23: [00:03:15] In file included from C:/projects/stir/src/include\stir/ArrayFunction.h:342: [00:03:15] C:/projects/stir/src/include\stir/ArrayFunction.inl:159:7: warning: template argument for template type parameter must be a type; omitted 'typename' is a Microsoft extension [-Wmicrosoft-template] [00:03:15] Array::full_iterator > [00:03:15] ^ [00:03:15] typename [00:03:15] C:/projects/stir/src/buildblock/SeparableArrayFunctionObject.cxx:59:8: note: in instantiation of function template specialization 'stir::in_place_apply_array_functions_on_each_index<3, float, stir::detail::VectorWithOffset_iter>>>' requested here [00:03:15] in_place_apply_array_functions_on_each_index(array, [00:03:15] ^ [00:03:23] C:/projects/stir/src/buildblock/SeparableArrayFunctionObject.cxx:112:16: note: in instantiation of member function 'stir::SeparableArrayFunctionObject<3, float>::do_it' requested here [00:03:23] template class SeparableArrayFunctionObject<3, float>; [00:03:23] ^ [00:03:23] C:/projects/stir/src/include\stir/VectorWithOffset.h:106:17: note: template parameter is declared here [00:03:23] template [00:03:23] ^ [00:03:23] 1 warning generated. [00:03:23] [53/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ArrayFilterUsingRealDFTWithPadding.cxx.obj [00:03:32] [54/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/SeparableMetzArrayFilter.cxx.obj [00:03:32] [55/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/SeparableGaussianArrayFilter.cxx.obj [00:03:32] [56/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/SeparableGaussianImageFilter.cxx.obj [00:03:32] [57/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/MedianArrayFilter3D.cxx.obj [00:03:32] [58/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/MinimalArrayFilter3D.cxx.obj [00:03:49] [59/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/MedianImageFilter3D.cxx.obj [00:03:49] [60/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/MinimalImageFilter3D.cxx.obj [00:03:49] [61/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/SeparableCartesianMetzImageFilter.cxx.obj [00:03:49] [62/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/TruncateToCylindricalFOVImageProcessor.cxx.obj [00:03:49] [63/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ThresholdMinToSmallPositiveValueDataProcessor.cxx.obj [00:04:02] [64/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/HUToMuImageProcessor.cxx.obj [00:04:02] [65/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ChainedDataProcessor.cxx.obj [00:04:02] [66/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ArrayFilter1DUsingConvolution.cxx.obj [00:04:02] [67/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/SeparableConvolutionImageFilter.cxx.obj [00:04:02] [68/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/SSRB.cxx.obj [00:04:18] [69/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/NonseparableConvolutionUsingRealDFTImageFilter.cxx.obj [00:04:18] [70/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/inverse_SSRB.cxx.obj [00:04:18] [71/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/centre_of_gravity.cxx.obj [00:04:18] [72/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/DynamicDiscretisedDensity.cxx.obj [00:04:18] [73/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/MultipleProjData.cxx.obj [00:04:31] [74/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/DynamicProjData.cxx.obj [00:04:31] [75/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/MultipleDataSetHeader.cxx.obj [00:04:31] [76/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ArrayFilter2DUsingConvolution.cxx.obj [00:04:31] [77/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/GatedProjData.cxx.obj [00:04:31] [78/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ArrayFilter3DUsingConvolution.cxx.obj [00:04:42] [79/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/find_fwhm_in_image.cxx.obj [00:04:42] [80/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/GatedDiscretisedDensity.cxx.obj [00:04:42] [81/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/MaximalArrayFilter3D.cxx.obj [00:04:42] [82/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/TimeGateDefinitions.cxx.obj [00:04:42] [83/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/MaximalImageFilter3D.cxx.obj [00:04:54] [84/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/num_threads.cxx.obj [00:04:54] [85/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/GeneralisedPoissonNoiseGenerator.cxx.obj [00:04:54] [86/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/FilePath.cxx.obj [00:04:54] [87/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ML_norm.cxx.obj [00:04:54] In file included from C:/projects/stir/src/buildblock/ML_norm.cxx:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:04:54] inline virtual float get_tantheta(const Bin&) const; [00:04:54] ^ [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:04:54] inline virtual float get_tantheta(const Bin&) const; [00:04:54] ^ [00:04:54] In file included from C:/projects/stir/src/buildblock/ML_norm.cxx:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:04:54] inline float get_phi(const Bin&) const; [00:04:54] ^ [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:04:54] inline float get_phi(const Bin&) const; [00:04:54] ^ [00:04:54] In file included from C:/projects/stir/src/buildblock/ML_norm.cxx:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:04:54] inline float get_t(const Bin&) const; [00:04:54] ^ [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:04:54] inline float get_t(const Bin&) const; [00:04:54] ^ [00:04:54] In file included from C:/projects/stir/src/buildblock/ML_norm.cxx:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:04:54] inline float get_m(const Bin&) const; [00:04:54] ^ [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:04:54] inline float get_m(const Bin&) const; [00:04:54] ^ [00:04:54] In file included from C:/projects/stir/src/buildblock/ML_norm.cxx:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:04:54] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:04:54] ^ [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:04:54] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:04:54] ^ [00:04:54] In file included from C:/projects/stir/src/buildblock/ML_norm.cxx:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:04:54] set_num_views(const int new_num_views); [00:04:54] ^ [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:04:54] set_num_views(const int new_num_views); [00:04:54] ^ [00:04:54] In file included from C:/projects/stir/src/buildblock/ML_norm.cxx:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:04:54] virtual inline float get_sampling_in_t(const Bin&) const; [00:04:54] ^ [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:04:54] virtual inline float get_sampling_in_t(const Bin&) const; [00:04:54] ^ [00:04:54] In file included from C:/projects/stir/src/buildblock/ML_norm.cxx:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:04:54] virtual inline float get_sampling_in_m(const Bin&) const; [00:04:54] ^ [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:04:54] virtual inline float get_sampling_in_m(const Bin&) const; [00:04:54] ^ [00:04:54] In file included from C:/projects/stir/src/buildblock/ML_norm.cxx:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:04:54] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:04:54] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:04:54] virtual std::string parameter_info() const; [00:04:54] ^ [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:05:08] virtual std::string parameter_info() const; [00:05:08] ^ [00:05:08] 9 warnings generated. [00:05:08] [88/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/date_time_functions.cxx.obj [00:05:08] [89/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/GeometryBlocksOnCylindrical.cxx.obj [00:05:08] [90/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/DetectorCoordinateMap.cxx.obj [00:05:08] [91/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ProjDataInfoBlocksOnCylindricalNoArcCorr.cxx.obj [00:05:08] In file included from C:/projects/stir/src/buildblock/ProjDataInfoBlocksOnCylindricalNoArcCorr.cxx:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:08] inline virtual float get_tantheta(const Bin&) const; [00:05:08] ^ [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:05:08] inline virtual float get_tantheta(const Bin&) const; [00:05:08] ^ [00:05:08] In file included from C:/projects/stir/src/buildblock/ProjDataInfoBlocksOnCylindricalNoArcCorr.cxx:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:08] inline float get_phi(const Bin&) const; [00:05:08] ^ [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:05:08] inline float get_phi(const Bin&) const; [00:05:08] ^ [00:05:08] In file included from C:/projects/stir/src/buildblock/ProjDataInfoBlocksOnCylindricalNoArcCorr.cxx:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:08] inline float get_t(const Bin&) const; [00:05:08] ^ [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:05:08] inline float get_t(const Bin&) const; [00:05:08] ^ [00:05:08] In file included from C:/projects/stir/src/buildblock/ProjDataInfoBlocksOnCylindricalNoArcCorr.cxx:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:08] inline float get_m(const Bin&) const; [00:05:08] ^ [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:05:08] inline float get_m(const Bin&) const; [00:05:08] ^ [00:05:08] In file included from C:/projects/stir/src/buildblock/ProjDataInfoBlocksOnCylindricalNoArcCorr.cxx:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:08] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:05:08] ^ [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:05:08] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:05:08] ^ [00:05:08] In file included from C:/projects/stir/src/buildblock/ProjDataInfoBlocksOnCylindricalNoArcCorr.cxx:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:08] set_num_views(const int new_num_views); [00:05:08] ^ [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:05:08] set_num_views(const int new_num_views); [00:05:08] ^ [00:05:08] In file included from C:/projects/stir/src/buildblock/ProjDataInfoBlocksOnCylindricalNoArcCorr.cxx:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:08] virtual inline float get_sampling_in_t(const Bin&) const; [00:05:08] ^ [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:05:08] virtual inline float get_sampling_in_t(const Bin&) const; [00:05:08] ^ [00:05:08] In file included from C:/projects/stir/src/buildblock/ProjDataInfoBlocksOnCylindricalNoArcCorr.cxx:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:08] virtual inline float get_sampling_in_m(const Bin&) const; [00:05:08] ^ [00:05:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:05:08] virtual inline float get_sampling_in_m(const Bin&) const; [00:05:08] ^ [00:05:08] In file included from C:/projects/stir/src/buildblock/ProjDataInfoBlocksOnCylindricalNoArcCorr.cxx:27: [00:05:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:09] virtual std::string parameter_info() const; [00:05:09] ^ [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:05:09] virtual std::string parameter_info() const; [00:05:09] ^ [00:05:09] 9 warnings generated. [00:05:09] [92/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ProjDataInfoGeneric.cxx.obj [00:05:09] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGeneric.cxx:30: [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:09] inline virtual float get_tantheta(const Bin&) const; [00:05:09] ^ [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:05:09] inline virtual float get_tantheta(const Bin&) const; [00:05:09] ^ [00:05:09] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGeneric.cxx:30: [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:09] inline float get_phi(const Bin&) const; [00:05:09] ^ [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:05:09] inline float get_phi(const Bin&) const; [00:05:09] ^ [00:05:09] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGeneric.cxx:30: [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:09] inline float get_t(const Bin&) const; [00:05:09] ^ [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:05:09] inline float get_t(const Bin&) const; [00:05:09] ^ [00:05:09] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGeneric.cxx:30: [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:09] inline float get_m(const Bin&) const; [00:05:09] ^ [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:05:09] inline float get_m(const Bin&) const; [00:05:09] ^ [00:05:09] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGeneric.cxx:30: [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:05:09] ^ [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:05:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:05:09] ^ [00:05:09] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGeneric.cxx:30: [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:09] set_num_views(const int new_num_views); [00:05:09] ^ [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:05:09] set_num_views(const int new_num_views); [00:05:09] ^ [00:05:09] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGeneric.cxx:30: [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:05:09] ^ [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:05:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:05:09] ^ [00:05:09] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGeneric.cxx:30: [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:05:09] ^ [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:05:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:05:09] ^ [00:05:09] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGeneric.cxx:30: [00:05:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:09] virtual std::string parameter_info() const; [00:05:09] ^ [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:05:13] virtual std::string parameter_info() const; [00:05:13] ^ [00:05:13] 9 warnings generated. [00:05:13] [93/1437] Building C object src/buildblock/CMakeFiles/buildblock.dir/getopt.c.obj [00:05:13] [94/1437] Building CXX object src/buildblock/CMakeFiles/buildblock.dir/ProjDataInfoGenericNoArcCorr.cxx.obj [00:05:13] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGenericNoArcCorr.cxx:26: [00:05:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:13] inline virtual float get_tantheta(const Bin&) const; [00:05:13] ^ [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:05:13] inline virtual float get_tantheta(const Bin&) const; [00:05:13] ^ [00:05:13] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGenericNoArcCorr.cxx:26: [00:05:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:13] inline float get_phi(const Bin&) const; [00:05:13] ^ [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:05:13] inline float get_phi(const Bin&) const; [00:05:13] ^ [00:05:13] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGenericNoArcCorr.cxx:26: [00:05:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:13] inline float get_t(const Bin&) const; [00:05:13] ^ [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:05:13] inline float get_t(const Bin&) const; [00:05:13] ^ [00:05:13] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGenericNoArcCorr.cxx:26: [00:05:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:13] inline float get_m(const Bin&) const; [00:05:13] ^ [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:05:13] inline float get_m(const Bin&) const; [00:05:13] ^ [00:05:13] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGenericNoArcCorr.cxx:26: [00:05:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:13] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:05:13] ^ [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:05:13] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:05:13] ^ [00:05:13] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGenericNoArcCorr.cxx:26: [00:05:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:13] set_num_views(const int new_num_views); [00:05:13] ^ [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:05:13] set_num_views(const int new_num_views); [00:05:13] ^ [00:05:13] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGenericNoArcCorr.cxx:26: [00:05:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:13] virtual inline float get_sampling_in_t(const Bin&) const; [00:05:13] ^ [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:05:13] virtual inline float get_sampling_in_t(const Bin&) const; [00:05:13] ^ [00:05:13] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGenericNoArcCorr.cxx:26: [00:05:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:13] virtual inline float get_sampling_in_m(const Bin&) const; [00:05:13] ^ [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:05:13] virtual inline float get_sampling_in_m(const Bin&) const; [00:05:13] ^ [00:05:13] In file included from C:/projects/stir/src/buildblock/ProjDataInfoGenericNoArcCorr.cxx:26: [00:05:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:20] virtual std::string parameter_info() const; [00:05:20] ^ [00:05:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:05:20] virtual std::string parameter_info() const; [00:05:20] ^ [00:05:20] 9 warnings generated. [00:05:20] [95/1437] Building CXX object src/numerics_buildblock/CMakeFiles/numerics_buildblock.dir/determinant.cxx.obj [00:05:20] [96/1437] Linking CXX static library src\buildblock\buildblock.lib [00:05:20] [97/1437] Building CXX object src/data_buildblock/CMakeFiles/data_buildblock.dir/SinglesRates.cxx.obj [00:05:31] [98/1437] Building CXX object src/numerics_buildblock/CMakeFiles/numerics_buildblock.dir/fourier.cxx.obj [00:05:31] [99/1437] Building CXX object src/data_buildblock/CMakeFiles/data_buildblock.dir/SinglesRatesForTimeFrames.cxx.obj [00:05:31] [100/1437] Linking CXX static library src\numerics_buildblock\numerics_buildblock.lib [00:05:31] [101/1437] Building CXX object src/data_buildblock/CMakeFiles/data_buildblock.dir/SinglesRatesForTimeSlices.cxx.obj [00:05:37] [102/1437] Building CXX object src/data_buildblock/CMakeFiles/data_buildblock.dir/randoms_from_singles.cxx.obj [00:05:37] [103/1437] Linking CXX static library src\data_buildblock\data_buildblock.lib [00:05:37] [104/1437] Building CXX object src/display/CMakeFiles/display.dir/display_array.cxx.obj [00:05:37] In file included from C:/projects/stir/src/display/display_array.cxx:72: [00:05:37] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:37] inline virtual float get_tantheta(const Bin&) const; [00:05:37] ^ [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:05:37] inline virtual float get_tantheta(const Bin&) const; [00:05:37] ^ [00:05:37] In file included from C:/projects/stir/src/display/display_array.cxx:72: [00:05:37] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:37] inline float get_phi(const Bin&) const; [00:05:37] ^ [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:05:37] inline float get_phi(const Bin&) const; [00:05:37] ^ [00:05:37] In file included from C:/projects/stir/src/display/display_array.cxx:72: [00:05:37] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:37] inline float get_t(const Bin&) const; [00:05:37] ^ [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:05:37] inline float get_t(const Bin&) const; [00:05:37] ^ [00:05:37] In file included from C:/projects/stir/src/display/display_array.cxx:72: [00:05:37] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:37] inline float get_m(const Bin&) const; [00:05:37] ^ [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:05:37] inline float get_m(const Bin&) const; [00:05:37] ^ [00:05:37] In file included from C:/projects/stir/src/display/display_array.cxx:72: [00:05:37] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:37] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:05:37] ^ [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:05:37] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:05:37] ^ [00:05:37] In file included from C:/projects/stir/src/display/display_array.cxx:72: [00:05:37] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:37] set_num_views(const int new_num_views); [00:05:37] ^ [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:05:37] set_num_views(const int new_num_views); [00:05:37] ^ [00:05:37] In file included from C:/projects/stir/src/display/display_array.cxx:72: [00:05:37] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:37] virtual inline float get_sampling_in_t(const Bin&) const; [00:05:37] ^ [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:05:37] virtual inline float get_sampling_in_t(const Bin&) const; [00:05:37] ^ [00:05:37] In file included from C:/projects/stir/src/display/display_array.cxx:72: [00:05:37] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:37] virtual inline float get_sampling_in_m(const Bin&) const; [00:05:37] ^ [00:05:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:05:37] virtual inline float get_sampling_in_m(const Bin&) const; [00:05:37] ^ [00:05:37] In file included from C:/projects/stir/src/display/display_array.cxx:72: [00:05:37] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:05:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:05:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:05:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:40] virtual std::string parameter_info() const; [00:05:40] ^ [00:05:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:05:40] virtual std::string parameter_info() const; [00:05:40] ^ [00:05:40] 9 warnings generated. [00:05:45] [105/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ForwardProjectorByBin.cxx.obj [00:05:45] [106/1437] Linking CXX static library src\display\display.lib [00:05:45] [107/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ForwardProjectorByBinUsingRayTracing.cxx.obj [00:05:45] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing.cxx:54: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:45] inline virtual float get_tantheta(const Bin&) const; [00:05:45] ^ [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:05:45] inline virtual float get_tantheta(const Bin&) const; [00:05:45] ^ [00:05:45] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing.cxx:54: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:45] inline float get_phi(const Bin&) const; [00:05:45] ^ [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:05:45] inline float get_phi(const Bin&) const; [00:05:45] ^ [00:05:45] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing.cxx:54: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:45] inline float get_t(const Bin&) const; [00:05:45] ^ [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:05:45] inline float get_t(const Bin&) const; [00:05:45] ^ [00:05:45] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing.cxx:54: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:45] inline float get_m(const Bin&) const; [00:05:45] ^ [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:05:45] inline float get_m(const Bin&) const; [00:05:45] ^ [00:05:45] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing.cxx:54: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:05:45] ^ [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:05:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:05:45] ^ [00:05:45] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing.cxx:54: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:45] set_num_views(const int new_num_views); [00:05:45] ^ [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:05:45] set_num_views(const int new_num_views); [00:05:45] ^ [00:05:45] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing.cxx:54: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:05:45] ^ [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:05:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:05:45] ^ [00:05:45] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing.cxx:54: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:05:45] ^ [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:05:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:05:45] ^ [00:05:45] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing.cxx:54: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:45] virtual std::string parameter_info() const; [00:05:45] ^ [00:05:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:05:45] virtual std::string parameter_info() const; [00:05:45] ^ [00:05:45] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing.cxx:54: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:50] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:05:50] } [00:05:50] ^ [00:05:50] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:05:50] } [00:05:50] ^ [00:05:50] 11 warnings generated. [00:05:50] [108/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/PresmoothingForwardProjectorByBin.cxx.obj [00:05:50] [109/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ForwardProjectorByBinUsingRayTracing_Siddon.cxx.obj [00:05:50] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing_Siddon.cxx:49: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:50] inline virtual float get_tantheta(const Bin&) const; [00:05:50] ^ [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:05:50] inline virtual float get_tantheta(const Bin&) const; [00:05:50] ^ [00:05:50] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing_Siddon.cxx:49: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:50] inline float get_phi(const Bin&) const; [00:05:50] ^ [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:05:50] inline float get_phi(const Bin&) const; [00:05:50] ^ [00:05:50] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing_Siddon.cxx:49: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:50] inline float get_t(const Bin&) const; [00:05:50] ^ [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:05:50] inline float get_t(const Bin&) const; [00:05:50] ^ [00:05:50] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing_Siddon.cxx:49: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:50] inline float get_m(const Bin&) const; [00:05:50] ^ [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:05:50] inline float get_m(const Bin&) const; [00:05:50] ^ [00:05:50] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing_Siddon.cxx:49: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:50] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:05:50] ^ [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:05:50] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:05:50] ^ [00:05:50] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing_Siddon.cxx:49: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:50] set_num_views(const int new_num_views); [00:05:50] ^ [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:05:50] set_num_views(const int new_num_views); [00:05:50] ^ [00:05:50] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing_Siddon.cxx:49: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:50] virtual inline float get_sampling_in_t(const Bin&) const; [00:05:50] ^ [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:05:50] virtual inline float get_sampling_in_t(const Bin&) const; [00:05:50] ^ [00:05:50] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing_Siddon.cxx:49: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:50] virtual inline float get_sampling_in_m(const Bin&) const; [00:05:50] ^ [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:05:50] virtual inline float get_sampling_in_m(const Bin&) const; [00:05:50] ^ [00:05:50] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing_Siddon.cxx:49: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:05:50] virtual std::string parameter_info() const; [00:05:50] ^ [00:05:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:05:50] virtual std::string parameter_info() const; [00:05:50] ^ [00:05:50] In file included from C:/projects/stir/src/recon_buildblock/ForwardProjectorByBinUsingRayTracing_Siddon.cxx:49: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:05:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:05:50] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:05:50] } [00:05:50] ^ [00:06:02] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:06:02] } [00:06:02] ^ [00:06:02] 11 warnings generated. [00:06:02] [110/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/BackProjectorByBinUsingInterpolation_linear.cxx.obj [00:06:02] [111/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/BackProjectorByBin.cxx.obj [00:06:02] [112/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/BackProjectorByBinUsingInterpolation.cxx.obj [00:06:02] In file included from C:/projects/stir/src/recon_buildblock/BackProjectorByBinUsingInterpolation.cxx:27: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:02] inline virtual float get_tantheta(const Bin&) const; [00:06:02] ^ [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:06:02] inline virtual float get_tantheta(const Bin&) const; [00:06:02] ^ [00:06:02] In file included from C:/projects/stir/src/recon_buildblock/BackProjectorByBinUsingInterpolation.cxx:27: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:02] inline float get_phi(const Bin&) const; [00:06:02] ^ [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:06:02] inline float get_phi(const Bin&) const; [00:06:02] ^ [00:06:02] In file included from C:/projects/stir/src/recon_buildblock/BackProjectorByBinUsingInterpolation.cxx:27: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:02] inline float get_t(const Bin&) const; [00:06:02] ^ [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:06:02] inline float get_t(const Bin&) const; [00:06:02] ^ [00:06:02] In file included from C:/projects/stir/src/recon_buildblock/BackProjectorByBinUsingInterpolation.cxx:27: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:02] inline float get_m(const Bin&) const; [00:06:02] ^ [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:06:02] inline float get_m(const Bin&) const; [00:06:02] ^ [00:06:02] In file included from C:/projects/stir/src/recon_buildblock/BackProjectorByBinUsingInterpolation.cxx:27: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:02] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:06:02] ^ [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:06:02] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:06:02] ^ [00:06:02] In file included from C:/projects/stir/src/recon_buildblock/BackProjectorByBinUsingInterpolation.cxx:27: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:02] set_num_views(const int new_num_views); [00:06:02] ^ [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:06:02] set_num_views(const int new_num_views); [00:06:02] ^ [00:06:02] In file included from C:/projects/stir/src/recon_buildblock/BackProjectorByBinUsingInterpolation.cxx:27: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:02] virtual inline float get_sampling_in_t(const Bin&) const; [00:06:02] ^ [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:06:02] virtual inline float get_sampling_in_t(const Bin&) const; [00:06:02] ^ [00:06:02] In file included from C:/projects/stir/src/recon_buildblock/BackProjectorByBinUsingInterpolation.cxx:27: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:02] virtual inline float get_sampling_in_m(const Bin&) const; [00:06:02] ^ [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:06:02] virtual inline float get_sampling_in_m(const Bin&) const; [00:06:02] ^ [00:06:02] In file included from C:/projects/stir/src/recon_buildblock/BackProjectorByBinUsingInterpolation.cxx:27: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:02] virtual std::string parameter_info() const; [00:06:02] ^ [00:06:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:06:02] virtual std::string parameter_info() const; [00:06:02] ^ [00:06:02] In file included from C:/projects/stir/src/recon_buildblock/BackProjectorByBinUsingInterpolation.cxx:27: [00:06:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:09] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:06:09] } [00:06:09] ^ [00:06:09] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:06:09] } [00:06:09] ^ [00:06:09] 11 warnings generated. [00:06:09] [113/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/PostsmoothingBackProjectorByBin.cxx.obj [00:06:27] [114/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/BackProjectorByBinUsingInterpolation_piecewise_linear.cxx.obj [00:06:27] [115/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/Reconstruction.cxx.obj [00:06:27] [116/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/AnalyticReconstruction.cxx.obj [00:06:27] [117/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/IterativeReconstruction.cxx.obj [00:06:27] [118/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/DataSymmetriesForBins.cxx.obj [00:06:38] [119/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/DataSymmetriesForDensels.cxx.obj [00:06:38] [120/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/distributable.cxx.obj [00:06:38] [121/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/TrivialDataSymmetriesForBins.cxx.obj [00:06:38] [122/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/SymmetryOperation.cxx.obj [00:06:39] [123/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/SymmetryOperations_PET_CartesianGrid.cxx.obj [00:06:39] [124/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/find_basic_vs_nums_in_subset.cxx.obj [00:06:39] [125/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/DataSymmetriesForBins_PET_CartesianGrid.cxx.obj [00:06:39] In file included from C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:27: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:39] inline virtual float get_tantheta(const Bin&) const; [00:06:39] ^ [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:06:39] inline virtual float get_tantheta(const Bin&) const; [00:06:39] ^ [00:06:39] In file included from C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:27: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:39] inline float get_phi(const Bin&) const; [00:06:39] ^ [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:06:39] inline float get_phi(const Bin&) const; [00:06:39] ^ [00:06:39] In file included from C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:27: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:39] inline float get_t(const Bin&) const; [00:06:39] ^ [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:06:39] inline float get_t(const Bin&) const; [00:06:39] ^ [00:06:39] In file included from C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:27: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:39] inline float get_m(const Bin&) const; [00:06:39] ^ [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:06:39] inline float get_m(const Bin&) const; [00:06:39] ^ [00:06:39] In file included from C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:27: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:39] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:06:39] ^ [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:06:39] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:06:39] ^ [00:06:39] In file included from C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:27: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:39] set_num_views(const int new_num_views); [00:06:39] ^ [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:06:39] set_num_views(const int new_num_views); [00:06:39] ^ [00:06:39] In file included from C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:27: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:39] virtual inline float get_sampling_in_t(const Bin&) const; [00:06:39] ^ [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:06:39] virtual inline float get_sampling_in_t(const Bin&) const; [00:06:39] ^ [00:06:39] In file included from C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:27: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:39] virtual inline float get_sampling_in_m(const Bin&) const; [00:06:39] ^ [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:06:39] virtual inline float get_sampling_in_m(const Bin&) const; [00:06:39] ^ [00:06:39] In file included from C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:27: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:39] virtual std::string parameter_info() const; [00:06:39] ^ [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:06:39] virtual std::string parameter_info() const; [00:06:39] ^ [00:06:39] In file included from C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:27: [00:06:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:39] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:06:39] } [00:06:39] ^ [00:06:39] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:06:39] } [00:06:39] ^ [00:06:39] In file included from C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:29: [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfoSubsetByView.h:57:20: warning: 'get_original_view_nums' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:39] std::vector get_original_view_nums() const; [00:06:39] ^ [00:06:39] C:/projects/stir/src/include\stir/ProjDataInfo.h:233:28: note: overridden virtual function is here [00:06:39] virtual std::vector get_original_view_nums() const; [00:06:39] ^ [00:06:39] C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:264:22: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] [00:06:39] typeid(*subset_proj_data_info_ptr->get_original_proj_data_info_sptr()).name()); [00:06:39] ^ [00:06:39] C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:292:14: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] [00:06:39] typeid(*image_info_ptr).name()); [00:06:39] ^ [00:06:45] C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:383:16: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] [00:06:45] typeid(*image_info_ptr).name()); [00:06:45] ^ [00:06:45] C:/projects/stir/src/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.cxx:437:16: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] [00:06:45] typeid(*image_info_ptr).name()); [00:06:45] ^ [00:06:45] 16 warnings generated. [00:06:45] [126/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ProjMatrixElemsForOneDensel.cxx.obj [00:06:57] [127/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ProjMatrixElemsForOneBin.cxx.obj [00:06:57] [128/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ProjMatrixByBin.cxx.obj [00:06:57] [129/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ProjMatrixByBinUsingInterpolation.cxx.obj [00:06:57] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingInterpolation.cxx:23: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:57] inline virtual float get_tantheta(const Bin&) const; [00:06:57] ^ [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:06:57] inline virtual float get_tantheta(const Bin&) const; [00:06:57] ^ [00:06:57] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingInterpolation.cxx:23: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:57] inline float get_phi(const Bin&) const; [00:06:57] ^ [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:06:57] inline float get_phi(const Bin&) const; [00:06:57] ^ [00:06:57] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingInterpolation.cxx:23: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:57] inline float get_t(const Bin&) const; [00:06:57] ^ [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:06:57] inline float get_t(const Bin&) const; [00:06:57] ^ [00:06:57] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingInterpolation.cxx:23: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:57] inline float get_m(const Bin&) const; [00:06:57] ^ [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:06:57] inline float get_m(const Bin&) const; [00:06:57] ^ [00:06:57] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingInterpolation.cxx:23: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:06:57] ^ [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:06:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:06:57] ^ [00:06:57] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingInterpolation.cxx:23: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:57] set_num_views(const int new_num_views); [00:06:57] ^ [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:06:57] set_num_views(const int new_num_views); [00:06:57] ^ [00:06:57] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingInterpolation.cxx:23: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:06:57] ^ [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:06:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:06:57] ^ [00:06:57] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingInterpolation.cxx:23: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:06:57] ^ [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:06:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:06:57] ^ [00:06:57] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingInterpolation.cxx:23: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:57] virtual std::string parameter_info() const; [00:06:57] ^ [00:06:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:06:57] virtual std::string parameter_info() const; [00:06:57] ^ [00:06:57] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingInterpolation.cxx:23: [00:06:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:57] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:06:57] } [00:06:57] ^ [00:06:59] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:06:59] } [00:06:59] ^ [00:06:59] 11 warnings generated. [00:06:59] [130/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ProjMatrixByBinUsingRayTracing.cxx.obj [00:06:59] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingRayTracing.cxx:44: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:59] inline virtual float get_tantheta(const Bin&) const; [00:06:59] ^ [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:06:59] inline virtual float get_tantheta(const Bin&) const; [00:06:59] ^ [00:06:59] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingRayTracing.cxx:44: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:59] inline float get_phi(const Bin&) const; [00:06:59] ^ [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:06:59] inline float get_phi(const Bin&) const; [00:06:59] ^ [00:06:59] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingRayTracing.cxx:44: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:59] inline float get_t(const Bin&) const; [00:06:59] ^ [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:06:59] inline float get_t(const Bin&) const; [00:06:59] ^ [00:06:59] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingRayTracing.cxx:44: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:59] inline float get_m(const Bin&) const; [00:06:59] ^ [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:06:59] inline float get_m(const Bin&) const; [00:06:59] ^ [00:06:59] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingRayTracing.cxx:44: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:06:59] ^ [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:06:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:06:59] ^ [00:06:59] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingRayTracing.cxx:44: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:59] set_num_views(const int new_num_views); [00:06:59] ^ [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:06:59] set_num_views(const int new_num_views); [00:06:59] ^ [00:06:59] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingRayTracing.cxx:44: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:06:59] ^ [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:06:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:06:59] ^ [00:06:59] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingRayTracing.cxx:44: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:06:59] ^ [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:06:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:06:59] ^ [00:06:59] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingRayTracing.cxx:44: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:06:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:06:59] virtual std::string parameter_info() const; [00:06:59] ^ [00:06:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:06:59] virtual std::string parameter_info() const; [00:06:59] ^ [00:06:59] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinUsingRayTracing.cxx:44: [00:06:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:06:59] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:06:59] } [00:06:59] ^ [00:06:59] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:06:59] } [00:06:59] ^ [00:07:04] 11 warnings generated. [00:07:04] [131/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ProjMatrixByBinFromFile.cxx.obj [00:07:04] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinFromFile.cxx:23: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:07:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:07:04] inline virtual float get_tantheta(const Bin&) const; [00:07:04] ^ [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:07:04] inline virtual float get_tantheta(const Bin&) const; [00:07:04] ^ [00:07:04] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinFromFile.cxx:23: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:07:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:07:04] inline float get_phi(const Bin&) const; [00:07:04] ^ [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:07:04] inline float get_phi(const Bin&) const; [00:07:04] ^ [00:07:04] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinFromFile.cxx:23: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:07:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:07:04] inline float get_t(const Bin&) const; [00:07:04] ^ [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:07:04] inline float get_t(const Bin&) const; [00:07:04] ^ [00:07:04] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinFromFile.cxx:23: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:07:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:07:04] inline float get_m(const Bin&) const; [00:07:04] ^ [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:07:04] inline float get_m(const Bin&) const; [00:07:04] ^ [00:07:04] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinFromFile.cxx:23: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:07:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:07:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:07:04] ^ [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:07:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:07:04] ^ [00:07:04] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinFromFile.cxx:23: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:07:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:07:04] set_num_views(const int new_num_views); [00:07:04] ^ [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:07:04] set_num_views(const int new_num_views); [00:07:04] ^ [00:07:04] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinFromFile.cxx:23: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:07:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:07:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:07:04] ^ [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:07:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:07:04] ^ [00:07:04] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinFromFile.cxx:23: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:07:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:07:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:07:04] ^ [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:07:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:07:04] ^ [00:07:04] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinFromFile.cxx:23: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:07:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:07:04] virtual std::string parameter_info() const; [00:07:04] ^ [00:07:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:07:04] virtual std::string parameter_info() const; [00:07:04] ^ [00:07:04] In file included from C:/projects/stir/src/recon_buildblock/ProjMatrixByBinFromFile.cxx:23: [00:07:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:07:10] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:07:10] } [00:07:10] ^ [00:07:10] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:07:10] } [00:07:10] ^ [00:07:10] 11 warnings generated. [00:07:10] [132/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/SPECTUB_Tools.cxx.obj [00:07:29] [133/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/SPECTUB_Weight3d.cxx.obj [00:07:29] [134/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ProjMatrixByBinSPECTUB.cxx.obj [00:07:29] [135/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/PinholeSPECTUB_Tools.cxx.obj [00:07:29] [136/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/PinholeSPECTUB_Weight3d.cxx.obj [00:07:29] [137/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ProjMatrixByBinPinholeSPECTUB.cxx.obj [00:07:33] [138/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ForwardProjectorByBinUsingProjMatrixByBin.cxx.obj [00:07:33] [139/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/BackProjectorByBinUsingProjMatrixByBin.cxx.obj [00:07:33] [140/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/RayTraceVoxelsOnCartesianGrid.cxx.obj [00:07:50] [141/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/BackProjectorByBinUsingSquareProjMatrixByBin.cxx.obj [00:07:50] [142/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ProjectorByBinPairUsingSeparateProjectors.cxx.obj [00:07:50] [143/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ProjectorByBinPairUsingProjMatrixByBin.cxx.obj [00:07:50] [144/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ProjectorByBinPair.cxx.obj [00:07:50] [145/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/BinNormalisationWithCalibration.cxx.obj [00:08:05] [146/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ChainedBinNormalisation.cxx.obj [00:08:05] [147/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/BinNormalisation.cxx.obj [00:08:05] [148/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/TrivialBinNormalisation.cxx.obj [00:08:05] [149/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/BinNormalisationFromProjData.cxx.obj [00:08:05] [150/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/BinNormalisationFromAttenuationImage.cxx.obj [00:08:05] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationFromAttenuationImage.cxx:21: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:05] inline virtual float get_tantheta(const Bin&) const; [00:08:05] ^ [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:08:05] inline virtual float get_tantheta(const Bin&) const; [00:08:05] ^ [00:08:05] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationFromAttenuationImage.cxx:21: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:05] inline float get_phi(const Bin&) const; [00:08:05] ^ [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:08:05] inline float get_phi(const Bin&) const; [00:08:05] ^ [00:08:05] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationFromAttenuationImage.cxx:21: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:05] inline float get_t(const Bin&) const; [00:08:05] ^ [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:08:05] inline float get_t(const Bin&) const; [00:08:05] ^ [00:08:05] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationFromAttenuationImage.cxx:21: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:05] inline float get_m(const Bin&) const; [00:08:05] ^ [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:08:05] inline float get_m(const Bin&) const; [00:08:05] ^ [00:08:05] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationFromAttenuationImage.cxx:21: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:05] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:08:05] ^ [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:08:05] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:08:05] ^ [00:08:05] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationFromAttenuationImage.cxx:21: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:05] set_num_views(const int new_num_views); [00:08:05] ^ [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:08:05] set_num_views(const int new_num_views); [00:08:05] ^ [00:08:05] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationFromAttenuationImage.cxx:21: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:05] virtual inline float get_sampling_in_t(const Bin&) const; [00:08:05] ^ [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:08:05] virtual inline float get_sampling_in_t(const Bin&) const; [00:08:05] ^ [00:08:05] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationFromAttenuationImage.cxx:21: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:05] virtual inline float get_sampling_in_m(const Bin&) const; [00:08:05] ^ [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:08:05] virtual inline float get_sampling_in_m(const Bin&) const; [00:08:05] ^ [00:08:05] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationFromAttenuationImage.cxx:21: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:05] virtual std::string parameter_info() const; [00:08:05] ^ [00:08:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:08:05] virtual std::string parameter_info() const; [00:08:05] ^ [00:08:05] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationFromAttenuationImage.cxx:21: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:08:05] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:08:05] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:08:05] } [00:08:05] ^ [00:08:09] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:08:09] } [00:08:09] ^ [00:08:09] 11 warnings generated. [00:08:09] [151/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/BinNormalisationSPECT.cxx.obj [00:08:09] [152/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/BinNormalisationPETFromComponents.cxx.obj [00:08:09] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationPETFromComponents.cxx:21: [00:08:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:08:09] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:09] inline virtual float get_tantheta(const Bin&) const; [00:08:09] ^ [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:08:09] inline virtual float get_tantheta(const Bin&) const; [00:08:09] ^ [00:08:09] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationPETFromComponents.cxx:21: [00:08:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:08:09] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:09] inline float get_phi(const Bin&) const; [00:08:09] ^ [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:08:09] inline float get_phi(const Bin&) const; [00:08:09] ^ [00:08:09] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationPETFromComponents.cxx:21: [00:08:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:08:09] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:09] inline float get_t(const Bin&) const; [00:08:09] ^ [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:08:09] inline float get_t(const Bin&) const; [00:08:09] ^ [00:08:09] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationPETFromComponents.cxx:21: [00:08:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:08:09] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:09] inline float get_m(const Bin&) const; [00:08:09] ^ [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:08:09] inline float get_m(const Bin&) const; [00:08:09] ^ [00:08:09] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationPETFromComponents.cxx:21: [00:08:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:08:09] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:08:09] ^ [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:08:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:08:09] ^ [00:08:09] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationPETFromComponents.cxx:21: [00:08:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:08:09] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:09] set_num_views(const int new_num_views); [00:08:09] ^ [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:08:09] set_num_views(const int new_num_views); [00:08:09] ^ [00:08:09] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationPETFromComponents.cxx:21: [00:08:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:08:09] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:08:09] ^ [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:08:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:08:09] ^ [00:08:09] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationPETFromComponents.cxx:21: [00:08:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:08:09] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:08:09] ^ [00:08:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:08:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:08:09] ^ [00:08:09] In file included from C:/projects/stir/src/recon_buildblock/BinNormalisationPETFromComponents.cxx:21: [00:08:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:08:09] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:18] virtual std::string parameter_info() const; [00:08:18] ^ [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:08:18] virtual std::string parameter_info() const; [00:08:18] ^ [00:08:18] 9 warnings generated. [00:08:18] [153/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/GeneralisedPrior.cxx.obj [00:08:18] [154/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ML_estimate_component_based_normalisation.cxx.obj [00:08:18] In file included from C:/projects/stir/src/recon_buildblock/ML_estimate_component_based_normalisation.cxx:24: [00:08:18] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:18] inline virtual float get_tantheta(const Bin&) const; [00:08:18] ^ [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:08:18] inline virtual float get_tantheta(const Bin&) const; [00:08:18] ^ [00:08:18] In file included from C:/projects/stir/src/recon_buildblock/ML_estimate_component_based_normalisation.cxx:24: [00:08:18] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:18] inline float get_phi(const Bin&) const; [00:08:18] ^ [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:08:18] inline float get_phi(const Bin&) const; [00:08:18] ^ [00:08:18] In file included from C:/projects/stir/src/recon_buildblock/ML_estimate_component_based_normalisation.cxx:24: [00:08:18] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:18] inline float get_t(const Bin&) const; [00:08:18] ^ [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:08:18] inline float get_t(const Bin&) const; [00:08:18] ^ [00:08:18] In file included from C:/projects/stir/src/recon_buildblock/ML_estimate_component_based_normalisation.cxx:24: [00:08:18] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:18] inline float get_m(const Bin&) const; [00:08:18] ^ [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:08:18] inline float get_m(const Bin&) const; [00:08:18] ^ [00:08:18] In file included from C:/projects/stir/src/recon_buildblock/ML_estimate_component_based_normalisation.cxx:24: [00:08:18] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:18] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:08:18] ^ [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:08:18] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:08:18] ^ [00:08:18] In file included from C:/projects/stir/src/recon_buildblock/ML_estimate_component_based_normalisation.cxx:24: [00:08:18] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:18] set_num_views(const int new_num_views); [00:08:18] ^ [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:08:18] set_num_views(const int new_num_views); [00:08:18] ^ [00:08:18] In file included from C:/projects/stir/src/recon_buildblock/ML_estimate_component_based_normalisation.cxx:24: [00:08:18] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:18] virtual inline float get_sampling_in_t(const Bin&) const; [00:08:18] ^ [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:08:18] virtual inline float get_sampling_in_t(const Bin&) const; [00:08:18] ^ [00:08:18] In file included from C:/projects/stir/src/recon_buildblock/ML_estimate_component_based_normalisation.cxx:24: [00:08:18] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:18] virtual inline float get_sampling_in_m(const Bin&) const; [00:08:18] ^ [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:08:18] virtual inline float get_sampling_in_m(const Bin&) const; [00:08:18] ^ [00:08:18] In file included from C:/projects/stir/src/recon_buildblock/ML_estimate_component_based_normalisation.cxx:24: [00:08:18] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:08:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:08:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:08:18] virtual std::string parameter_info() const; [00:08:30] ^ [00:08:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:08:30] virtual std::string parameter_info() const; [00:08:30] ^ [00:08:30] 9 warnings generated. [00:08:30] [155/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/ProjDataRebinning.cxx.obj [00:08:30] [156/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/PLSPrior.cxx.obj [00:08:30] [157/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/FourierRebinning.cxx.obj [00:08:30] C:/projects/stir/src/recon_buildblock/FourierRebinning.cxx:127:151: warning: for loop has empty body [-Wempty-body] [00:08:30] for ( num_tang_poss_pow2 = 1; num_tang_poss_pow2 < proj_data_sptr->get_num_tangential_poss() && num_tang_poss_pow2 < (1<<15); num_tang_poss_pow2*=2); [00:08:30] ^ [00:08:42] C:/projects/stir/src/recon_buildblock/FourierRebinning.cxx:127:151: note: put the semicolon on a separate line to silence this warning [00:08:42] 1 warning generated. [00:08:42] [158/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/QuadraticPrior.cxx.obj [00:08:42] [159/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/FilterRootPrior.cxx.obj [00:08:42] [160/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/RelativeDifferencePrior.cxx.obj [00:09:06] [161/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/LogcoshPrior.cxx.obj [00:09:06] [162/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/GeneralisedObjectiveFunction.cxx.obj [00:09:06] [163/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/PoissonLogLikelihoodWithLinearModelForMean.cxx.obj [00:09:06] [164/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj [00:09:25] [165/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/PoissonLogLikelihoodWithLinearModelForMeanAndListModeData.cxx.obj [00:09:25] [166/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj [00:09:25] [167/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/PoissonLogLikelihoodWithLinearModelForMeanAndGatedProjDataWithMotion.cxx.obj [00:09:44] [168/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/PoissonLogLikelihoodWithLinearKineticModelAndDynamicProjectionData.cxx.obj [00:09:44] [169/1437] Building CXX object src/modelling_buildblock/CMakeFiles/modelling_buildblock.dir/KineticModel.cxx.obj [00:09:44] [170/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/SqrtHessianRowSum.cxx.obj [00:09:44] [171/1437] Building CXX object src/recon_buildblock/CMakeFiles/recon_buildblock.dir/BinNormalisationFromECAT8.cxx.obj [00:09:44] [172/1437] Building CXX object src/modelling_buildblock/CMakeFiles/modelling_buildblock.dir/PatlakPlot.cxx.obj [00:09:49] [173/1437] Building CXX object src/listmode_buildblock/CMakeFiles/listmode_buildblock.dir/ListModeData.cxx.obj [00:09:49] [174/1437] Building CXX object src/modelling_buildblock/CMakeFiles/modelling_buildblock.dir/ParametricDiscretisedDensity.cxx.obj [00:09:49] [175/1437] Building CXX object src/listmode_buildblock/CMakeFiles/listmode_buildblock.dir/ListEvent.cxx.obj [00:09:49] [176/1437] Building CXX object src/listmode_buildblock/CMakeFiles/listmode_buildblock.dir/LmToProjDataAbstract.cxx.obj [00:10:06] [177/1437] Building CXX object src/listmode_buildblock/CMakeFiles/listmode_buildblock.dir/CListEvent.cxx.obj [00:10:06] [178/1437] Building CXX object src/listmode_buildblock/CMakeFiles/listmode_buildblock.dir/LmToProjDataWithRandomRejection.cxx.obj [00:10:06] [179/1437] Building CXX object src/listmode_buildblock/CMakeFiles/listmode_buildblock.dir/LmToProjDataBootstrap.cxx.obj [00:10:06] [180/1437] Building CXX object src/listmode_buildblock/CMakeFiles/listmode_buildblock.dir/LmToProjData.cxx.obj [00:10:12] [181/1437] Building CXX object src/listmode_buildblock/CMakeFiles/listmode_buildblock.dir/CListRecordECAT8_32bit.cxx.obj [00:10:12] [182/1437] Building CXX object src/listmode_buildblock/CMakeFiles/listmode_buildblock.dir/CListModeDataECAT8_32bit.cxx.obj [00:10:12] [183/1437] Building CXX object src/listmode_buildblock/CMakeFiles/listmode_buildblock.dir/CListModeDataSAFIR.cxx.obj [00:10:12] In file included from C:/projects/stir/src/listmode_buildblock/CListModeDataSAFIR.cxx:41: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListModeDataSAFIR.h:47: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:12] inline virtual float get_tantheta(const Bin&) const; [00:10:12] ^ [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:10:12] inline virtual float get_tantheta(const Bin&) const; [00:10:12] ^ [00:10:12] In file included from C:/projects/stir/src/listmode_buildblock/CListModeDataSAFIR.cxx:41: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListModeDataSAFIR.h:47: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:12] inline float get_phi(const Bin&) const; [00:10:12] ^ [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:10:12] inline float get_phi(const Bin&) const; [00:10:12] ^ [00:10:12] In file included from C:/projects/stir/src/listmode_buildblock/CListModeDataSAFIR.cxx:41: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListModeDataSAFIR.h:47: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:12] inline float get_t(const Bin&) const; [00:10:12] ^ [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:10:12] inline float get_t(const Bin&) const; [00:10:12] ^ [00:10:12] In file included from C:/projects/stir/src/listmode_buildblock/CListModeDataSAFIR.cxx:41: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListModeDataSAFIR.h:47: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:12] inline float get_m(const Bin&) const; [00:10:12] ^ [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:10:12] inline float get_m(const Bin&) const; [00:10:12] ^ [00:10:12] In file included from C:/projects/stir/src/listmode_buildblock/CListModeDataSAFIR.cxx:41: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListModeDataSAFIR.h:47: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:12] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:10:12] ^ [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:10:12] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:10:12] ^ [00:10:12] In file included from C:/projects/stir/src/listmode_buildblock/CListModeDataSAFIR.cxx:41: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListModeDataSAFIR.h:47: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:12] set_num_views(const int new_num_views); [00:10:12] ^ [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:10:12] set_num_views(const int new_num_views); [00:10:12] ^ [00:10:12] In file included from C:/projects/stir/src/listmode_buildblock/CListModeDataSAFIR.cxx:41: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListModeDataSAFIR.h:47: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:12] virtual inline float get_sampling_in_t(const Bin&) const; [00:10:12] ^ [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:10:12] virtual inline float get_sampling_in_t(const Bin&) const; [00:10:12] ^ [00:10:12] In file included from C:/projects/stir/src/listmode_buildblock/CListModeDataSAFIR.cxx:41: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListModeDataSAFIR.h:47: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:12] virtual inline float get_sampling_in_m(const Bin&) const; [00:10:12] ^ [00:10:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:10:12] virtual inline float get_sampling_in_m(const Bin&) const; [00:10:12] ^ [00:10:12] In file included from C:/projects/stir/src/listmode_buildblock/CListModeDataSAFIR.cxx:41: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListModeDataSAFIR.h:47: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:10:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:10:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:13] virtual std::string parameter_info() const; [00:10:13] ^ [00:10:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:10:13] virtual std::string parameter_info() const; [00:10:13] ^ [00:10:13] 9 warnings generated. [00:10:29] [184/1437] Building CXX object src/IO/CMakeFiles/IO.dir/OutputFileFormat.cxx.obj [00:10:29] [185/1437] Building CXX object src/IO/CMakeFiles/IO.dir/OutputFileFormat_default.cxx.obj [00:10:29] [186/1437] Building CXX object src/IO/CMakeFiles/IO.dir/InterfileOutputFileFormat.cxx.obj [00:10:29] [187/1437] Building CXX object src/IO/CMakeFiles/IO.dir/InterfilePDFSHeaderSPECT.cxx.obj [00:10:29] [188/1437] Building CXX object src/IO/CMakeFiles/IO.dir/InterfileHeader.cxx.obj [00:10:29] In file included from C:/projects/stir/src/IO/InterfileHeader.cxx:35: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:29] inline virtual float get_tantheta(const Bin&) const; [00:10:29] ^ [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:10:29] inline virtual float get_tantheta(const Bin&) const; [00:10:29] ^ [00:10:29] In file included from C:/projects/stir/src/IO/InterfileHeader.cxx:35: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:29] inline float get_phi(const Bin&) const; [00:10:29] ^ [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:10:29] inline float get_phi(const Bin&) const; [00:10:29] ^ [00:10:29] In file included from C:/projects/stir/src/IO/InterfileHeader.cxx:35: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:29] inline float get_t(const Bin&) const; [00:10:29] ^ [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:10:29] inline float get_t(const Bin&) const; [00:10:29] ^ [00:10:29] In file included from C:/projects/stir/src/IO/InterfileHeader.cxx:35: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:29] inline float get_m(const Bin&) const; [00:10:29] ^ [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:10:29] inline float get_m(const Bin&) const; [00:10:29] ^ [00:10:29] In file included from C:/projects/stir/src/IO/InterfileHeader.cxx:35: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:29] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:10:29] ^ [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:10:29] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:10:29] ^ [00:10:29] In file included from C:/projects/stir/src/IO/InterfileHeader.cxx:35: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:29] set_num_views(const int new_num_views); [00:10:29] ^ [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:10:29] set_num_views(const int new_num_views); [00:10:29] ^ [00:10:29] In file included from C:/projects/stir/src/IO/InterfileHeader.cxx:35: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:29] virtual inline float get_sampling_in_t(const Bin&) const; [00:10:29] ^ [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:10:29] virtual inline float get_sampling_in_t(const Bin&) const; [00:10:29] ^ [00:10:29] In file included from C:/projects/stir/src/IO/InterfileHeader.cxx:35: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:29] virtual inline float get_sampling_in_m(const Bin&) const; [00:10:29] ^ [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:10:29] virtual inline float get_sampling_in_m(const Bin&) const; [00:10:29] ^ [00:10:29] In file included from C:/projects/stir/src/IO/InterfileHeader.cxx:35: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:10:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:10:29] virtual std::string parameter_info() const; [00:10:29] ^ [00:10:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:10:51] virtual std::string parameter_info() const; [00:10:51] ^ [00:10:51] 9 warnings generated. [00:10:51] [189/1437] Building CXX object src/IO/CMakeFiles/IO.dir/InterfileHeaderSiemens.cxx.obj [00:10:51] [190/1437] Building CXX object src/IO/CMakeFiles/IO.dir/InputFileFormatRegistry.cxx.obj [00:10:51] [191/1437] Building CXX object src/IO/CMakeFiles/IO.dir/InterfileDynamicDiscretisedDensityOutputFileFormat.cxx.obj [00:10:51] [192/1437] Building CXX object src/IO/CMakeFiles/IO.dir/InterfileParametricDiscretisedDensityOutputFileFormat.cxx.obj [00:11:01] [193/1437] Building CXX object src/IO/CMakeFiles/IO.dir/MultiDynamicDiscretisedDensityOutputFileFormat.cxx.obj [00:11:01] [194/1437] Building CXX object src/IO/CMakeFiles/IO.dir/MultiParametricDiscretisedDensityOutputFileFormat.cxx.obj [00:11:01] [195/1437] Building CXX object src/IO/CMakeFiles/IO.dir/GIPL_ImageFormat.cxx.obj [00:11:01] [196/1437] Building CXX object src/spatial_transformation_buildblock/CMakeFiles/spatial_transformation_buildblock.dir/SpatialTransformation.cxx.obj [00:11:01] [197/1437] Building CXX object src/IO/CMakeFiles/IO.dir/stir_ecat_common.cxx.obj [00:11:01] [198/1437] Building CXX object src/IO/CMakeFiles/IO.dir/interfile.cxx.obj [00:11:01] In file included from C:/projects/stir/src/IO/interfile.cxx:56: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:01] inline virtual float get_tantheta(const Bin&) const; [00:11:01] ^ [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:11:01] inline virtual float get_tantheta(const Bin&) const; [00:11:01] ^ [00:11:01] In file included from C:/projects/stir/src/IO/interfile.cxx:56: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:01] inline float get_phi(const Bin&) const; [00:11:01] ^ [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:11:01] inline float get_phi(const Bin&) const; [00:11:01] ^ [00:11:01] In file included from C:/projects/stir/src/IO/interfile.cxx:56: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:01] inline float get_t(const Bin&) const; [00:11:01] ^ [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:11:01] inline float get_t(const Bin&) const; [00:11:01] ^ [00:11:01] In file included from C:/projects/stir/src/IO/interfile.cxx:56: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:01] inline float get_m(const Bin&) const; [00:11:01] ^ [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:11:01] inline float get_m(const Bin&) const; [00:11:01] ^ [00:11:01] In file included from C:/projects/stir/src/IO/interfile.cxx:56: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:01] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:11:01] ^ [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:11:01] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:11:01] ^ [00:11:01] In file included from C:/projects/stir/src/IO/interfile.cxx:56: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:01] set_num_views(const int new_num_views); [00:11:01] ^ [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:11:01] set_num_views(const int new_num_views); [00:11:01] ^ [00:11:01] In file included from C:/projects/stir/src/IO/interfile.cxx:56: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:01] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:01] ^ [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:11:01] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:01] ^ [00:11:01] In file included from C:/projects/stir/src/IO/interfile.cxx:56: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:01] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:01] ^ [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:11:01] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:01] ^ [00:11:01] In file included from C:/projects/stir/src/IO/interfile.cxx:56: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:01] virtual std::string parameter_info() const; [00:11:01] ^ [00:11:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:11:08] virtual std::string parameter_info() const; [00:11:08] ^ [00:11:08] 9 warnings generated. [00:11:08] [199/1437] Linking CXX static library src\IO\IO.lib [00:11:08] [200/1437] Linking CXX static library src\modelling_buildblock\modelling_buildblock.lib [00:11:08] [201/1437] Building CXX object src/spatial_transformation_buildblock/CMakeFiles/spatial_transformation_buildblock.dir/GatedSpatialTransformation.cxx.obj [00:11:13] [202/1437] Building CXX object src/spatial_transformation_buildblock/CMakeFiles/spatial_transformation_buildblock.dir/warp_image.cxx.obj [00:11:13] [203/1437] Linking CXX static library src\listmode_buildblock\listmode_buildblock.lib [00:11:13] [204/1437] Building CXX object src/spatial_transformation_buildblock/CMakeFiles/spatial_transformation_buildblock.dir/InvertAxis.cxx.obj [00:11:13] [205/1437] Building CXX object src/Shape_buildblock/CMakeFiles/Shape_buildblock.dir/DiscretisedShape3D.cxx.obj [00:11:20] [206/1437] Linking CXX static library src\spatial_transformation_buildblock\spatial_transformation_buildblock.lib [00:11:20] [207/1437] Building CXX object src/Shape_buildblock/CMakeFiles/Shape_buildblock.dir/Shape3D.cxx.obj [00:11:20] [208/1437] Linking CXX static library src\recon_buildblock\recon_buildblock.lib [00:11:20] [209/1437] Building CXX object src/Shape_buildblock/CMakeFiles/Shape_buildblock.dir/Shape3DWithOrientation.cxx.obj [00:11:20] [210/1437] Building CXX object src/Shape_buildblock/CMakeFiles/Shape_buildblock.dir/Ellipsoid.cxx.obj [00:11:29] [211/1437] Building CXX object src/Shape_buildblock/CMakeFiles/Shape_buildblock.dir/EllipsoidalCylinder.cxx.obj [00:11:29] [212/1437] Building CXX object src/Shape_buildblock/CMakeFiles/Shape_buildblock.dir/Box3D.cxx.obj [00:11:29] [213/1437] Building CXX object src/eval_buildblock/CMakeFiles/eval_buildblock.dir/compute_ROI_values.cxx.obj [00:11:29] [214/1437] Building CXX object src/eval_buildblock/CMakeFiles/eval_buildblock.dir/ROIValues.cxx.obj [00:11:29] [215/1437] Building CXX object src/Shape_buildblock/CMakeFiles/Shape_buildblock.dir/GenerateImage.cxx.obj [00:11:35] [216/1437] Linking CXX static library src\eval_buildblock\eval_buildblock.lib [00:11:35] [217/1437] Linking CXX static library src\Shape_buildblock\Shape_buildblock.lib [00:11:35] [218/1437] Building CXX object src/scatter_buildblock/CMakeFiles/scatter_buildblock.dir/single_scatter_estimate.cxx.obj [00:11:35] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_estimate.cxx:20: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:35] inline virtual float get_tantheta(const Bin&) const; [00:11:35] ^ [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:11:35] inline virtual float get_tantheta(const Bin&) const; [00:11:35] ^ [00:11:35] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_estimate.cxx:20: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:35] inline float get_phi(const Bin&) const; [00:11:35] ^ [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:11:35] inline float get_phi(const Bin&) const; [00:11:35] ^ [00:11:35] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_estimate.cxx:20: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:35] inline float get_t(const Bin&) const; [00:11:35] ^ [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:11:35] inline float get_t(const Bin&) const; [00:11:35] ^ [00:11:35] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_estimate.cxx:20: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:35] inline float get_m(const Bin&) const; [00:11:35] ^ [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:11:35] inline float get_m(const Bin&) const; [00:11:35] ^ [00:11:35] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_estimate.cxx:20: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:35] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:11:35] ^ [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:11:35] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:11:35] ^ [00:11:35] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_estimate.cxx:20: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:35] set_num_views(const int new_num_views); [00:11:35] ^ [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:11:35] set_num_views(const int new_num_views); [00:11:35] ^ [00:11:35] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_estimate.cxx:20: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:35] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:35] ^ [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:11:35] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:35] ^ [00:11:35] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_estimate.cxx:20: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:35] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:35] ^ [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:11:35] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:35] ^ [00:11:35] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_estimate.cxx:20: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:35] virtual std::string parameter_info() const; [00:11:35] ^ [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:11:36] virtual std::string parameter_info() const; [00:11:36] ^ [00:11:36] 9 warnings generated. [00:11:36] [219/1437] Building CXX object src/scatter_buildblock/CMakeFiles/scatter_buildblock.dir/single_scatter_integrals.cxx.obj [00:11:36] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_integrals.cxx:25: [00:11:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:36] inline virtual float get_tantheta(const Bin&) const; [00:11:36] ^ [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:11:36] inline virtual float get_tantheta(const Bin&) const; [00:11:36] ^ [00:11:36] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_integrals.cxx:25: [00:11:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:36] inline float get_phi(const Bin&) const; [00:11:36] ^ [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:11:36] inline float get_phi(const Bin&) const; [00:11:36] ^ [00:11:36] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_integrals.cxx:25: [00:11:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:36] inline float get_t(const Bin&) const; [00:11:36] ^ [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:11:36] inline float get_t(const Bin&) const; [00:11:36] ^ [00:11:36] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_integrals.cxx:25: [00:11:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:36] inline float get_m(const Bin&) const; [00:11:36] ^ [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:11:36] inline float get_m(const Bin&) const; [00:11:36] ^ [00:11:36] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_integrals.cxx:25: [00:11:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:36] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:11:36] ^ [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:11:36] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:11:36] ^ [00:11:36] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_integrals.cxx:25: [00:11:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:36] set_num_views(const int new_num_views); [00:11:36] ^ [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:11:36] set_num_views(const int new_num_views); [00:11:36] ^ [00:11:36] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_integrals.cxx:25: [00:11:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:36] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:36] ^ [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:11:36] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:36] ^ [00:11:36] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_integrals.cxx:25: [00:11:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:36] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:36] ^ [00:11:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:11:36] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:36] ^ [00:11:36] In file included from C:/projects/stir/src/scatter_buildblock/single_scatter_integrals.cxx:25: [00:11:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:39] virtual std::string parameter_info() const; [00:11:39] ^ [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:11:39] virtual std::string parameter_info() const; [00:11:39] ^ [00:11:39] 9 warnings generated. [00:11:39] [220/1437] Building CXX object src/scatter_buildblock/CMakeFiles/scatter_buildblock.dir/sample_scatter_points.cxx.obj [00:11:39] In file included from C:/projects/stir/src/scatter_buildblock/sample_scatter_points.cxx:21: [00:11:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:39] inline virtual float get_tantheta(const Bin&) const; [00:11:39] ^ [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:11:39] inline virtual float get_tantheta(const Bin&) const; [00:11:39] ^ [00:11:39] In file included from C:/projects/stir/src/scatter_buildblock/sample_scatter_points.cxx:21: [00:11:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:39] inline float get_phi(const Bin&) const; [00:11:39] ^ [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:11:39] inline float get_phi(const Bin&) const; [00:11:39] ^ [00:11:39] In file included from C:/projects/stir/src/scatter_buildblock/sample_scatter_points.cxx:21: [00:11:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:39] inline float get_t(const Bin&) const; [00:11:39] ^ [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:11:39] inline float get_t(const Bin&) const; [00:11:39] ^ [00:11:39] In file included from C:/projects/stir/src/scatter_buildblock/sample_scatter_points.cxx:21: [00:11:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:39] inline float get_m(const Bin&) const; [00:11:39] ^ [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:11:39] inline float get_m(const Bin&) const; [00:11:39] ^ [00:11:39] In file included from C:/projects/stir/src/scatter_buildblock/sample_scatter_points.cxx:21: [00:11:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:39] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:11:39] ^ [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:11:39] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:11:39] ^ [00:11:39] In file included from C:/projects/stir/src/scatter_buildblock/sample_scatter_points.cxx:21: [00:11:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:39] set_num_views(const int new_num_views); [00:11:39] ^ [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:11:39] set_num_views(const int new_num_views); [00:11:39] ^ [00:11:39] In file included from C:/projects/stir/src/scatter_buildblock/sample_scatter_points.cxx:21: [00:11:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:39] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:39] ^ [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:11:39] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:39] ^ [00:11:39] In file included from C:/projects/stir/src/scatter_buildblock/sample_scatter_points.cxx:21: [00:11:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:39] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:39] ^ [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:11:39] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:39] ^ [00:11:39] In file included from C:/projects/stir/src/scatter_buildblock/sample_scatter_points.cxx:21: [00:11:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:42] virtual std::string parameter_info() const; [00:11:42] ^ [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:11:42] virtual std::string parameter_info() const; [00:11:42] ^ [00:11:42] 9 warnings generated. [00:11:42] [221/1437] Building CXX object src/scatter_buildblock/CMakeFiles/scatter_buildblock.dir/scatter_detection_modelling.cxx.obj [00:11:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_detection_modelling.cxx:24: [00:11:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:42] inline virtual float get_tantheta(const Bin&) const; [00:11:42] ^ [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:11:42] inline virtual float get_tantheta(const Bin&) const; [00:11:42] ^ [00:11:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_detection_modelling.cxx:24: [00:11:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:42] inline float get_phi(const Bin&) const; [00:11:42] ^ [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:11:42] inline float get_phi(const Bin&) const; [00:11:42] ^ [00:11:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_detection_modelling.cxx:24: [00:11:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:42] inline float get_t(const Bin&) const; [00:11:42] ^ [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:11:42] inline float get_t(const Bin&) const; [00:11:42] ^ [00:11:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_detection_modelling.cxx:24: [00:11:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:42] inline float get_m(const Bin&) const; [00:11:42] ^ [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:11:42] inline float get_m(const Bin&) const; [00:11:42] ^ [00:11:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_detection_modelling.cxx:24: [00:11:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:11:42] ^ [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:11:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:11:42] ^ [00:11:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_detection_modelling.cxx:24: [00:11:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:42] set_num_views(const int new_num_views); [00:11:42] ^ [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:11:42] set_num_views(const int new_num_views); [00:11:42] ^ [00:11:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_detection_modelling.cxx:24: [00:11:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:42] ^ [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:11:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:42] ^ [00:11:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_detection_modelling.cxx:24: [00:11:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:42] ^ [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:11:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:42] ^ [00:11:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_detection_modelling.cxx:24: [00:11:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:42] virtual std::string parameter_info() const; [00:11:42] ^ [00:11:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:11:42] virtual std::string parameter_info() const; [00:11:43] ^ [00:11:43] 9 warnings generated. [00:11:43] [222/1437] Building CXX object src/scatter_buildblock/CMakeFiles/scatter_buildblock.dir/cached_single_scatter_integrals.cxx.obj [00:11:43] In file included from C:/projects/stir/src/scatter_buildblock/cached_single_scatter_integrals.cxx:21: [00:11:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:43] inline virtual float get_tantheta(const Bin&) const; [00:11:43] ^ [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:11:43] inline virtual float get_tantheta(const Bin&) const; [00:11:43] ^ [00:11:43] In file included from C:/projects/stir/src/scatter_buildblock/cached_single_scatter_integrals.cxx:21: [00:11:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:43] inline float get_phi(const Bin&) const; [00:11:43] ^ [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:11:43] inline float get_phi(const Bin&) const; [00:11:43] ^ [00:11:43] In file included from C:/projects/stir/src/scatter_buildblock/cached_single_scatter_integrals.cxx:21: [00:11:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:43] inline float get_t(const Bin&) const; [00:11:43] ^ [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:11:43] inline float get_t(const Bin&) const; [00:11:43] ^ [00:11:43] In file included from C:/projects/stir/src/scatter_buildblock/cached_single_scatter_integrals.cxx:21: [00:11:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:43] inline float get_m(const Bin&) const; [00:11:43] ^ [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:11:43] inline float get_m(const Bin&) const; [00:11:43] ^ [00:11:43] In file included from C:/projects/stir/src/scatter_buildblock/cached_single_scatter_integrals.cxx:21: [00:11:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:43] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:11:43] ^ [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:11:43] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:11:43] ^ [00:11:43] In file included from C:/projects/stir/src/scatter_buildblock/cached_single_scatter_integrals.cxx:21: [00:11:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:43] set_num_views(const int new_num_views); [00:11:43] ^ [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:11:43] set_num_views(const int new_num_views); [00:11:43] ^ [00:11:43] In file included from C:/projects/stir/src/scatter_buildblock/cached_single_scatter_integrals.cxx:21: [00:11:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:43] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:43] ^ [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:11:43] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:43] ^ [00:11:43] In file included from C:/projects/stir/src/scatter_buildblock/cached_single_scatter_integrals.cxx:21: [00:11:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:43] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:43] ^ [00:11:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:11:43] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:43] ^ [00:11:43] In file included from C:/projects/stir/src/scatter_buildblock/cached_single_scatter_integrals.cxx:21: [00:11:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:45] virtual std::string parameter_info() const; [00:11:45] ^ [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:11:45] virtual std::string parameter_info() const; [00:11:45] ^ [00:11:45] 9 warnings generated. [00:11:45] [223/1437] Building CXX object src/scatter_buildblock/CMakeFiles/scatter_buildblock.dir/scatter_estimate_for_one_scatter_point.cxx.obj [00:11:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_estimate_for_one_scatter_point.cxx:23: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:45] inline virtual float get_tantheta(const Bin&) const; [00:11:45] ^ [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:11:45] inline virtual float get_tantheta(const Bin&) const; [00:11:45] ^ [00:11:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_estimate_for_one_scatter_point.cxx:23: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:45] inline float get_phi(const Bin&) const; [00:11:45] ^ [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:11:45] inline float get_phi(const Bin&) const; [00:11:45] ^ [00:11:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_estimate_for_one_scatter_point.cxx:23: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:45] inline float get_t(const Bin&) const; [00:11:45] ^ [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:11:45] inline float get_t(const Bin&) const; [00:11:45] ^ [00:11:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_estimate_for_one_scatter_point.cxx:23: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:45] inline float get_m(const Bin&) const; [00:11:45] ^ [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:11:45] inline float get_m(const Bin&) const; [00:11:45] ^ [00:11:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_estimate_for_one_scatter_point.cxx:23: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:11:45] ^ [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:11:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:11:45] ^ [00:11:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_estimate_for_one_scatter_point.cxx:23: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:45] set_num_views(const int new_num_views); [00:11:45] ^ [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:11:45] set_num_views(const int new_num_views); [00:11:45] ^ [00:11:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_estimate_for_one_scatter_point.cxx:23: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:45] ^ [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:11:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:45] ^ [00:11:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_estimate_for_one_scatter_point.cxx:23: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:45] ^ [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:11:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:45] ^ [00:11:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_estimate_for_one_scatter_point.cxx:23: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:11:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:45] virtual std::string parameter_info() const; [00:11:45] ^ [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:11:57] virtual std::string parameter_info() const; [00:11:57] ^ [00:11:57] 9 warnings generated. [00:11:57] [224/1437] Building CXX object src/scatter_buildblock/CMakeFiles/scatter_buildblock.dir/CreateTailMaskFromACFs.cxx.obj [00:11:57] [225/1437] Building CXX object src/scatter_buildblock/CMakeFiles/scatter_buildblock.dir/upsample_and_fit_scatter_estimate.cxx.obj [00:11:57] In file included from C:/projects/stir/src/scatter_buildblock/upsample_and_fit_scatter_estimate.cxx:25: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:57] inline virtual float get_tantheta(const Bin&) const; [00:11:57] ^ [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:11:57] inline virtual float get_tantheta(const Bin&) const; [00:11:57] ^ [00:11:57] In file included from C:/projects/stir/src/scatter_buildblock/upsample_and_fit_scatter_estimate.cxx:25: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:57] inline float get_phi(const Bin&) const; [00:11:57] ^ [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:11:57] inline float get_phi(const Bin&) const; [00:11:57] ^ [00:11:57] In file included from C:/projects/stir/src/scatter_buildblock/upsample_and_fit_scatter_estimate.cxx:25: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:57] inline float get_t(const Bin&) const; [00:11:57] ^ [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:11:57] inline float get_t(const Bin&) const; [00:11:57] ^ [00:11:57] In file included from C:/projects/stir/src/scatter_buildblock/upsample_and_fit_scatter_estimate.cxx:25: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:57] inline float get_m(const Bin&) const; [00:11:57] ^ [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:11:57] inline float get_m(const Bin&) const; [00:11:57] ^ [00:11:57] In file included from C:/projects/stir/src/scatter_buildblock/upsample_and_fit_scatter_estimate.cxx:25: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:11:57] ^ [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:11:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:11:57] ^ [00:11:57] In file included from C:/projects/stir/src/scatter_buildblock/upsample_and_fit_scatter_estimate.cxx:25: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:57] set_num_views(const int new_num_views); [00:11:57] ^ [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:11:57] set_num_views(const int new_num_views); [00:11:57] ^ [00:11:57] In file included from C:/projects/stir/src/scatter_buildblock/upsample_and_fit_scatter_estimate.cxx:25: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:57] ^ [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:11:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:11:57] ^ [00:11:57] In file included from C:/projects/stir/src/scatter_buildblock/upsample_and_fit_scatter_estimate.cxx:25: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:11:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:57] ^ [00:11:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:11:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:11:57] ^ [00:11:57] In file included from C:/projects/stir/src/scatter_buildblock/upsample_and_fit_scatter_estimate.cxx:25: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:11:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:11:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:04] virtual std::string parameter_info() const; [00:12:04] ^ [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:12:04] virtual std::string parameter_info() const; [00:12:04] ^ [00:12:04] 9 warnings generated. [00:12:04] [226/1437] Building CXX object src/scatter_buildblock/CMakeFiles/scatter_buildblock.dir/SingleScatterSimulation.cxx.obj [00:12:04] In file included from C:/projects/stir/src/scatter_buildblock/SingleScatterSimulation.cxx:9: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:04] inline virtual float get_tantheta(const Bin&) const; [00:12:04] ^ [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:12:04] inline virtual float get_tantheta(const Bin&) const; [00:12:04] ^ [00:12:04] In file included from C:/projects/stir/src/scatter_buildblock/SingleScatterSimulation.cxx:9: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:04] inline float get_phi(const Bin&) const; [00:12:04] ^ [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:12:04] inline float get_phi(const Bin&) const; [00:12:04] ^ [00:12:04] In file included from C:/projects/stir/src/scatter_buildblock/SingleScatterSimulation.cxx:9: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:04] inline float get_t(const Bin&) const; [00:12:04] ^ [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:12:04] inline float get_t(const Bin&) const; [00:12:04] ^ [00:12:04] In file included from C:/projects/stir/src/scatter_buildblock/SingleScatterSimulation.cxx:9: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:04] inline float get_m(const Bin&) const; [00:12:04] ^ [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:12:04] inline float get_m(const Bin&) const; [00:12:04] ^ [00:12:04] In file included from C:/projects/stir/src/scatter_buildblock/SingleScatterSimulation.cxx:9: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:12:04] ^ [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:12:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:12:04] ^ [00:12:04] In file included from C:/projects/stir/src/scatter_buildblock/SingleScatterSimulation.cxx:9: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:04] set_num_views(const int new_num_views); [00:12:04] ^ [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:12:04] set_num_views(const int new_num_views); [00:12:04] ^ [00:12:04] In file included from C:/projects/stir/src/scatter_buildblock/SingleScatterSimulation.cxx:9: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:04] ^ [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:12:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:04] ^ [00:12:04] In file included from C:/projects/stir/src/scatter_buildblock/SingleScatterSimulation.cxx:9: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:04] ^ [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:12:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:04] ^ [00:12:04] In file included from C:/projects/stir/src/scatter_buildblock/SingleScatterSimulation.cxx:9: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:04] virtual std::string parameter_info() const; [00:12:04] ^ [00:12:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:12:04] virtual std::string parameter_info() const; [00:12:07] ^ [00:12:07] 9 warnings generated. [00:12:07] [227/1437] Building CXX object src/scatter_buildblock/CMakeFiles/scatter_buildblock.dir/ScatterEstimation.cxx.obj [00:12:07] In file included from C:/projects/stir/src/scatter_buildblock/ScatterEstimation.cxx:21: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:07] inline virtual float get_tantheta(const Bin&) const; [00:12:07] ^ [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:12:07] inline virtual float get_tantheta(const Bin&) const; [00:12:07] ^ [00:12:07] In file included from C:/projects/stir/src/scatter_buildblock/ScatterEstimation.cxx:21: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:07] inline float get_phi(const Bin&) const; [00:12:07] ^ [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:12:07] inline float get_phi(const Bin&) const; [00:12:07] ^ [00:12:07] In file included from C:/projects/stir/src/scatter_buildblock/ScatterEstimation.cxx:21: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:07] inline float get_t(const Bin&) const; [00:12:07] ^ [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:12:07] inline float get_t(const Bin&) const; [00:12:07] ^ [00:12:07] In file included from C:/projects/stir/src/scatter_buildblock/ScatterEstimation.cxx:21: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:07] inline float get_m(const Bin&) const; [00:12:07] ^ [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:12:07] inline float get_m(const Bin&) const; [00:12:07] ^ [00:12:07] In file included from C:/projects/stir/src/scatter_buildblock/ScatterEstimation.cxx:21: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:12:07] ^ [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:12:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:12:07] ^ [00:12:07] In file included from C:/projects/stir/src/scatter_buildblock/ScatterEstimation.cxx:21: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:07] set_num_views(const int new_num_views); [00:12:07] ^ [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:12:07] set_num_views(const int new_num_views); [00:12:07] ^ [00:12:07] In file included from C:/projects/stir/src/scatter_buildblock/ScatterEstimation.cxx:21: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:07] ^ [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:12:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:07] ^ [00:12:07] In file included from C:/projects/stir/src/scatter_buildblock/ScatterEstimation.cxx:21: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:07] ^ [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:12:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:07] ^ [00:12:07] In file included from C:/projects/stir/src/scatter_buildblock/ScatterEstimation.cxx:21: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:12:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:07] virtual std::string parameter_info() const; [00:12:07] ^ [00:12:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:12:07] virtual std::string parameter_info() const; [00:12:07] ^ [00:12:07] In file included from C:/projects/stir/src/scatter_buildblock/ScatterEstimation.cxx:45: [00:12:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:15] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:12:15] } [00:12:15] ^ [00:12:15] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:12:15] } [00:12:15] ^ [00:12:15] 11 warnings generated. [00:12:15] [228/1437] Building CXX object src/scatter_buildblock/CMakeFiles/scatter_buildblock.dir/ScatterSimulation.cxx.obj [00:12:15] In file included from C:/projects/stir/src/scatter_buildblock/ScatterSimulation.cxx:24: [00:12:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:15] inline virtual float get_tantheta(const Bin&) const; [00:12:15] ^ [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:12:15] inline virtual float get_tantheta(const Bin&) const; [00:12:15] ^ [00:12:15] In file included from C:/projects/stir/src/scatter_buildblock/ScatterSimulation.cxx:24: [00:12:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:15] inline float get_phi(const Bin&) const; [00:12:15] ^ [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:12:15] inline float get_phi(const Bin&) const; [00:12:15] ^ [00:12:15] In file included from C:/projects/stir/src/scatter_buildblock/ScatterSimulation.cxx:24: [00:12:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:15] inline float get_t(const Bin&) const; [00:12:15] ^ [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:12:15] inline float get_t(const Bin&) const; [00:12:15] ^ [00:12:15] In file included from C:/projects/stir/src/scatter_buildblock/ScatterSimulation.cxx:24: [00:12:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:15] inline float get_m(const Bin&) const; [00:12:15] ^ [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:12:15] inline float get_m(const Bin&) const; [00:12:15] ^ [00:12:15] In file included from C:/projects/stir/src/scatter_buildblock/ScatterSimulation.cxx:24: [00:12:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:15] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:12:15] ^ [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:12:15] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:12:15] ^ [00:12:15] In file included from C:/projects/stir/src/scatter_buildblock/ScatterSimulation.cxx:24: [00:12:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:15] set_num_views(const int new_num_views); [00:12:15] ^ [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:12:15] set_num_views(const int new_num_views); [00:12:15] ^ [00:12:15] In file included from C:/projects/stir/src/scatter_buildblock/ScatterSimulation.cxx:24: [00:12:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:15] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:15] ^ [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:12:15] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:15] ^ [00:12:15] In file included from C:/projects/stir/src/scatter_buildblock/ScatterSimulation.cxx:24: [00:12:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:15] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:15] ^ [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:12:15] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:15] ^ [00:12:15] In file included from C:/projects/stir/src/scatter_buildblock/ScatterSimulation.cxx:24: [00:12:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:15] virtual std::string parameter_info() const; [00:12:15] ^ [00:12:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:12:15] virtual std::string parameter_info() const; [00:12:15] ^ [00:12:15] 9 warnings generated. [00:12:33] [229/1437] Building CXX object src/utilities/CMakeFiles/manip_image.dir/__/buildblock/buildblock_registries.cxx.obj [00:12:33] [230/1437] Linking CXX static library src\scatter_buildblock\scatter_buildblock.lib [00:12:33] [231/1437] Building CXX object src/utilities/CMakeFiles/manip_image.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:12:33] [232/1437] Building CXX object src/utilities/CMakeFiles/manip_image.dir/manip_image.cxx.obj [00:12:33] [233/1437] Building CXX object src/utilities/CMakeFiles/manip_image.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:12:33] [234/1437] Building CXX object src/utilities/CMakeFiles/manip_image.dir/__/IO/IO_registries.cxx.obj [00:12:33] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:33] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] inline virtual float get_tantheta(const Bin&) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:12:33] inline virtual float get_tantheta(const Bin&) const; [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:33] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] inline float get_phi(const Bin&) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:12:33] inline float get_phi(const Bin&) const; [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:33] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] inline float get_t(const Bin&) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:12:33] inline float get_t(const Bin&) const; [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:33] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] inline float get_m(const Bin&) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:12:33] inline float get_m(const Bin&) const; [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:33] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:12:33] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:33] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] set_num_views(const int new_num_views); [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:12:33] set_num_views(const int new_num_views); [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:33] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:12:33] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:33] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:12:33] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:33] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:33] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] virtual std::string parameter_info() const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:12:33] virtual std::string parameter_info() const; [00:12:33] ^ [00:12:33] 9 warnings generated. [00:12:33] [235/1437] Building CXX object src/utilities/CMakeFiles/manip_image.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:12:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] inline virtual float get_tantheta(const Bin&) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:12:33] inline virtual float get_tantheta(const Bin&) const; [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] inline float get_phi(const Bin&) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:12:33] inline float get_phi(const Bin&) const; [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] inline float get_t(const Bin&) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:12:33] inline float get_t(const Bin&) const; [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] inline float get_m(const Bin&) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:12:33] inline float get_m(const Bin&) const; [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:12:33] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] set_num_views(const int new_num_views); [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:12:33] set_num_views(const int new_num_views); [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:12:33] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:12:33] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:33] virtual std::string parameter_info() const; [00:12:33] ^ [00:12:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:12:33] virtual std::string parameter_info() const; [00:12:33] ^ [00:12:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:33] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:12:33] } [00:12:33] ^ [00:12:40] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:12:40] } [00:12:40] ^ [00:12:40] 11 warnings generated. [00:12:40] [236/1437] Building CXX object src/utilities/CMakeFiles/manip_image.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:12:40] [237/1437] Building CXX object src/utilities/CMakeFiles/manip_image.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:12:40] [238/1437] Building CXX object src/utilities/CMakeFiles/manip_image.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:12:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:40] inline virtual float get_tantheta(const Bin&) const; [00:12:40] ^ [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:12:40] inline virtual float get_tantheta(const Bin&) const; [00:12:40] ^ [00:12:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:40] inline float get_phi(const Bin&) const; [00:12:40] ^ [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:12:40] inline float get_phi(const Bin&) const; [00:12:40] ^ [00:12:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:40] inline float get_t(const Bin&) const; [00:12:40] ^ [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:12:40] inline float get_t(const Bin&) const; [00:12:40] ^ [00:12:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:40] inline float get_m(const Bin&) const; [00:12:40] ^ [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:12:40] inline float get_m(const Bin&) const; [00:12:40] ^ [00:12:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:40] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:12:40] ^ [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:12:40] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:12:40] ^ [00:12:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:40] set_num_views(const int new_num_views); [00:12:40] ^ [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:12:40] set_num_views(const int new_num_views); [00:12:40] ^ [00:12:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:40] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:40] ^ [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:12:40] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:40] ^ [00:12:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:40] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:40] ^ [00:12:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:12:40] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:40] ^ [00:12:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:12:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:12:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:42] virtual std::string parameter_info() const; [00:12:42] ^ [00:12:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:12:42] virtual std::string parameter_info() const; [00:12:42] ^ [00:12:42] 9 warnings generated. [00:12:58] [239/1437] Building CXX object src/utilities/CMakeFiles/stir_write_pgm.dir/stir_write_pgm.cxx.obj [00:12:58] [240/1437] Building CXX object src/utilities/CMakeFiles/stir_write_pgm.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:12:58] [241/1437] Building CXX object src/utilities/CMakeFiles/stir_write_pgm.dir/__/buildblock/buildblock_registries.cxx.obj [00:12:58] [242/1437] Building CXX object src/utilities/CMakeFiles/stir_write_pgm.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:12:58] [243/1437] Building CXX object src/utilities/CMakeFiles/stir_write_pgm.dir/__/IO/IO_registries.cxx.obj [00:12:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:58] inline virtual float get_tantheta(const Bin&) const; [00:12:58] ^ [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:12:58] inline virtual float get_tantheta(const Bin&) const; [00:12:58] ^ [00:12:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:58] inline float get_phi(const Bin&) const; [00:12:58] ^ [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:12:58] inline float get_phi(const Bin&) const; [00:12:58] ^ [00:12:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:58] inline float get_t(const Bin&) const; [00:12:58] ^ [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:12:58] inline float get_t(const Bin&) const; [00:12:58] ^ [00:12:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:58] inline float get_m(const Bin&) const; [00:12:58] ^ [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:12:58] inline float get_m(const Bin&) const; [00:12:58] ^ [00:12:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:58] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:12:58] ^ [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:12:58] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:12:58] ^ [00:12:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:58] set_num_views(const int new_num_views); [00:12:58] ^ [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:12:58] set_num_views(const int new_num_views); [00:12:58] ^ [00:12:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:58] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:58] ^ [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:12:58] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:58] ^ [00:12:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:58] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:58] ^ [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:12:58] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:58] ^ [00:12:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:12:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:12:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:12:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:12:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:58] virtual std::string parameter_info() const; [00:12:58] ^ [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:12:59] virtual std::string parameter_info() const; [00:12:59] ^ [00:12:59] 9 warnings generated. [00:12:59] [244/1437] Building CXX object src/utilities/CMakeFiles/stir_write_pgm.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:12:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:59] inline virtual float get_tantheta(const Bin&) const; [00:12:59] ^ [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:12:59] inline virtual float get_tantheta(const Bin&) const; [00:12:59] ^ [00:12:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:59] inline float get_phi(const Bin&) const; [00:12:59] ^ [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:12:59] inline float get_phi(const Bin&) const; [00:12:59] ^ [00:12:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:59] inline float get_t(const Bin&) const; [00:12:59] ^ [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:12:59] inline float get_t(const Bin&) const; [00:12:59] ^ [00:12:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:59] inline float get_m(const Bin&) const; [00:12:59] ^ [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:12:59] inline float get_m(const Bin&) const; [00:12:59] ^ [00:12:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:12:59] ^ [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:12:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:12:59] ^ [00:12:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:59] set_num_views(const int new_num_views); [00:12:59] ^ [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:12:59] set_num_views(const int new_num_views); [00:12:59] ^ [00:12:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:59] ^ [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:12:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:12:59] ^ [00:12:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:59] ^ [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:12:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:12:59] ^ [00:12:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:12:59] virtual std::string parameter_info() const; [00:12:59] ^ [00:12:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:12:59] virtual std::string parameter_info() const; [00:12:59] ^ [00:12:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:12:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:12:59] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:12:59] } [00:12:59] ^ [00:13:05] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:13:05] } [00:13:05] ^ [00:13:05] 11 warnings generated. [00:13:05] [245/1437] Building CXX object src/utilities/CMakeFiles/stir_write_pgm.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:13:05] [246/1437] Building CXX object src/utilities/CMakeFiles/stir_write_pgm.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:13:05] [247/1437] Building CXX object src/utilities/CMakeFiles/stir_write_pgm.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:13:05] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:05] inline virtual float get_tantheta(const Bin&) const; [00:13:05] ^ [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:13:05] inline virtual float get_tantheta(const Bin&) const; [00:13:05] ^ [00:13:05] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:05] inline float get_phi(const Bin&) const; [00:13:05] ^ [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:13:05] inline float get_phi(const Bin&) const; [00:13:05] ^ [00:13:05] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:05] inline float get_t(const Bin&) const; [00:13:05] ^ [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:13:05] inline float get_t(const Bin&) const; [00:13:05] ^ [00:13:05] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:05] inline float get_m(const Bin&) const; [00:13:05] ^ [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:13:05] inline float get_m(const Bin&) const; [00:13:05] ^ [00:13:05] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:05] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:13:05] ^ [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:13:05] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:13:05] ^ [00:13:05] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:05] set_num_views(const int new_num_views); [00:13:05] ^ [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:13:05] set_num_views(const int new_num_views); [00:13:05] ^ [00:13:05] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:05] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:05] ^ [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:13:05] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:05] ^ [00:13:05] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:05] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:05] ^ [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:13:05] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:05] ^ [00:13:05] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:05] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:05] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:05] virtual std::string parameter_info() const; [00:13:05] ^ [00:13:05] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:13:05] virtual std::string parameter_info() const; [00:13:05] ^ [00:13:05] 9 warnings generated. [00:13:25] [248/1437] Building CXX object src/utilities/CMakeFiles/manip_projdata.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:13:25] [249/1437] Building CXX object src/utilities/CMakeFiles/manip_projdata.dir/manip_projdata.cxx.obj [00:13:25] [250/1437] Building CXX object src/utilities/CMakeFiles/manip_projdata.dir/__/buildblock/buildblock_registries.cxx.obj [00:13:25] [251/1437] Building CXX object src/utilities/CMakeFiles/manip_projdata.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:13:25] [252/1437] Building CXX object src/utilities/CMakeFiles/manip_projdata.dir/__/IO/IO_registries.cxx.obj [00:13:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:25] inline virtual float get_tantheta(const Bin&) const; [00:13:25] ^ [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:13:25] inline virtual float get_tantheta(const Bin&) const; [00:13:25] ^ [00:13:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:25] inline float get_phi(const Bin&) const; [00:13:25] ^ [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:13:25] inline float get_phi(const Bin&) const; [00:13:25] ^ [00:13:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:25] inline float get_t(const Bin&) const; [00:13:25] ^ [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:13:25] inline float get_t(const Bin&) const; [00:13:25] ^ [00:13:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:25] inline float get_m(const Bin&) const; [00:13:25] ^ [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:13:25] inline float get_m(const Bin&) const; [00:13:25] ^ [00:13:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:25] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:13:25] ^ [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:13:25] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:13:25] ^ [00:13:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:25] set_num_views(const int new_num_views); [00:13:25] ^ [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:13:25] set_num_views(const int new_num_views); [00:13:25] ^ [00:13:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:25] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:25] ^ [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:13:25] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:25] ^ [00:13:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:25] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:25] ^ [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:13:25] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:25] ^ [00:13:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:25] virtual std::string parameter_info() const; [00:13:25] ^ [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:13:27] virtual std::string parameter_info() const; [00:13:27] ^ [00:13:27] 9 warnings generated. [00:13:27] [253/1437] Building CXX object src/utilities/CMakeFiles/manip_projdata.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:13:27] [254/1437] Building CXX object src/utilities/CMakeFiles/manip_projdata.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:13:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:27] inline virtual float get_tantheta(const Bin&) const; [00:13:27] ^ [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:13:27] inline virtual float get_tantheta(const Bin&) const; [00:13:27] ^ [00:13:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:27] inline float get_phi(const Bin&) const; [00:13:27] ^ [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:13:27] inline float get_phi(const Bin&) const; [00:13:27] ^ [00:13:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:27] inline float get_t(const Bin&) const; [00:13:27] ^ [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:13:27] inline float get_t(const Bin&) const; [00:13:27] ^ [00:13:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:27] inline float get_m(const Bin&) const; [00:13:27] ^ [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:13:27] inline float get_m(const Bin&) const; [00:13:27] ^ [00:13:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:27] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:13:27] ^ [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:13:27] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:13:27] ^ [00:13:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:27] set_num_views(const int new_num_views); [00:13:27] ^ [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:13:27] set_num_views(const int new_num_views); [00:13:27] ^ [00:13:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:27] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:27] ^ [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:13:27] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:27] ^ [00:13:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:27] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:27] ^ [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:13:27] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:27] ^ [00:13:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:27] virtual std::string parameter_info() const; [00:13:27] ^ [00:13:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:13:27] virtual std::string parameter_info() const; [00:13:27] ^ [00:13:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:32] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:13:32] } [00:13:32] ^ [00:13:32] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:13:32] } [00:13:32] ^ [00:13:32] 11 warnings generated. [00:13:32] [255/1437] Building CXX object src/utilities/CMakeFiles/manip_projdata.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:13:32] [256/1437] Building CXX object src/utilities/CMakeFiles/manip_projdata.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:13:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:32] inline virtual float get_tantheta(const Bin&) const; [00:13:32] ^ [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:13:32] inline virtual float get_tantheta(const Bin&) const; [00:13:32] ^ [00:13:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:32] inline float get_phi(const Bin&) const; [00:13:32] ^ [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:13:32] inline float get_phi(const Bin&) const; [00:13:32] ^ [00:13:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:32] inline float get_t(const Bin&) const; [00:13:32] ^ [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:13:32] inline float get_t(const Bin&) const; [00:13:32] ^ [00:13:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:32] inline float get_m(const Bin&) const; [00:13:32] ^ [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:13:32] inline float get_m(const Bin&) const; [00:13:32] ^ [00:13:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:13:32] ^ [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:13:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:13:32] ^ [00:13:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:32] set_num_views(const int new_num_views); [00:13:32] ^ [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:13:32] set_num_views(const int new_num_views); [00:13:32] ^ [00:13:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:32] ^ [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:13:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:32] ^ [00:13:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:32] ^ [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:13:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:32] ^ [00:13:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:32] virtual std::string parameter_info() const; [00:13:32] ^ [00:13:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:13:32] virtual std::string parameter_info() const; [00:13:32] ^ [00:13:51] 9 warnings generated. [00:13:51] [257/1437] Building CXX object src/utilities/CMakeFiles/display_projdata.dir/display_projdata.cxx.obj [00:13:51] [258/1437] Building CXX object src/utilities/CMakeFiles/display_projdata.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:13:51] [259/1437] Building CXX object src/utilities/CMakeFiles/display_projdata.dir/__/buildblock/buildblock_registries.cxx.obj [00:13:51] [260/1437] Building CXX object src/utilities/CMakeFiles/display_projdata.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:13:51] [261/1437] Building CXX object src/utilities/CMakeFiles/display_projdata.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:13:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] inline virtual float get_tantheta(const Bin&) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:13:51] inline virtual float get_tantheta(const Bin&) const; [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] inline float get_phi(const Bin&) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:13:51] inline float get_phi(const Bin&) const; [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] inline float get_t(const Bin&) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:13:51] inline float get_t(const Bin&) const; [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] inline float get_m(const Bin&) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:13:51] inline float get_m(const Bin&) const; [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:13:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] set_num_views(const int new_num_views); [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:13:51] set_num_views(const int new_num_views); [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:13:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:13:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] virtual std::string parameter_info() const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:13:51] virtual std::string parameter_info() const; [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:13:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:13:51] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:13:51] } [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:13:51] } [00:13:51] ^ [00:13:51] 11 warnings generated. [00:13:51] [262/1437] Building CXX object src/utilities/CMakeFiles/display_projdata.dir/__/IO/IO_registries.cxx.obj [00:13:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] inline virtual float get_tantheta(const Bin&) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:13:51] inline virtual float get_tantheta(const Bin&) const; [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] inline float get_phi(const Bin&) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:13:51] inline float get_phi(const Bin&) const; [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] inline float get_t(const Bin&) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:13:51] inline float get_t(const Bin&) const; [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] inline float get_m(const Bin&) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:13:51] inline float get_m(const Bin&) const; [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:13:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] set_num_views(const int new_num_views); [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:13:51] set_num_views(const int new_num_views); [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:13:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:51] ^ [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:13:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:51] ^ [00:13:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:13:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:13:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:51] virtual std::string parameter_info() const; [00:13:51] ^ [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:13:57] virtual std::string parameter_info() const; [00:13:57] ^ [00:13:57] 9 warnings generated. [00:13:57] [263/1437] Building CXX object src/utilities/CMakeFiles/display_projdata.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:13:57] [264/1437] Building CXX object src/utilities/CMakeFiles/display_projdata.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:13:57] [265/1437] Building CXX object src/utilities/CMakeFiles/do_linear_regression.dir/do_linear_regression.cxx.obj [00:13:57] [266/1437] Building CXX object src/utilities/CMakeFiles/display_projdata.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:13:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:57] inline virtual float get_tantheta(const Bin&) const; [00:13:57] ^ [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:13:57] inline virtual float get_tantheta(const Bin&) const; [00:13:57] ^ [00:13:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:57] inline float get_phi(const Bin&) const; [00:13:57] ^ [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:13:57] inline float get_phi(const Bin&) const; [00:13:57] ^ [00:13:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:57] inline float get_t(const Bin&) const; [00:13:57] ^ [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:13:57] inline float get_t(const Bin&) const; [00:13:57] ^ [00:13:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:57] inline float get_m(const Bin&) const; [00:13:57] ^ [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:13:57] inline float get_m(const Bin&) const; [00:13:57] ^ [00:13:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:13:57] ^ [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:13:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:13:57] ^ [00:13:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:57] set_num_views(const int new_num_views); [00:13:57] ^ [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:13:57] set_num_views(const int new_num_views); [00:13:57] ^ [00:13:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:57] ^ [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:13:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:13:57] ^ [00:13:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:57] ^ [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:13:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:13:57] ^ [00:13:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:13:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:13:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:13:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:13:57] virtual std::string parameter_info() const; [00:13:57] ^ [00:14:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:14:09] virtual std::string parameter_info() const; [00:14:09] ^ [00:14:09] 9 warnings generated. [00:14:09] [267/1437] Building CXX object src/utilities/CMakeFiles/do_linear_regression.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:14:09] [268/1437] Building CXX object src/utilities/CMakeFiles/do_linear_regression.dir/__/buildblock/buildblock_registries.cxx.obj [00:14:13] [269/1437] Building CXX object src/utilities/CMakeFiles/do_linear_regression.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:14:13] [270/1437] Building CXX object src/utilities/CMakeFiles/do_linear_regression.dir/__/IO/IO_registries.cxx.obj [00:14:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:13] inline virtual float get_tantheta(const Bin&) const; [00:14:13] ^ [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:14:13] inline virtual float get_tantheta(const Bin&) const; [00:14:13] ^ [00:14:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:13] inline float get_phi(const Bin&) const; [00:14:13] ^ [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:14:13] inline float get_phi(const Bin&) const; [00:14:13] ^ [00:14:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:13] inline float get_t(const Bin&) const; [00:14:13] ^ [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:14:13] inline float get_t(const Bin&) const; [00:14:13] ^ [00:14:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:13] inline float get_m(const Bin&) const; [00:14:13] ^ [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:14:13] inline float get_m(const Bin&) const; [00:14:13] ^ [00:14:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:13] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:14:13] ^ [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:14:13] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:14:13] ^ [00:14:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:13] set_num_views(const int new_num_views); [00:14:13] ^ [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:14:13] set_num_views(const int new_num_views); [00:14:13] ^ [00:14:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:13] virtual inline float get_sampling_in_t(const Bin&) const; [00:14:13] ^ [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:14:13] virtual inline float get_sampling_in_t(const Bin&) const; [00:14:13] ^ [00:14:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:13] virtual inline float get_sampling_in_m(const Bin&) const; [00:14:13] ^ [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:14:13] virtual inline float get_sampling_in_m(const Bin&) const; [00:14:13] ^ [00:14:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:13] virtual std::string parameter_info() const; [00:14:16] ^ [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:14:16] virtual std::string parameter_info() const; [00:14:16] ^ [00:14:16] 9 warnings generated. [00:14:16] [271/1437] Building CXX object src/utilities/CMakeFiles/do_linear_regression.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:14:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:16] inline virtual float get_tantheta(const Bin&) const; [00:14:16] ^ [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:14:16] inline virtual float get_tantheta(const Bin&) const; [00:14:16] ^ [00:14:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:16] inline float get_phi(const Bin&) const; [00:14:16] ^ [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:14:16] inline float get_phi(const Bin&) const; [00:14:16] ^ [00:14:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:16] inline float get_t(const Bin&) const; [00:14:16] ^ [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:14:16] inline float get_t(const Bin&) const; [00:14:16] ^ [00:14:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:16] inline float get_m(const Bin&) const; [00:14:16] ^ [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:14:16] inline float get_m(const Bin&) const; [00:14:16] ^ [00:14:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:16] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:14:16] ^ [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:14:16] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:14:16] ^ [00:14:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:16] set_num_views(const int new_num_views); [00:14:16] ^ [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:14:16] set_num_views(const int new_num_views); [00:14:16] ^ [00:14:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:16] virtual inline float get_sampling_in_t(const Bin&) const; [00:14:16] ^ [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:14:16] virtual inline float get_sampling_in_t(const Bin&) const; [00:14:16] ^ [00:14:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:16] virtual inline float get_sampling_in_m(const Bin&) const; [00:14:16] ^ [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:14:16] virtual inline float get_sampling_in_m(const Bin&) const; [00:14:16] ^ [00:14:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:16] virtual std::string parameter_info() const; [00:14:16] ^ [00:14:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:14:16] virtual std::string parameter_info() const; [00:14:16] ^ [00:14:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:16] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:14:19] } [00:14:19] ^ [00:14:19] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:14:19] } [00:14:19] ^ [00:14:19] 11 warnings generated. [00:14:19] [272/1437] Building CXX object src/utilities/CMakeFiles/do_linear_regression.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:14:23] [273/1437] Building CXX object src/utilities/CMakeFiles/do_linear_regression.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:14:23] [274/1437] Building CXX object src/utilities/CMakeFiles/do_linear_regression.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:14:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:23] inline virtual float get_tantheta(const Bin&) const; [00:14:23] ^ [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:14:23] inline virtual float get_tantheta(const Bin&) const; [00:14:23] ^ [00:14:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:23] inline float get_phi(const Bin&) const; [00:14:23] ^ [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:14:23] inline float get_phi(const Bin&) const; [00:14:23] ^ [00:14:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:23] inline float get_t(const Bin&) const; [00:14:23] ^ [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:14:23] inline float get_t(const Bin&) const; [00:14:23] ^ [00:14:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:23] inline float get_m(const Bin&) const; [00:14:23] ^ [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:14:23] inline float get_m(const Bin&) const; [00:14:23] ^ [00:14:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:14:23] ^ [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:14:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:14:23] ^ [00:14:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:23] set_num_views(const int new_num_views); [00:14:23] ^ [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:14:23] set_num_views(const int new_num_views); [00:14:23] ^ [00:14:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:14:23] ^ [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:14:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:14:23] ^ [00:14:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:14:23] ^ [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:14:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:14:23] ^ [00:14:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:23] virtual std::string parameter_info() const; [00:14:23] ^ [00:14:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:14:36] virtual std::string parameter_info() const; [00:14:36] ^ [00:14:36] 9 warnings generated. [00:14:36] [275/1437] Building CXX object src/utilities/CMakeFiles/postfilter.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:14:36] [276/1437] Building CXX object src/utilities/CMakeFiles/postfilter.dir/__/buildblock/buildblock_registries.cxx.obj [00:14:36] [277/1437] Building CXX object src/utilities/CMakeFiles/postfilter.dir/postfilter.cxx.obj [00:14:42] [278/1437] Building CXX object src/utilities/CMakeFiles/postfilter.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:14:42] [279/1437] Building CXX object src/utilities/CMakeFiles/postfilter.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:14:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] inline virtual float get_tantheta(const Bin&) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:14:42] inline virtual float get_tantheta(const Bin&) const; [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] inline float get_phi(const Bin&) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:14:42] inline float get_phi(const Bin&) const; [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] inline float get_t(const Bin&) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:14:42] inline float get_t(const Bin&) const; [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] inline float get_m(const Bin&) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:14:42] inline float get_m(const Bin&) const; [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:14:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] set_num_views(const int new_num_views); [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:14:42] set_num_views(const int new_num_views); [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:14:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:14:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] virtual std::string parameter_info() const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:14:42] virtual std::string parameter_info() const; [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:14:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:14:42] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:14:42] } [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:14:42] } [00:14:42] ^ [00:14:42] 11 warnings generated. [00:14:42] [280/1437] Building CXX object src/utilities/CMakeFiles/postfilter.dir/__/IO/IO_registries.cxx.obj [00:14:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] inline virtual float get_tantheta(const Bin&) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:14:42] inline virtual float get_tantheta(const Bin&) const; [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] inline float get_phi(const Bin&) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:14:42] inline float get_phi(const Bin&) const; [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] inline float get_t(const Bin&) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:14:42] inline float get_t(const Bin&) const; [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] inline float get_m(const Bin&) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:14:42] inline float get_m(const Bin&) const; [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:14:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] set_num_views(const int new_num_views); [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:14:42] set_num_views(const int new_num_views); [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:14:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:14:42] ^ [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:14:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:14:42] ^ [00:14:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:14:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:14:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:42] virtual std::string parameter_info() const; [00:14:49] ^ [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:14:49] virtual std::string parameter_info() const; [00:14:49] ^ [00:14:49] 9 warnings generated. [00:14:49] [281/1437] Building CXX object src/utilities/CMakeFiles/postfilter.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:14:49] [282/1437] Building CXX object src/utilities/CMakeFiles/postfilter.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:14:49] [283/1437] Building CXX object src/utilities/CMakeFiles/postfilter.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:14:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:49] inline virtual float get_tantheta(const Bin&) const; [00:14:49] ^ [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:14:49] inline virtual float get_tantheta(const Bin&) const; [00:14:49] ^ [00:14:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:49] inline float get_phi(const Bin&) const; [00:14:49] ^ [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:14:49] inline float get_phi(const Bin&) const; [00:14:49] ^ [00:14:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:49] inline float get_t(const Bin&) const; [00:14:49] ^ [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:14:49] inline float get_t(const Bin&) const; [00:14:49] ^ [00:14:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:49] inline float get_m(const Bin&) const; [00:14:49] ^ [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:14:49] inline float get_m(const Bin&) const; [00:14:49] ^ [00:14:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:14:49] ^ [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:14:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:14:49] ^ [00:14:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:49] set_num_views(const int new_num_views); [00:14:49] ^ [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:14:49] set_num_views(const int new_num_views); [00:14:49] ^ [00:14:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:14:49] ^ [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:14:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:14:49] ^ [00:14:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:14:49] ^ [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:14:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:14:49] ^ [00:14:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:14:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:14:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:14:49] virtual std::string parameter_info() const; [00:14:49] ^ [00:14:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:14:49] virtual std::string parameter_info() const; [00:15:01] ^ [00:15:01] 9 warnings generated. [00:15:01] [284/1437] Building CXX object src/utilities/CMakeFiles/compare_projdata.dir/compare_projdata.cxx.obj [00:15:01] [285/1437] Building CXX object src/utilities/CMakeFiles/compare_projdata.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:15:01] [286/1437] Building CXX object src/utilities/CMakeFiles/compare_projdata.dir/__/buildblock/buildblock_registries.cxx.obj [00:15:07] [287/1437] Building CXX object src/utilities/CMakeFiles/compare_projdata.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:15:07] [288/1437] Building CXX object src/utilities/CMakeFiles/compare_projdata.dir/__/IO/IO_registries.cxx.obj [00:15:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:07] inline virtual float get_tantheta(const Bin&) const; [00:15:07] ^ [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:15:07] inline virtual float get_tantheta(const Bin&) const; [00:15:07] ^ [00:15:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:07] inline float get_phi(const Bin&) const; [00:15:07] ^ [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:15:07] inline float get_phi(const Bin&) const; [00:15:07] ^ [00:15:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:07] inline float get_t(const Bin&) const; [00:15:07] ^ [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:15:07] inline float get_t(const Bin&) const; [00:15:07] ^ [00:15:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:07] inline float get_m(const Bin&) const; [00:15:07] ^ [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:15:07] inline float get_m(const Bin&) const; [00:15:07] ^ [00:15:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:15:07] ^ [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:15:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:15:07] ^ [00:15:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:07] set_num_views(const int new_num_views); [00:15:07] ^ [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:15:07] set_num_views(const int new_num_views); [00:15:07] ^ [00:15:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:07] ^ [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:15:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:07] ^ [00:15:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:07] ^ [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:15:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:07] ^ [00:15:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:07] virtual std::string parameter_info() const; [00:15:09] ^ [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:15:09] virtual std::string parameter_info() const; [00:15:09] ^ [00:15:09] 9 warnings generated. [00:15:09] [289/1437] Building CXX object src/utilities/CMakeFiles/compare_projdata.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:15:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:09] inline virtual float get_tantheta(const Bin&) const; [00:15:09] ^ [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:15:09] inline virtual float get_tantheta(const Bin&) const; [00:15:09] ^ [00:15:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:09] inline float get_phi(const Bin&) const; [00:15:09] ^ [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:15:09] inline float get_phi(const Bin&) const; [00:15:09] ^ [00:15:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:09] inline float get_t(const Bin&) const; [00:15:09] ^ [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:15:09] inline float get_t(const Bin&) const; [00:15:09] ^ [00:15:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:09] inline float get_m(const Bin&) const; [00:15:09] ^ [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:15:09] inline float get_m(const Bin&) const; [00:15:09] ^ [00:15:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:15:09] ^ [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:15:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:15:09] ^ [00:15:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:09] set_num_views(const int new_num_views); [00:15:09] ^ [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:15:09] set_num_views(const int new_num_views); [00:15:09] ^ [00:15:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:09] ^ [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:15:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:09] ^ [00:15:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:09] ^ [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:15:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:09] ^ [00:15:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:09] virtual std::string parameter_info() const; [00:15:09] ^ [00:15:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:15:09] virtual std::string parameter_info() const; [00:15:09] ^ [00:15:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:09] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:15:09] } [00:15:15] ^ [00:15:15] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:15:15] } [00:15:15] ^ [00:15:15] 11 warnings generated. [00:15:15] [290/1437] Building CXX object src/utilities/CMakeFiles/compare_projdata.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:15:15] [291/1437] Building CXX object src/utilities/CMakeFiles/compare_projdata.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:15:15] [292/1437] Building CXX object src/utilities/CMakeFiles/compare_projdata.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:15:15] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:15] inline virtual float get_tantheta(const Bin&) const; [00:15:15] ^ [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:15:15] inline virtual float get_tantheta(const Bin&) const; [00:15:15] ^ [00:15:15] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:15] inline float get_phi(const Bin&) const; [00:15:15] ^ [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:15:15] inline float get_phi(const Bin&) const; [00:15:15] ^ [00:15:15] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:15] inline float get_t(const Bin&) const; [00:15:15] ^ [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:15:15] inline float get_t(const Bin&) const; [00:15:15] ^ [00:15:15] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:15] inline float get_m(const Bin&) const; [00:15:15] ^ [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:15:15] inline float get_m(const Bin&) const; [00:15:15] ^ [00:15:15] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:15] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:15:15] ^ [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:15:15] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:15:15] ^ [00:15:15] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:15] set_num_views(const int new_num_views); [00:15:15] ^ [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:15:15] set_num_views(const int new_num_views); [00:15:15] ^ [00:15:15] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:15] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:15] ^ [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:15:15] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:15] ^ [00:15:15] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:15] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:15] ^ [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:15:15] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:15] ^ [00:15:15] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:15] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:15] virtual std::string parameter_info() const; [00:15:15] ^ [00:15:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:15:26] virtual std::string parameter_info() const; [00:15:26] ^ [00:15:26] 9 warnings generated. [00:15:26] [293/1437] Building CXX object src/utilities/CMakeFiles/compare_image.dir/compare_image.cxx.obj [00:15:26] [294/1437] Building CXX object src/utilities/CMakeFiles/compare_image.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:15:26] [295/1437] Building CXX object src/utilities/CMakeFiles/compare_image.dir/__/buildblock/buildblock_registries.cxx.obj [00:15:31] [296/1437] Building CXX object src/utilities/CMakeFiles/compare_image.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:15:31] [297/1437] Building CXX object src/utilities/CMakeFiles/compare_image.dir/__/IO/IO_registries.cxx.obj [00:15:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:31] inline virtual float get_tantheta(const Bin&) const; [00:15:31] ^ [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:15:31] inline virtual float get_tantheta(const Bin&) const; [00:15:31] ^ [00:15:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:31] inline float get_phi(const Bin&) const; [00:15:31] ^ [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:15:31] inline float get_phi(const Bin&) const; [00:15:31] ^ [00:15:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:31] inline float get_t(const Bin&) const; [00:15:31] ^ [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:15:31] inline float get_t(const Bin&) const; [00:15:31] ^ [00:15:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:31] inline float get_m(const Bin&) const; [00:15:31] ^ [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:15:31] inline float get_m(const Bin&) const; [00:15:31] ^ [00:15:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:31] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:15:31] ^ [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:15:31] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:15:31] ^ [00:15:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:31] set_num_views(const int new_num_views); [00:15:31] ^ [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:15:31] set_num_views(const int new_num_views); [00:15:31] ^ [00:15:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:31] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:31] ^ [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:15:31] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:31] ^ [00:15:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:31] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:31] ^ [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:15:31] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:31] ^ [00:15:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:31] virtual std::string parameter_info() const; [00:15:34] ^ [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:15:34] virtual std::string parameter_info() const; [00:15:34] ^ [00:15:34] 9 warnings generated. [00:15:34] [298/1437] Building CXX object src/utilities/CMakeFiles/compare_image.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:15:34] [299/1437] Building CXX object src/utilities/CMakeFiles/compare_image.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:15:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:34] inline virtual float get_tantheta(const Bin&) const; [00:15:34] ^ [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:15:34] inline virtual float get_tantheta(const Bin&) const; [00:15:34] ^ [00:15:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:34] inline float get_phi(const Bin&) const; [00:15:34] ^ [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:15:34] inline float get_phi(const Bin&) const; [00:15:34] ^ [00:15:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:34] inline float get_t(const Bin&) const; [00:15:34] ^ [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:15:34] inline float get_t(const Bin&) const; [00:15:34] ^ [00:15:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:34] inline float get_m(const Bin&) const; [00:15:34] ^ [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:15:34] inline float get_m(const Bin&) const; [00:15:34] ^ [00:15:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:34] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:15:34] ^ [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:15:34] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:15:34] ^ [00:15:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:34] set_num_views(const int new_num_views); [00:15:34] ^ [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:15:34] set_num_views(const int new_num_views); [00:15:34] ^ [00:15:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:34] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:34] ^ [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:15:34] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:34] ^ [00:15:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:34] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:34] ^ [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:15:34] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:34] ^ [00:15:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:34] virtual std::string parameter_info() const; [00:15:34] ^ [00:15:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:15:34] virtual std::string parameter_info() const; [00:15:34] ^ [00:15:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:40] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:15:40] } [00:15:40] ^ [00:15:40] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:15:40] } [00:15:40] ^ [00:15:40] 11 warnings generated. [00:15:40] [300/1437] Building CXX object src/utilities/CMakeFiles/compare_image.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:15:40] [301/1437] Building CXX object src/utilities/CMakeFiles/compare_image.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:15:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:40] inline virtual float get_tantheta(const Bin&) const; [00:15:40] ^ [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:15:40] inline virtual float get_tantheta(const Bin&) const; [00:15:40] ^ [00:15:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:40] inline float get_phi(const Bin&) const; [00:15:40] ^ [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:15:40] inline float get_phi(const Bin&) const; [00:15:40] ^ [00:15:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:40] inline float get_t(const Bin&) const; [00:15:40] ^ [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:15:40] inline float get_t(const Bin&) const; [00:15:40] ^ [00:15:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:40] inline float get_m(const Bin&) const; [00:15:40] ^ [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:15:40] inline float get_m(const Bin&) const; [00:15:40] ^ [00:15:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:40] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:15:40] ^ [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:15:40] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:15:40] ^ [00:15:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:40] set_num_views(const int new_num_views); [00:15:40] ^ [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:15:40] set_num_views(const int new_num_views); [00:15:40] ^ [00:15:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:40] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:40] ^ [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:15:40] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:40] ^ [00:15:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:40] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:40] ^ [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:15:40] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:40] ^ [00:15:40] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:15:40] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:40] virtual std::string parameter_info() const; [00:15:40] ^ [00:15:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:15:51] virtual std::string parameter_info() const; [00:15:51] ^ [00:15:51] 9 warnings generated. [00:15:51] [302/1437] Building CXX object src/utilities/CMakeFiles/extract_segments.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:15:51] [303/1437] Building CXX object src/utilities/CMakeFiles/extract_segments.dir/__/buildblock/buildblock_registries.cxx.obj [00:15:51] [304/1437] Building CXX object src/utilities/CMakeFiles/extract_segments.dir/extract_segments.cxx.obj [00:15:59] [305/1437] Building CXX object src/utilities/CMakeFiles/extract_segments.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:15:59] [306/1437] Building CXX object src/utilities/CMakeFiles/extract_segments.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:15:59] [307/1437] Building CXX object src/utilities/CMakeFiles/extract_segments.dir/__/IO/IO_registries.cxx.obj [00:15:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] inline virtual float get_tantheta(const Bin&) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:15:59] inline virtual float get_tantheta(const Bin&) const; [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] inline float get_phi(const Bin&) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:15:59] inline float get_phi(const Bin&) const; [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] inline float get_t(const Bin&) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:15:59] inline float get_t(const Bin&) const; [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] inline float get_m(const Bin&) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:15:59] inline float get_m(const Bin&) const; [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:15:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] set_num_views(const int new_num_views); [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:15:59] set_num_views(const int new_num_views); [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:15:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:15:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:15:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:15:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] virtual std::string parameter_info() const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:15:59] virtual std::string parameter_info() const; [00:15:59] ^ [00:15:59] 9 warnings generated. [00:15:59] [308/1437] Building CXX object src/utilities/CMakeFiles/extract_segments.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:15:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] inline virtual float get_tantheta(const Bin&) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:15:59] inline virtual float get_tantheta(const Bin&) const; [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] inline float get_phi(const Bin&) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:15:59] inline float get_phi(const Bin&) const; [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] inline float get_t(const Bin&) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:15:59] inline float get_t(const Bin&) const; [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] inline float get_m(const Bin&) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:15:59] inline float get_m(const Bin&) const; [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:15:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] set_num_views(const int new_num_views); [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:15:59] set_num_views(const int new_num_views); [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:15:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:15:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:15:59] virtual std::string parameter_info() const; [00:15:59] ^ [00:15:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:15:59] virtual std::string parameter_info() const; [00:15:59] ^ [00:15:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:15:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:04] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:16:04] } [00:16:04] ^ [00:16:04] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:16:04] } [00:16:04] ^ [00:16:04] 11 warnings generated. [00:16:06] [309/1437] Building CXX object src/utilities/CMakeFiles/extract_segments.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:16:06] [310/1437] Building CXX object src/utilities/CMakeFiles/extract_segments.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:16:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:06] inline virtual float get_tantheta(const Bin&) const; [00:16:06] ^ [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:16:06] inline virtual float get_tantheta(const Bin&) const; [00:16:06] ^ [00:16:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:06] inline float get_phi(const Bin&) const; [00:16:06] ^ [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:16:06] inline float get_phi(const Bin&) const; [00:16:06] ^ [00:16:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:06] inline float get_t(const Bin&) const; [00:16:06] ^ [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:16:06] inline float get_t(const Bin&) const; [00:16:06] ^ [00:16:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:06] inline float get_m(const Bin&) const; [00:16:06] ^ [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:16:06] inline float get_m(const Bin&) const; [00:16:06] ^ [00:16:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:06] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:16:06] ^ [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:16:06] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:16:06] ^ [00:16:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:06] set_num_views(const int new_num_views); [00:16:06] ^ [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:16:06] set_num_views(const int new_num_views); [00:16:06] ^ [00:16:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:06] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:06] ^ [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:16:06] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:06] ^ [00:16:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:06] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:06] ^ [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:16:06] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:06] ^ [00:16:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:06] virtual std::string parameter_info() const; [00:16:06] ^ [00:16:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:16:12] virtual std::string parameter_info() const; [00:16:12] ^ [00:16:12] 9 warnings generated. [00:16:12] [311/1437] Building CXX object src/utilities/CMakeFiles/extract_single_images_from_dynamic_image.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:16:12] [312/1437] Building CXX object src/utilities/CMakeFiles/extract_single_images_from_dynamic_image.dir/extract_single_images_from_dynamic_image.cxx.obj [00:16:25] [313/1437] Building CXX object src/utilities/CMakeFiles/extract_single_images_from_dynamic_image.dir/__/buildblock/buildblock_registries.cxx.obj [00:16:25] [314/1437] Building CXX object src/utilities/CMakeFiles/extract_single_images_from_dynamic_image.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:16:25] [315/1437] Building CXX object src/utilities/CMakeFiles/extract_single_images_from_dynamic_image.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:16:25] [316/1437] Building CXX object src/utilities/CMakeFiles/extract_single_images_from_dynamic_image.dir/__/IO/IO_registries.cxx.obj [00:16:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:25] inline virtual float get_tantheta(const Bin&) const; [00:16:25] ^ [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:16:25] inline virtual float get_tantheta(const Bin&) const; [00:16:25] ^ [00:16:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:25] inline float get_phi(const Bin&) const; [00:16:25] ^ [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:16:25] inline float get_phi(const Bin&) const; [00:16:25] ^ [00:16:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:25] inline float get_t(const Bin&) const; [00:16:25] ^ [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:16:25] inline float get_t(const Bin&) const; [00:16:25] ^ [00:16:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:25] inline float get_m(const Bin&) const; [00:16:25] ^ [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:16:25] inline float get_m(const Bin&) const; [00:16:25] ^ [00:16:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:25] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:16:25] ^ [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:16:25] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:16:25] ^ [00:16:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:25] set_num_views(const int new_num_views); [00:16:25] ^ [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:16:25] set_num_views(const int new_num_views); [00:16:25] ^ [00:16:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:25] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:25] ^ [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:16:25] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:25] ^ [00:16:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:25] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:25] ^ [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:16:25] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:25] ^ [00:16:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:25] virtual std::string parameter_info() const; [00:16:25] ^ [00:16:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:16:25] virtual std::string parameter_info() const; [00:16:26] ^ [00:16:26] 9 warnings generated. [00:16:26] [317/1437] Building CXX object src/utilities/CMakeFiles/extract_single_images_from_dynamic_image.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:16:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:26] inline virtual float get_tantheta(const Bin&) const; [00:16:26] ^ [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:16:26] inline virtual float get_tantheta(const Bin&) const; [00:16:26] ^ [00:16:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:26] inline float get_phi(const Bin&) const; [00:16:26] ^ [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:16:26] inline float get_phi(const Bin&) const; [00:16:26] ^ [00:16:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:26] inline float get_t(const Bin&) const; [00:16:26] ^ [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:16:26] inline float get_t(const Bin&) const; [00:16:26] ^ [00:16:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:26] inline float get_m(const Bin&) const; [00:16:26] ^ [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:16:26] inline float get_m(const Bin&) const; [00:16:26] ^ [00:16:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:26] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:16:26] ^ [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:16:26] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:16:26] ^ [00:16:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:26] set_num_views(const int new_num_views); [00:16:26] ^ [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:16:26] set_num_views(const int new_num_views); [00:16:26] ^ [00:16:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:26] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:26] ^ [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:16:26] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:26] ^ [00:16:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:26] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:26] ^ [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:16:26] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:26] ^ [00:16:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:26] virtual std::string parameter_info() const; [00:16:26] ^ [00:16:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:16:26] virtual std::string parameter_info() const; [00:16:26] ^ [00:16:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:26] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:16:26] } [00:16:26] ^ [00:16:32] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:16:32] } [00:16:32] ^ [00:16:32] 11 warnings generated. [00:16:32] [318/1437] Building CXX object src/utilities/CMakeFiles/extract_single_images_from_dynamic_image.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:16:32] [319/1437] Building CXX object src/utilities/CMakeFiles/extract_single_images_from_dynamic_image.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:16:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:32] inline virtual float get_tantheta(const Bin&) const; [00:16:32] ^ [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:16:32] inline virtual float get_tantheta(const Bin&) const; [00:16:32] ^ [00:16:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:32] inline float get_phi(const Bin&) const; [00:16:32] ^ [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:16:32] inline float get_phi(const Bin&) const; [00:16:32] ^ [00:16:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:32] inline float get_t(const Bin&) const; [00:16:32] ^ [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:16:32] inline float get_t(const Bin&) const; [00:16:32] ^ [00:16:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:32] inline float get_m(const Bin&) const; [00:16:32] ^ [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:16:32] inline float get_m(const Bin&) const; [00:16:32] ^ [00:16:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:16:32] ^ [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:16:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:16:32] ^ [00:16:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:32] set_num_views(const int new_num_views); [00:16:32] ^ [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:16:32] set_num_views(const int new_num_views); [00:16:32] ^ [00:16:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:32] ^ [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:16:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:32] ^ [00:16:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:32] ^ [00:16:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:16:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:32] ^ [00:16:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:36] virtual std::string parameter_info() const; [00:16:36] ^ [00:16:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:16:36] virtual std::string parameter_info() const; [00:16:36] ^ [00:16:36] 9 warnings generated. [00:16:36] [320/1437] Building CXX object src/utilities/CMakeFiles/estimate_triple_energy_window_scatter_sinogram.dir/estimate_triple_energy_window_scatter_sinogram.cxx.obj [00:16:51] [321/1437] Building CXX object src/utilities/CMakeFiles/estimate_triple_energy_window_scatter_sinogram.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:16:51] [322/1437] Building CXX object src/utilities/CMakeFiles/estimate_triple_energy_window_scatter_sinogram.dir/__/buildblock/buildblock_registries.cxx.obj [00:16:51] [323/1437] Building CXX object src/utilities/CMakeFiles/estimate_triple_energy_window_scatter_sinogram.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:16:51] [324/1437] Building CXX object src/utilities/CMakeFiles/estimate_triple_energy_window_scatter_sinogram.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:16:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] inline virtual float get_tantheta(const Bin&) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:16:51] inline virtual float get_tantheta(const Bin&) const; [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] inline float get_phi(const Bin&) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:16:51] inline float get_phi(const Bin&) const; [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] inline float get_t(const Bin&) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:16:51] inline float get_t(const Bin&) const; [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] inline float get_m(const Bin&) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:16:51] inline float get_m(const Bin&) const; [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:16:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] set_num_views(const int new_num_views); [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:16:51] set_num_views(const int new_num_views); [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:16:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:16:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] virtual std::string parameter_info() const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:16:51] virtual std::string parameter_info() const; [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:16:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:16:51] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:16:51] } [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:16:51] } [00:16:51] ^ [00:16:51] 11 warnings generated. [00:16:51] [325/1437] Building CXX object src/utilities/CMakeFiles/estimate_triple_energy_window_scatter_sinogram.dir/__/IO/IO_registries.cxx.obj [00:16:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] inline virtual float get_tantheta(const Bin&) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:16:51] inline virtual float get_tantheta(const Bin&) const; [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] inline float get_phi(const Bin&) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:16:51] inline float get_phi(const Bin&) const; [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] inline float get_t(const Bin&) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:16:51] inline float get_t(const Bin&) const; [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] inline float get_m(const Bin&) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:16:51] inline float get_m(const Bin&) const; [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:16:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] set_num_views(const int new_num_views); [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:16:51] set_num_views(const int new_num_views); [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:16:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:51] ^ [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:16:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:51] ^ [00:16:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:16:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:16:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:51] virtual std::string parameter_info() const; [00:16:56] ^ [00:16:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:16:56] virtual std::string parameter_info() const; [00:16:56] ^ [00:16:56] 9 warnings generated. [00:16:56] [326/1437] Building CXX object src/utilities/CMakeFiles/estimate_triple_energy_window_scatter_sinogram.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:16:57] [327/1437] Building CXX object src/utilities/CMakeFiles/estimate_triple_energy_window_scatter_sinogram.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:16:57] [328/1437] Building CXX object src/utilities/CMakeFiles/estimate_triple_energy_window_scatter_sinogram.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:16:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:57] inline virtual float get_tantheta(const Bin&) const; [00:16:57] ^ [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:16:57] inline virtual float get_tantheta(const Bin&) const; [00:16:57] ^ [00:16:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:57] inline float get_phi(const Bin&) const; [00:16:57] ^ [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:16:57] inline float get_phi(const Bin&) const; [00:16:57] ^ [00:16:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:57] inline float get_t(const Bin&) const; [00:16:57] ^ [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:16:57] inline float get_t(const Bin&) const; [00:16:57] ^ [00:16:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:57] inline float get_m(const Bin&) const; [00:16:57] ^ [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:16:57] inline float get_m(const Bin&) const; [00:16:57] ^ [00:16:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:16:57] ^ [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:16:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:16:57] ^ [00:16:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:57] set_num_views(const int new_num_views); [00:16:57] ^ [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:16:57] set_num_views(const int new_num_views); [00:16:57] ^ [00:16:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:57] ^ [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:16:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:16:57] ^ [00:16:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:57] ^ [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:16:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:16:57] ^ [00:16:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:16:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:16:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:16:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:16:57] virtual std::string parameter_info() const; [00:16:57] ^ [00:17:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:17:10] virtual std::string parameter_info() const; [00:17:10] ^ [00:17:10] 9 warnings generated. [00:17:10] [329/1437] Building CXX object src/utilities/CMakeFiles/correct_projdata.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:17:10] [330/1437] Building CXX object src/utilities/CMakeFiles/correct_projdata.dir/correct_projdata.cxx.obj [00:17:10] [331/1437] Building CXX object src/utilities/CMakeFiles/correct_projdata.dir/__/buildblock/buildblock_registries.cxx.obj [00:17:17] [332/1437] Building CXX object src/utilities/CMakeFiles/correct_projdata.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:17:17] [333/1437] Building CXX object src/utilities/CMakeFiles/correct_projdata.dir/__/IO/IO_registries.cxx.obj [00:17:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:17] inline virtual float get_tantheta(const Bin&) const; [00:17:17] ^ [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:17:17] inline virtual float get_tantheta(const Bin&) const; [00:17:17] ^ [00:17:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:17] inline float get_phi(const Bin&) const; [00:17:17] ^ [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:17:17] inline float get_phi(const Bin&) const; [00:17:17] ^ [00:17:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:17] inline float get_t(const Bin&) const; [00:17:17] ^ [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:17:17] inline float get_t(const Bin&) const; [00:17:17] ^ [00:17:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:17] inline float get_m(const Bin&) const; [00:17:17] ^ [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:17:17] inline float get_m(const Bin&) const; [00:17:17] ^ [00:17:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:17] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:17:17] ^ [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:17:17] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:17:17] ^ [00:17:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:17] set_num_views(const int new_num_views); [00:17:17] ^ [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:17:17] set_num_views(const int new_num_views); [00:17:17] ^ [00:17:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:17] virtual inline float get_sampling_in_t(const Bin&) const; [00:17:17] ^ [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:17:17] virtual inline float get_sampling_in_t(const Bin&) const; [00:17:17] ^ [00:17:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:17] virtual inline float get_sampling_in_m(const Bin&) const; [00:17:17] ^ [00:17:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:17:17] virtual inline float get_sampling_in_m(const Bin&) const; [00:17:17] ^ [00:17:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:19] virtual std::string parameter_info() const; [00:17:19] ^ [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:17:19] virtual std::string parameter_info() const; [00:17:19] ^ [00:17:19] 9 warnings generated. [00:17:19] [334/1437] Building CXX object src/utilities/CMakeFiles/correct_projdata.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:17:19] [335/1437] Building CXX object src/utilities/CMakeFiles/correct_projdata.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:17:19] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:19] inline virtual float get_tantheta(const Bin&) const; [00:17:19] ^ [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:17:19] inline virtual float get_tantheta(const Bin&) const; [00:17:19] ^ [00:17:19] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:19] inline float get_phi(const Bin&) const; [00:17:19] ^ [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:17:19] inline float get_phi(const Bin&) const; [00:17:19] ^ [00:17:19] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:19] inline float get_t(const Bin&) const; [00:17:19] ^ [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:17:19] inline float get_t(const Bin&) const; [00:17:19] ^ [00:17:19] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:19] inline float get_m(const Bin&) const; [00:17:19] ^ [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:17:19] inline float get_m(const Bin&) const; [00:17:19] ^ [00:17:19] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:19] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:17:19] ^ [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:17:19] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:17:19] ^ [00:17:19] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:19] set_num_views(const int new_num_views); [00:17:19] ^ [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:17:19] set_num_views(const int new_num_views); [00:17:19] ^ [00:17:19] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:19] virtual inline float get_sampling_in_t(const Bin&) const; [00:17:19] ^ [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:17:19] virtual inline float get_sampling_in_t(const Bin&) const; [00:17:19] ^ [00:17:19] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:19] virtual inline float get_sampling_in_m(const Bin&) const; [00:17:19] ^ [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:17:19] virtual inline float get_sampling_in_m(const Bin&) const; [00:17:19] ^ [00:17:19] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:19] virtual std::string parameter_info() const; [00:17:19] ^ [00:17:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:17:19] virtual std::string parameter_info() const; [00:17:19] ^ [00:17:19] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:22] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:22] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:17:22] } [00:17:22] ^ [00:17:22] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:17:22] } [00:17:22] ^ [00:17:22] 11 warnings generated. [00:17:24] [336/1437] Building CXX object src/utilities/CMakeFiles/correct_projdata.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:17:24] [337/1437] Building CXX object src/utilities/CMakeFiles/correct_projdata.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:17:24] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:24] inline virtual float get_tantheta(const Bin&) const; [00:17:24] ^ [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:17:24] inline virtual float get_tantheta(const Bin&) const; [00:17:24] ^ [00:17:24] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:24] inline float get_phi(const Bin&) const; [00:17:24] ^ [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:17:24] inline float get_phi(const Bin&) const; [00:17:24] ^ [00:17:24] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:24] inline float get_t(const Bin&) const; [00:17:24] ^ [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:17:24] inline float get_t(const Bin&) const; [00:17:24] ^ [00:17:24] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:24] inline float get_m(const Bin&) const; [00:17:24] ^ [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:17:24] inline float get_m(const Bin&) const; [00:17:24] ^ [00:17:24] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:17:24] ^ [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:17:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:17:24] ^ [00:17:24] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:24] set_num_views(const int new_num_views); [00:17:24] ^ [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:17:24] set_num_views(const int new_num_views); [00:17:24] ^ [00:17:24] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:17:24] ^ [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:17:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:17:24] ^ [00:17:24] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:17:24] ^ [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:17:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:17:24] ^ [00:17:24] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:24] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:24] virtual std::string parameter_info() const; [00:17:24] ^ [00:17:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:17:38] virtual std::string parameter_info() const; [00:17:38] ^ [00:17:38] 9 warnings generated. [00:17:38] [338/1437] Building CXX object src/utilities/CMakeFiles/stir_math.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:17:38] [339/1437] Building CXX object src/utilities/CMakeFiles/stir_math.dir/__/buildblock/buildblock_registries.cxx.obj [00:17:38] [340/1437] Building CXX object src/utilities/CMakeFiles/stir_math.dir/stir_math.cxx.obj [00:17:44] [341/1437] Building CXX object src/utilities/CMakeFiles/stir_math.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:17:44] [342/1437] Building CXX object src/utilities/CMakeFiles/stir_math.dir/__/IO/IO_registries.cxx.obj [00:17:44] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:44] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:44] inline virtual float get_tantheta(const Bin&) const; [00:17:44] ^ [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:17:44] inline virtual float get_tantheta(const Bin&) const; [00:17:44] ^ [00:17:44] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:44] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:44] inline float get_phi(const Bin&) const; [00:17:44] ^ [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:17:44] inline float get_phi(const Bin&) const; [00:17:44] ^ [00:17:44] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:44] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:44] inline float get_t(const Bin&) const; [00:17:44] ^ [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:17:44] inline float get_t(const Bin&) const; [00:17:44] ^ [00:17:44] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:44] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:44] inline float get_m(const Bin&) const; [00:17:44] ^ [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:17:44] inline float get_m(const Bin&) const; [00:17:44] ^ [00:17:44] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:44] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:44] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:17:44] ^ [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:17:44] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:17:44] ^ [00:17:44] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:44] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:44] set_num_views(const int new_num_views); [00:17:44] ^ [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:17:44] set_num_views(const int new_num_views); [00:17:44] ^ [00:17:44] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:44] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:44] virtual inline float get_sampling_in_t(const Bin&) const; [00:17:44] ^ [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:17:44] virtual inline float get_sampling_in_t(const Bin&) const; [00:17:44] ^ [00:17:44] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:44] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:44] virtual inline float get_sampling_in_m(const Bin&) const; [00:17:44] ^ [00:17:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:17:44] virtual inline float get_sampling_in_m(const Bin&) const; [00:17:44] ^ [00:17:44] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:17:44] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:17:44] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:45] virtual std::string parameter_info() const; [00:17:45] ^ [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:17:45] virtual std::string parameter_info() const; [00:17:45] ^ [00:17:45] 9 warnings generated. [00:17:45] [343/1437] Building CXX object src/utilities/CMakeFiles/stir_math.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:17:45] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:45] inline virtual float get_tantheta(const Bin&) const; [00:17:45] ^ [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:17:45] inline virtual float get_tantheta(const Bin&) const; [00:17:45] ^ [00:17:45] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:45] inline float get_phi(const Bin&) const; [00:17:45] ^ [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:17:45] inline float get_phi(const Bin&) const; [00:17:45] ^ [00:17:45] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:45] inline float get_t(const Bin&) const; [00:17:45] ^ [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:17:45] inline float get_t(const Bin&) const; [00:17:45] ^ [00:17:45] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:45] inline float get_m(const Bin&) const; [00:17:45] ^ [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:17:45] inline float get_m(const Bin&) const; [00:17:45] ^ [00:17:45] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:17:45] ^ [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:17:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:17:45] ^ [00:17:45] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:45] set_num_views(const int new_num_views); [00:17:45] ^ [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:17:45] set_num_views(const int new_num_views); [00:17:45] ^ [00:17:45] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:17:45] ^ [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:17:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:17:45] ^ [00:17:45] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:17:45] ^ [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:17:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:17:45] ^ [00:17:45] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:45] virtual std::string parameter_info() const; [00:17:45] ^ [00:17:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:17:45] virtual std::string parameter_info() const; [00:17:45] ^ [00:17:45] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:17:45] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:17:49] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:17:49] } [00:17:49] ^ [00:17:49] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:17:49] } [00:17:49] ^ [00:17:49] 11 warnings generated. [00:17:49] [344/1437] Building CXX object src/utilities/CMakeFiles/stir_math.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:17:52] [345/1437] Building CXX object src/utilities/CMakeFiles/stir_math.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:17:52] [346/1437] Building CXX object src/utilities/CMakeFiles/stir_math.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:17:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:52] inline virtual float get_tantheta(const Bin&) const; [00:17:52] ^ [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:17:52] inline virtual float get_tantheta(const Bin&) const; [00:17:52] ^ [00:17:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:52] inline float get_phi(const Bin&) const; [00:17:52] ^ [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:17:52] inline float get_phi(const Bin&) const; [00:17:52] ^ [00:17:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:52] inline float get_t(const Bin&) const; [00:17:52] ^ [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:17:52] inline float get_t(const Bin&) const; [00:17:52] ^ [00:17:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:52] inline float get_m(const Bin&) const; [00:17:52] ^ [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:17:52] inline float get_m(const Bin&) const; [00:17:52] ^ [00:17:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:52] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:17:52] ^ [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:17:52] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:17:52] ^ [00:17:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:52] set_num_views(const int new_num_views); [00:17:52] ^ [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:17:52] set_num_views(const int new_num_views); [00:17:52] ^ [00:17:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:52] virtual inline float get_sampling_in_t(const Bin&) const; [00:17:52] ^ [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:17:52] virtual inline float get_sampling_in_t(const Bin&) const; [00:17:52] ^ [00:17:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:52] virtual inline float get_sampling_in_m(const Bin&) const; [00:17:52] ^ [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:17:52] virtual inline float get_sampling_in_m(const Bin&) const; [00:17:52] ^ [00:17:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:17:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:17:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:17:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:17:52] virtual std::string parameter_info() const; [00:17:52] ^ [00:18:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:18:02] virtual std::string parameter_info() const; [00:18:02] ^ [00:18:02] 9 warnings generated. [00:18:02] [347/1437] Building CXX object src/utilities/CMakeFiles/list_projdata_info.dir/list_projdata_info.cxx.obj [00:18:02] [348/1437] Building CXX object src/utilities/CMakeFiles/list_projdata_info.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:18:02] [349/1437] Building CXX object src/utilities/CMakeFiles/list_projdata_info.dir/__/buildblock/buildblock_registries.cxx.obj [00:18:08] [350/1437] Building CXX object src/utilities/CMakeFiles/list_projdata_info.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:18:08] [351/1437] Building CXX object src/utilities/CMakeFiles/list_projdata_info.dir/__/IO/IO_registries.cxx.obj [00:18:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:08] inline virtual float get_tantheta(const Bin&) const; [00:18:08] ^ [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:18:08] inline virtual float get_tantheta(const Bin&) const; [00:18:08] ^ [00:18:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:08] inline float get_phi(const Bin&) const; [00:18:08] ^ [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:18:08] inline float get_phi(const Bin&) const; [00:18:08] ^ [00:18:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:08] inline float get_t(const Bin&) const; [00:18:08] ^ [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:18:08] inline float get_t(const Bin&) const; [00:18:08] ^ [00:18:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:08] inline float get_m(const Bin&) const; [00:18:08] ^ [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:18:08] inline float get_m(const Bin&) const; [00:18:08] ^ [00:18:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:08] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:18:08] ^ [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:18:08] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:18:08] ^ [00:18:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:08] set_num_views(const int new_num_views); [00:18:08] ^ [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:18:08] set_num_views(const int new_num_views); [00:18:08] ^ [00:18:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:08] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:08] ^ [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:18:08] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:08] ^ [00:18:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:08] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:08] ^ [00:18:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:18:08] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:08] ^ [00:18:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:10] virtual std::string parameter_info() const; [00:18:10] ^ [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:18:10] virtual std::string parameter_info() const; [00:18:10] ^ [00:18:10] 9 warnings generated. [00:18:10] [352/1437] Building CXX object src/utilities/CMakeFiles/list_projdata_info.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:18:10] [353/1437] Building CXX object src/utilities/CMakeFiles/list_projdata_info.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:18:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:10] inline virtual float get_tantheta(const Bin&) const; [00:18:10] ^ [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:18:10] inline virtual float get_tantheta(const Bin&) const; [00:18:10] ^ [00:18:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:10] inline float get_phi(const Bin&) const; [00:18:10] ^ [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:18:10] inline float get_phi(const Bin&) const; [00:18:10] ^ [00:18:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:10] inline float get_t(const Bin&) const; [00:18:10] ^ [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:18:10] inline float get_t(const Bin&) const; [00:18:10] ^ [00:18:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:10] inline float get_m(const Bin&) const; [00:18:10] ^ [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:18:10] inline float get_m(const Bin&) const; [00:18:10] ^ [00:18:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:10] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:18:10] ^ [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:18:10] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:18:10] ^ [00:18:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:10] set_num_views(const int new_num_views); [00:18:10] ^ [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:18:10] set_num_views(const int new_num_views); [00:18:10] ^ [00:18:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:10] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:10] ^ [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:18:10] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:10] ^ [00:18:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:10] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:10] ^ [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:18:10] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:10] ^ [00:18:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:10] virtual std::string parameter_info() const; [00:18:10] ^ [00:18:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:18:10] virtual std::string parameter_info() const; [00:18:10] ^ [00:18:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:13] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:18:13] } [00:18:13] ^ [00:18:13] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:18:13] } [00:18:13] ^ [00:18:13] 11 warnings generated. [00:18:16] [354/1437] Building CXX object src/utilities/CMakeFiles/list_projdata_info.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:18:16] [355/1437] Building CXX object src/utilities/CMakeFiles/list_projdata_info.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:18:16] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:16] inline virtual float get_tantheta(const Bin&) const; [00:18:16] ^ [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:18:16] inline virtual float get_tantheta(const Bin&) const; [00:18:16] ^ [00:18:16] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:16] inline float get_phi(const Bin&) const; [00:18:16] ^ [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:18:16] inline float get_phi(const Bin&) const; [00:18:16] ^ [00:18:16] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:16] inline float get_t(const Bin&) const; [00:18:16] ^ [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:18:16] inline float get_t(const Bin&) const; [00:18:16] ^ [00:18:16] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:16] inline float get_m(const Bin&) const; [00:18:16] ^ [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:18:16] inline float get_m(const Bin&) const; [00:18:16] ^ [00:18:16] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:16] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:18:16] ^ [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:18:16] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:18:16] ^ [00:18:16] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:16] set_num_views(const int new_num_views); [00:18:16] ^ [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:18:16] set_num_views(const int new_num_views); [00:18:16] ^ [00:18:16] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:16] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:16] ^ [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:18:16] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:16] ^ [00:18:16] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:16] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:16] ^ [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:18:16] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:16] ^ [00:18:16] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:16] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:16] virtual std::string parameter_info() const; [00:18:16] ^ [00:18:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:18:21] virtual std::string parameter_info() const; [00:18:21] ^ [00:18:21] 9 warnings generated. [00:18:21] [356/1437] Building CXX object src/utilities/CMakeFiles/list_image_info.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:18:21] [357/1437] Building CXX object src/utilities/CMakeFiles/list_image_info.dir/list_image_info.cxx.obj [00:18:35] [358/1437] Building CXX object src/utilities/CMakeFiles/list_image_info.dir/__/buildblock/buildblock_registries.cxx.obj [00:18:35] [359/1437] Building CXX object src/utilities/CMakeFiles/list_image_info.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:18:35] [360/1437] Building CXX object src/utilities/CMakeFiles/list_image_info.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:18:35] [361/1437] Building CXX object src/utilities/CMakeFiles/list_image_info.dir/__/IO/IO_registries.cxx.obj [00:18:35] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:35] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:35] inline virtual float get_tantheta(const Bin&) const; [00:18:35] ^ [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:18:35] inline virtual float get_tantheta(const Bin&) const; [00:18:35] ^ [00:18:35] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:35] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:35] inline float get_phi(const Bin&) const; [00:18:35] ^ [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:18:35] inline float get_phi(const Bin&) const; [00:18:35] ^ [00:18:35] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:35] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:35] inline float get_t(const Bin&) const; [00:18:35] ^ [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:18:35] inline float get_t(const Bin&) const; [00:18:35] ^ [00:18:35] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:35] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:35] inline float get_m(const Bin&) const; [00:18:35] ^ [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:18:35] inline float get_m(const Bin&) const; [00:18:35] ^ [00:18:35] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:35] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:35] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:18:35] ^ [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:18:35] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:18:35] ^ [00:18:35] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:35] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:35] set_num_views(const int new_num_views); [00:18:35] ^ [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:18:35] set_num_views(const int new_num_views); [00:18:35] ^ [00:18:35] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:35] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:35] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:35] ^ [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:18:35] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:35] ^ [00:18:35] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:35] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:35] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:35] ^ [00:18:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:18:35] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:35] ^ [00:18:35] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:35] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:35] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:36] virtual std::string parameter_info() const; [00:18:36] ^ [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:18:36] virtual std::string parameter_info() const; [00:18:36] ^ [00:18:36] 9 warnings generated. [00:18:36] [362/1437] Building CXX object src/utilities/CMakeFiles/list_image_info.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:18:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:36] inline virtual float get_tantheta(const Bin&) const; [00:18:36] ^ [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:18:36] inline virtual float get_tantheta(const Bin&) const; [00:18:36] ^ [00:18:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:36] inline float get_phi(const Bin&) const; [00:18:36] ^ [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:18:36] inline float get_phi(const Bin&) const; [00:18:36] ^ [00:18:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:36] inline float get_t(const Bin&) const; [00:18:36] ^ [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:18:36] inline float get_t(const Bin&) const; [00:18:36] ^ [00:18:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:36] inline float get_m(const Bin&) const; [00:18:36] ^ [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:18:36] inline float get_m(const Bin&) const; [00:18:36] ^ [00:18:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:36] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:18:36] ^ [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:18:36] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:18:36] ^ [00:18:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:36] set_num_views(const int new_num_views); [00:18:36] ^ [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:18:36] set_num_views(const int new_num_views); [00:18:36] ^ [00:18:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:36] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:36] ^ [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:18:36] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:36] ^ [00:18:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:36] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:36] ^ [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:18:36] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:36] ^ [00:18:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:18:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:36] virtual std::string parameter_info() const; [00:18:36] ^ [00:18:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:18:36] virtual std::string parameter_info() const; [00:18:36] ^ [00:18:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:18:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:18:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:18:40] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:18:40] } [00:18:40] ^ [00:18:40] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:18:40] } [00:18:40] ^ [00:18:40] 11 warnings generated. [00:18:42] [363/1437] Building CXX object src/utilities/CMakeFiles/list_image_info.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:18:42] [364/1437] Building CXX object src/utilities/CMakeFiles/list_image_info.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:18:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:42] inline virtual float get_tantheta(const Bin&) const; [00:18:42] ^ [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:18:42] inline virtual float get_tantheta(const Bin&) const; [00:18:42] ^ [00:18:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:42] inline float get_phi(const Bin&) const; [00:18:42] ^ [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:18:42] inline float get_phi(const Bin&) const; [00:18:42] ^ [00:18:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:42] inline float get_t(const Bin&) const; [00:18:42] ^ [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:18:42] inline float get_t(const Bin&) const; [00:18:42] ^ [00:18:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:42] inline float get_m(const Bin&) const; [00:18:42] ^ [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:18:42] inline float get_m(const Bin&) const; [00:18:42] ^ [00:18:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:18:42] ^ [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:18:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:18:42] ^ [00:18:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:42] set_num_views(const int new_num_views); [00:18:42] ^ [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:18:42] set_num_views(const int new_num_views); [00:18:42] ^ [00:18:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:42] ^ [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:18:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:42] ^ [00:18:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:42] ^ [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:18:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:42] ^ [00:18:42] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:18:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:42] virtual std::string parameter_info() const; [00:18:42] ^ [00:18:47] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:18:47] virtual std::string parameter_info() const; [00:18:47] ^ [00:18:47] 9 warnings generated. [00:18:47] [365/1437] Building CXX object src/utilities/CMakeFiles/list_image_values.dir/list_image_values.cxx.obj [00:18:47] [366/1437] Building CXX object src/utilities/CMakeFiles/list_image_values.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:18:58] [367/1437] Building CXX object src/utilities/CMakeFiles/list_image_values.dir/__/buildblock/buildblock_registries.cxx.obj [00:18:58] [368/1437] Building CXX object src/utilities/CMakeFiles/list_image_values.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:18:58] [369/1437] Building CXX object src/utilities/CMakeFiles/list_image_values.dir/__/IO/IO_registries.cxx.obj [00:18:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:58] inline virtual float get_tantheta(const Bin&) const; [00:18:58] ^ [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:18:58] inline virtual float get_tantheta(const Bin&) const; [00:18:58] ^ [00:18:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:58] inline float get_phi(const Bin&) const; [00:18:58] ^ [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:18:58] inline float get_phi(const Bin&) const; [00:18:58] ^ [00:18:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:58] inline float get_t(const Bin&) const; [00:18:58] ^ [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:18:58] inline float get_t(const Bin&) const; [00:18:58] ^ [00:18:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:58] inline float get_m(const Bin&) const; [00:18:58] ^ [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:18:58] inline float get_m(const Bin&) const; [00:18:58] ^ [00:18:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:58] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:18:58] ^ [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:18:58] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:18:58] ^ [00:18:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:58] set_num_views(const int new_num_views); [00:18:58] ^ [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:18:58] set_num_views(const int new_num_views); [00:18:58] ^ [00:18:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:58] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:58] ^ [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:18:58] virtual inline float get_sampling_in_t(const Bin&) const; [00:18:58] ^ [00:18:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:18:58] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:58] ^ [00:18:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:18:58] virtual inline float get_sampling_in_m(const Bin&) const; [00:18:58] ^ [00:18:58] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:18:58] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:18:58] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:18:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:01] virtual std::string parameter_info() const; [00:19:01] ^ [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:19:01] virtual std::string parameter_info() const; [00:19:01] ^ [00:19:01] 9 warnings generated. [00:19:01] [370/1437] Building CXX object src/utilities/CMakeFiles/list_image_values.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:19:01] [371/1437] Building CXX object src/utilities/CMakeFiles/list_image_values.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:19:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:01] inline virtual float get_tantheta(const Bin&) const; [00:19:01] ^ [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:19:01] inline virtual float get_tantheta(const Bin&) const; [00:19:01] ^ [00:19:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:01] inline float get_phi(const Bin&) const; [00:19:01] ^ [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:19:01] inline float get_phi(const Bin&) const; [00:19:01] ^ [00:19:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:01] inline float get_t(const Bin&) const; [00:19:01] ^ [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:19:01] inline float get_t(const Bin&) const; [00:19:01] ^ [00:19:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:01] inline float get_m(const Bin&) const; [00:19:01] ^ [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:19:01] inline float get_m(const Bin&) const; [00:19:01] ^ [00:19:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:01] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:19:01] ^ [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:19:01] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:19:01] ^ [00:19:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:01] set_num_views(const int new_num_views); [00:19:01] ^ [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:19:01] set_num_views(const int new_num_views); [00:19:01] ^ [00:19:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:01] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:01] ^ [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:19:01] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:01] ^ [00:19:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:01] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:01] ^ [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:19:01] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:01] ^ [00:19:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:01] virtual std::string parameter_info() const; [00:19:01] ^ [00:19:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:19:01] virtual std::string parameter_info() const; [00:19:01] ^ [00:19:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:03] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:03] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:19:03] } [00:19:03] ^ [00:19:03] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:19:03] } [00:19:03] ^ [00:19:03] 11 warnings generated. [00:19:07] [372/1437] Building CXX object src/utilities/CMakeFiles/list_image_values.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:19:07] [373/1437] Building CXX object src/utilities/CMakeFiles/list_image_values.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:19:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:07] inline virtual float get_tantheta(const Bin&) const; [00:19:07] ^ [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:19:07] inline virtual float get_tantheta(const Bin&) const; [00:19:07] ^ [00:19:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:07] inline float get_phi(const Bin&) const; [00:19:07] ^ [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:19:07] inline float get_phi(const Bin&) const; [00:19:07] ^ [00:19:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:07] inline float get_t(const Bin&) const; [00:19:07] ^ [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:19:07] inline float get_t(const Bin&) const; [00:19:07] ^ [00:19:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:07] inline float get_m(const Bin&) const; [00:19:07] ^ [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:19:07] inline float get_m(const Bin&) const; [00:19:07] ^ [00:19:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:19:07] ^ [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:19:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:19:07] ^ [00:19:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:07] set_num_views(const int new_num_views); [00:19:07] ^ [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:19:07] set_num_views(const int new_num_views); [00:19:07] ^ [00:19:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:07] ^ [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:19:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:07] ^ [00:19:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:07] ^ [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:19:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:07] ^ [00:19:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:07] virtual std::string parameter_info() const; [00:19:11] ^ [00:19:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:19:11] virtual std::string parameter_info() const; [00:19:11] ^ [00:19:11] 9 warnings generated. [00:19:11] [374/1437] Building CXX object src/utilities/CMakeFiles/list_detector_and_bin_info.dir/list_detector_and_bin_info.cxx.obj [00:19:11] [375/1437] Building CXX object src/utilities/CMakeFiles/list_detector_and_bin_info.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:19:24] [376/1437] Building CXX object src/utilities/CMakeFiles/list_detector_and_bin_info.dir/__/buildblock/buildblock_registries.cxx.obj [00:19:24] [377/1437] Building CXX object src/utilities/CMakeFiles/list_detector_and_bin_info.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:19:24] [378/1437] Building CXX object src/utilities/CMakeFiles/list_detector_and_bin_info.dir/__/IO/IO_registries.cxx.obj [00:19:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:24] inline virtual float get_tantheta(const Bin&) const; [00:19:24] ^ [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:19:24] inline virtual float get_tantheta(const Bin&) const; [00:19:24] ^ [00:19:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:24] inline float get_phi(const Bin&) const; [00:19:24] ^ [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:19:24] inline float get_phi(const Bin&) const; [00:19:24] ^ [00:19:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:24] inline float get_t(const Bin&) const; [00:19:24] ^ [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:19:24] inline float get_t(const Bin&) const; [00:19:24] ^ [00:19:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:24] inline float get_m(const Bin&) const; [00:19:24] ^ [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:19:24] inline float get_m(const Bin&) const; [00:19:24] ^ [00:19:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:19:24] ^ [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:19:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:19:24] ^ [00:19:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:24] set_num_views(const int new_num_views); [00:19:24] ^ [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:19:24] set_num_views(const int new_num_views); [00:19:24] ^ [00:19:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:24] ^ [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:19:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:24] ^ [00:19:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:24] ^ [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:19:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:24] ^ [00:19:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:24] virtual std::string parameter_info() const; [00:19:24] ^ [00:19:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:19:24] virtual std::string parameter_info() const; [00:19:24] ^ [00:19:24] 9 warnings generated. [00:19:26] [379/1437] Building CXX object src/utilities/CMakeFiles/list_detector_and_bin_info.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:19:26] [380/1437] Building CXX object src/utilities/CMakeFiles/list_detector_and_bin_info.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:19:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:26] inline virtual float get_tantheta(const Bin&) const; [00:19:26] ^ [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:19:26] inline virtual float get_tantheta(const Bin&) const; [00:19:26] ^ [00:19:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:26] inline float get_phi(const Bin&) const; [00:19:26] ^ [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:19:26] inline float get_phi(const Bin&) const; [00:19:26] ^ [00:19:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:26] inline float get_t(const Bin&) const; [00:19:26] ^ [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:19:26] inline float get_t(const Bin&) const; [00:19:26] ^ [00:19:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:26] inline float get_m(const Bin&) const; [00:19:26] ^ [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:19:26] inline float get_m(const Bin&) const; [00:19:26] ^ [00:19:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:26] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:19:26] ^ [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:19:26] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:19:26] ^ [00:19:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:26] set_num_views(const int new_num_views); [00:19:26] ^ [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:19:26] set_num_views(const int new_num_views); [00:19:26] ^ [00:19:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:26] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:26] ^ [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:19:26] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:26] ^ [00:19:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:26] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:26] ^ [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:19:26] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:26] ^ [00:19:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:26] virtual std::string parameter_info() const; [00:19:26] ^ [00:19:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:19:26] virtual std::string parameter_info() const; [00:19:26] ^ [00:19:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:26] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:19:26] } [00:19:26] ^ [00:19:30] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:19:30] } [00:19:30] ^ [00:19:30] 11 warnings generated. [00:19:30] [381/1437] Building CXX object src/utilities/CMakeFiles/list_detector_and_bin_info.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:19:30] [382/1437] Building CXX object src/utilities/CMakeFiles/list_detector_and_bin_info.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:19:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:31] inline virtual float get_tantheta(const Bin&) const; [00:19:31] ^ [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:19:31] inline virtual float get_tantheta(const Bin&) const; [00:19:31] ^ [00:19:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:31] inline float get_phi(const Bin&) const; [00:19:31] ^ [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:19:31] inline float get_phi(const Bin&) const; [00:19:31] ^ [00:19:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:31] inline float get_t(const Bin&) const; [00:19:31] ^ [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:19:31] inline float get_t(const Bin&) const; [00:19:31] ^ [00:19:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:31] inline float get_m(const Bin&) const; [00:19:31] ^ [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:19:31] inline float get_m(const Bin&) const; [00:19:31] ^ [00:19:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:31] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:19:31] ^ [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:19:31] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:19:31] ^ [00:19:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:31] set_num_views(const int new_num_views); [00:19:31] ^ [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:19:31] set_num_views(const int new_num_views); [00:19:31] ^ [00:19:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:31] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:31] ^ [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:19:31] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:31] ^ [00:19:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:31] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:31] ^ [00:19:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:19:31] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:31] ^ [00:19:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:34] virtual std::string parameter_info() const; [00:19:34] ^ [00:19:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:19:34] virtual std::string parameter_info() const; [00:19:34] ^ [00:19:34] 9 warnings generated. [00:19:34] [383/1437] Building CXX object src/utilities/CMakeFiles/find_maxima_in_image.dir/find_maxima_in_image.cxx.obj [00:19:48] [384/1437] Building CXX object src/utilities/CMakeFiles/find_maxima_in_image.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:19:48] [385/1437] Building CXX object src/utilities/CMakeFiles/find_maxima_in_image.dir/__/buildblock/buildblock_registries.cxx.obj [00:19:48] [386/1437] Building CXX object src/utilities/CMakeFiles/find_maxima_in_image.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:19:48] [387/1437] Building CXX object src/utilities/CMakeFiles/find_maxima_in_image.dir/__/IO/IO_registries.cxx.obj [00:19:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:48] inline virtual float get_tantheta(const Bin&) const; [00:19:48] ^ [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:19:48] inline virtual float get_tantheta(const Bin&) const; [00:19:48] ^ [00:19:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:48] inline float get_phi(const Bin&) const; [00:19:48] ^ [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:19:48] inline float get_phi(const Bin&) const; [00:19:48] ^ [00:19:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:48] inline float get_t(const Bin&) const; [00:19:48] ^ [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:19:48] inline float get_t(const Bin&) const; [00:19:48] ^ [00:19:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:48] inline float get_m(const Bin&) const; [00:19:48] ^ [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:19:48] inline float get_m(const Bin&) const; [00:19:48] ^ [00:19:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:19:48] ^ [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:19:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:19:48] ^ [00:19:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:48] set_num_views(const int new_num_views); [00:19:48] ^ [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:19:48] set_num_views(const int new_num_views); [00:19:48] ^ [00:19:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:48] ^ [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:19:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:48] ^ [00:19:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:48] ^ [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:19:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:48] ^ [00:19:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:19:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:19:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:48] virtual std::string parameter_info() const; [00:19:48] ^ [00:19:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:19:48] virtual std::string parameter_info() const; [00:19:48] ^ [00:19:50] 9 warnings generated. [00:19:50] [388/1437] Building CXX object src/utilities/CMakeFiles/find_maxima_in_image.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:19:50] [389/1437] Building CXX object src/utilities/CMakeFiles/find_maxima_in_image.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:19:50] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:50] inline virtual float get_tantheta(const Bin&) const; [00:19:50] ^ [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:19:50] inline virtual float get_tantheta(const Bin&) const; [00:19:50] ^ [00:19:50] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:50] inline float get_phi(const Bin&) const; [00:19:50] ^ [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:19:50] inline float get_phi(const Bin&) const; [00:19:50] ^ [00:19:50] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:50] inline float get_t(const Bin&) const; [00:19:50] ^ [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:19:50] inline float get_t(const Bin&) const; [00:19:50] ^ [00:19:50] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:50] inline float get_m(const Bin&) const; [00:19:50] ^ [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:19:50] inline float get_m(const Bin&) const; [00:19:50] ^ [00:19:50] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:50] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:19:50] ^ [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:19:50] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:19:50] ^ [00:19:50] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:50] set_num_views(const int new_num_views); [00:19:50] ^ [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:19:50] set_num_views(const int new_num_views); [00:19:50] ^ [00:19:50] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:50] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:50] ^ [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:19:50] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:50] ^ [00:19:50] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:50] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:50] ^ [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:19:50] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:50] ^ [00:19:50] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:50] virtual std::string parameter_info() const; [00:19:50] ^ [00:19:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:19:50] virtual std::string parameter_info() const; [00:19:50] ^ [00:19:50] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:19:50] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:19:50] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:19:50] } [00:19:50] ^ [00:19:56] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:19:56] } [00:19:56] ^ [00:19:56] 11 warnings generated. [00:19:56] [390/1437] Building CXX object src/utilities/CMakeFiles/find_maxima_in_image.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:19:56] [391/1437] Building CXX object src/utilities/CMakeFiles/create_multi_header.dir/create_multi_header.cxx.obj [00:19:56] [392/1437] Building CXX object src/utilities/CMakeFiles/find_maxima_in_image.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:19:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:56] inline virtual float get_tantheta(const Bin&) const; [00:19:56] ^ [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:19:56] inline virtual float get_tantheta(const Bin&) const; [00:19:56] ^ [00:19:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:56] inline float get_phi(const Bin&) const; [00:19:56] ^ [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:19:56] inline float get_phi(const Bin&) const; [00:19:56] ^ [00:19:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:56] inline float get_t(const Bin&) const; [00:19:56] ^ [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:19:56] inline float get_t(const Bin&) const; [00:19:56] ^ [00:19:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:56] inline float get_m(const Bin&) const; [00:19:56] ^ [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:19:56] inline float get_m(const Bin&) const; [00:19:56] ^ [00:19:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:19:56] ^ [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:19:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:19:56] ^ [00:19:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:56] set_num_views(const int new_num_views); [00:19:56] ^ [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:19:56] set_num_views(const int new_num_views); [00:19:56] ^ [00:19:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:56] ^ [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:19:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:19:56] ^ [00:19:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:56] ^ [00:19:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:19:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:19:56] ^ [00:19:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:19:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:19:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:19:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:19:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:19:59] virtual std::string parameter_info() const; [00:19:59] ^ [00:19:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:19:59] virtual std::string parameter_info() const; [00:19:59] ^ [00:19:59] 9 warnings generated. [00:20:12] [393/1437] Building CXX object src/utilities/CMakeFiles/create_multi_header.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:20:12] [394/1437] Building CXX object src/utilities/CMakeFiles/create_multi_header.dir/__/buildblock/buildblock_registries.cxx.obj [00:20:12] [395/1437] Building CXX object src/utilities/CMakeFiles/create_multi_header.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:20:12] [396/1437] Building CXX object src/utilities/CMakeFiles/create_multi_header.dir/__/IO/IO_registries.cxx.obj [00:20:12] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:12] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:12] inline virtual float get_tantheta(const Bin&) const; [00:20:12] ^ [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:20:12] inline virtual float get_tantheta(const Bin&) const; [00:20:12] ^ [00:20:12] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:12] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:12] inline float get_phi(const Bin&) const; [00:20:12] ^ [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:20:12] inline float get_phi(const Bin&) const; [00:20:12] ^ [00:20:12] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:12] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:12] inline float get_t(const Bin&) const; [00:20:12] ^ [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:20:12] inline float get_t(const Bin&) const; [00:20:12] ^ [00:20:12] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:12] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:12] inline float get_m(const Bin&) const; [00:20:12] ^ [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:20:12] inline float get_m(const Bin&) const; [00:20:12] ^ [00:20:12] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:12] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:12] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:20:12] ^ [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:20:12] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:20:12] ^ [00:20:12] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:12] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:12] set_num_views(const int new_num_views); [00:20:12] ^ [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:20:12] set_num_views(const int new_num_views); [00:20:12] ^ [00:20:12] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:12] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:12] virtual inline float get_sampling_in_t(const Bin&) const; [00:20:12] ^ [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:20:12] virtual inline float get_sampling_in_t(const Bin&) const; [00:20:12] ^ [00:20:12] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:12] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:12] virtual inline float get_sampling_in_m(const Bin&) const; [00:20:12] ^ [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:20:12] virtual inline float get_sampling_in_m(const Bin&) const; [00:20:12] ^ [00:20:12] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:12] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:12] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:12] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:12] virtual std::string parameter_info() const; [00:20:12] ^ [00:20:12] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:20:14] virtual std::string parameter_info() const; [00:20:14] ^ [00:20:14] 9 warnings generated. [00:20:14] [397/1437] Building CXX object src/utilities/CMakeFiles/create_multi_header.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:20:14] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:14] inline virtual float get_tantheta(const Bin&) const; [00:20:14] ^ [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:20:14] inline virtual float get_tantheta(const Bin&) const; [00:20:14] ^ [00:20:14] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:14] inline float get_phi(const Bin&) const; [00:20:14] ^ [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:20:14] inline float get_phi(const Bin&) const; [00:20:14] ^ [00:20:14] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:14] inline float get_t(const Bin&) const; [00:20:14] ^ [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:20:14] inline float get_t(const Bin&) const; [00:20:14] ^ [00:20:14] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:14] inline float get_m(const Bin&) const; [00:20:14] ^ [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:20:14] inline float get_m(const Bin&) const; [00:20:14] ^ [00:20:14] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:14] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:20:14] ^ [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:20:14] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:20:14] ^ [00:20:14] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:14] set_num_views(const int new_num_views); [00:20:14] ^ [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:20:14] set_num_views(const int new_num_views); [00:20:14] ^ [00:20:14] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:14] virtual inline float get_sampling_in_t(const Bin&) const; [00:20:14] ^ [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:20:14] virtual inline float get_sampling_in_t(const Bin&) const; [00:20:14] ^ [00:20:14] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:14] virtual inline float get_sampling_in_m(const Bin&) const; [00:20:14] ^ [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:20:14] virtual inline float get_sampling_in_m(const Bin&) const; [00:20:14] ^ [00:20:14] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:14] virtual std::string parameter_info() const; [00:20:14] ^ [00:20:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:20:14] virtual std::string parameter_info() const; [00:20:14] ^ [00:20:14] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:14] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:14] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:20:14] } [00:20:14] ^ [00:20:20] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:20:20] } [00:20:20] ^ [00:20:20] 11 warnings generated. [00:20:20] [398/1437] Building CXX object src/utilities/CMakeFiles/create_multi_header.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:20:20] [399/1437] Building CXX object src/utilities/CMakeFiles/create_multi_header.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:20:20] [400/1437] Building CXX object src/utilities/CMakeFiles/create_multi_header.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:20:20] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:20] inline virtual float get_tantheta(const Bin&) const; [00:20:20] ^ [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:20:20] inline virtual float get_tantheta(const Bin&) const; [00:20:20] ^ [00:20:20] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:20] inline float get_phi(const Bin&) const; [00:20:20] ^ [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:20:20] inline float get_phi(const Bin&) const; [00:20:20] ^ [00:20:20] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:20] inline float get_t(const Bin&) const; [00:20:20] ^ [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:20:20] inline float get_t(const Bin&) const; [00:20:20] ^ [00:20:20] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:20] inline float get_m(const Bin&) const; [00:20:20] ^ [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:20:20] inline float get_m(const Bin&) const; [00:20:20] ^ [00:20:20] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:20] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:20:20] ^ [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:20:20] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:20:20] ^ [00:20:20] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:20] set_num_views(const int new_num_views); [00:20:20] ^ [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:20:20] set_num_views(const int new_num_views); [00:20:20] ^ [00:20:20] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:20] virtual inline float get_sampling_in_t(const Bin&) const; [00:20:20] ^ [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:20:20] virtual inline float get_sampling_in_t(const Bin&) const; [00:20:20] ^ [00:20:20] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:20] virtual inline float get_sampling_in_m(const Bin&) const; [00:20:20] ^ [00:20:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:20:20] virtual inline float get_sampling_in_m(const Bin&) const; [00:20:20] ^ [00:20:20] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:20] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:22] virtual std::string parameter_info() const; [00:20:22] ^ [00:20:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:20:22] virtual std::string parameter_info() const; [00:20:22] ^ [00:20:22] 9 warnings generated. [00:20:38] [401/1437] Building CXX object src/utilities/CMakeFiles/create_projdata_template.dir/create_projdata_template.cxx.obj [00:20:38] [402/1437] Building CXX object src/utilities/CMakeFiles/create_projdata_template.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:20:38] [403/1437] Building CXX object src/utilities/CMakeFiles/create_projdata_template.dir/__/buildblock/buildblock_registries.cxx.obj [00:20:38] [404/1437] Building CXX object src/utilities/CMakeFiles/create_projdata_template.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:20:38] [405/1437] Building CXX object src/utilities/CMakeFiles/create_projdata_template.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:20:38] [406/1437] Building CXX object src/utilities/CMakeFiles/create_projdata_template.dir/__/IO/IO_registries.cxx.obj [00:20:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:38] inline virtual float get_tantheta(const Bin&) const; [00:20:38] ^ [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:20:38] inline virtual float get_tantheta(const Bin&) const; [00:20:38] ^ [00:20:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:38] inline float get_phi(const Bin&) const; [00:20:38] ^ [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:20:38] inline float get_phi(const Bin&) const; [00:20:38] ^ [00:20:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:38] inline float get_t(const Bin&) const; [00:20:38] ^ [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:20:38] inline float get_t(const Bin&) const; [00:20:38] ^ [00:20:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:38] inline float get_m(const Bin&) const; [00:20:38] ^ [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:20:38] inline float get_m(const Bin&) const; [00:20:38] ^ [00:20:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:38] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:20:38] ^ [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:20:38] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:20:38] ^ [00:20:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:38] set_num_views(const int new_num_views); [00:20:38] ^ [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:20:38] set_num_views(const int new_num_views); [00:20:38] ^ [00:20:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:38] virtual inline float get_sampling_in_t(const Bin&) const; [00:20:38] ^ [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:20:38] virtual inline float get_sampling_in_t(const Bin&) const; [00:20:38] ^ [00:20:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:38] virtual inline float get_sampling_in_m(const Bin&) const; [00:20:38] ^ [00:20:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:20:38] virtual inline float get_sampling_in_m(const Bin&) const; [00:20:38] ^ [00:20:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:20:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:20:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:40] virtual std::string parameter_info() const; [00:20:40] ^ [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:20:40] virtual std::string parameter_info() const; [00:20:40] ^ [00:20:40] 9 warnings generated. [00:20:40] [407/1437] Building CXX object src/utilities/CMakeFiles/create_projdata_template.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:20:40] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:40] inline virtual float get_tantheta(const Bin&) const; [00:20:40] ^ [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:20:40] inline virtual float get_tantheta(const Bin&) const; [00:20:40] ^ [00:20:40] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:40] inline float get_phi(const Bin&) const; [00:20:40] ^ [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:20:40] inline float get_phi(const Bin&) const; [00:20:40] ^ [00:20:40] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:40] inline float get_t(const Bin&) const; [00:20:40] ^ [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:20:40] inline float get_t(const Bin&) const; [00:20:40] ^ [00:20:40] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:40] inline float get_m(const Bin&) const; [00:20:40] ^ [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:20:40] inline float get_m(const Bin&) const; [00:20:40] ^ [00:20:40] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:40] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:20:40] ^ [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:20:40] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:20:40] ^ [00:20:40] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:40] set_num_views(const int new_num_views); [00:20:40] ^ [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:20:40] set_num_views(const int new_num_views); [00:20:40] ^ [00:20:40] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:40] virtual inline float get_sampling_in_t(const Bin&) const; [00:20:40] ^ [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:20:40] virtual inline float get_sampling_in_t(const Bin&) const; [00:20:40] ^ [00:20:40] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:40] virtual inline float get_sampling_in_m(const Bin&) const; [00:20:40] ^ [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:20:40] virtual inline float get_sampling_in_m(const Bin&) const; [00:20:40] ^ [00:20:40] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:40] virtual std::string parameter_info() const; [00:20:40] ^ [00:20:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:20:40] virtual std::string parameter_info() const; [00:20:40] ^ [00:20:40] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:20:40] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:20:45] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:20:45] } [00:20:45] ^ [00:20:45] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:20:45] } [00:20:45] ^ [00:20:45] 11 warnings generated. [00:20:45] [408/1437] Building CXX object src/utilities/CMakeFiles/create_projdata_template.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:20:45] [409/1437] Building CXX object src/utilities/CMakeFiles/create_projdata_template.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:20:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:45] inline virtual float get_tantheta(const Bin&) const; [00:20:45] ^ [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:20:45] inline virtual float get_tantheta(const Bin&) const; [00:20:45] ^ [00:20:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:45] inline float get_phi(const Bin&) const; [00:20:45] ^ [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:20:45] inline float get_phi(const Bin&) const; [00:20:45] ^ [00:20:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:45] inline float get_t(const Bin&) const; [00:20:45] ^ [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:20:45] inline float get_t(const Bin&) const; [00:20:45] ^ [00:20:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:45] inline float get_m(const Bin&) const; [00:20:45] ^ [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:20:45] inline float get_m(const Bin&) const; [00:20:45] ^ [00:20:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:20:45] ^ [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:20:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:20:45] ^ [00:20:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:45] set_num_views(const int new_num_views); [00:20:45] ^ [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:20:45] set_num_views(const int new_num_views); [00:20:45] ^ [00:20:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:20:45] ^ [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:20:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:20:45] ^ [00:20:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:20:45] ^ [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:20:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:20:45] ^ [00:20:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:20:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:20:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:20:45] virtual std::string parameter_info() const; [00:20:45] ^ [00:20:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:20:45] virtual std::string parameter_info() const; [00:21:02] ^ [00:21:02] 9 warnings generated. [00:21:02] [410/1437] Building CXX object src/utilities/CMakeFiles/SSRB.dir/SSRB.cxx.obj [00:21:02] [411/1437] Building CXX object src/utilities/CMakeFiles/SSRB.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:21:02] [412/1437] Building CXX object src/utilities/CMakeFiles/SSRB.dir/__/buildblock/buildblock_registries.cxx.obj [00:21:02] [413/1437] Building CXX object src/utilities/CMakeFiles/SSRB.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:21:02] [414/1437] Building CXX object src/utilities/CMakeFiles/SSRB.dir/__/IO/IO_registries.cxx.obj [00:21:02] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:02] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:02] inline virtual float get_tantheta(const Bin&) const; [00:21:02] ^ [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:21:02] inline virtual float get_tantheta(const Bin&) const; [00:21:02] ^ [00:21:02] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:02] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:02] inline float get_phi(const Bin&) const; [00:21:02] ^ [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:21:02] inline float get_phi(const Bin&) const; [00:21:02] ^ [00:21:02] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:02] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:02] inline float get_t(const Bin&) const; [00:21:02] ^ [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:21:02] inline float get_t(const Bin&) const; [00:21:02] ^ [00:21:02] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:02] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:02] inline float get_m(const Bin&) const; [00:21:02] ^ [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:21:02] inline float get_m(const Bin&) const; [00:21:02] ^ [00:21:02] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:02] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:02] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:21:02] ^ [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:21:02] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:21:02] ^ [00:21:02] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:02] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:02] set_num_views(const int new_num_views); [00:21:02] ^ [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:21:02] set_num_views(const int new_num_views); [00:21:02] ^ [00:21:02] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:02] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:02] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:02] ^ [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:21:02] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:02] ^ [00:21:02] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:02] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:02] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:02] ^ [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:21:02] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:02] ^ [00:21:02] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:02] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:02] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:02] virtual std::string parameter_info() const; [00:21:02] ^ [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:21:04] virtual std::string parameter_info() const; [00:21:04] ^ [00:21:04] 9 warnings generated. [00:21:04] [415/1437] Building CXX object src/utilities/CMakeFiles/SSRB.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:21:04] [416/1437] Building CXX object src/utilities/CMakeFiles/SSRB.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:21:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:04] inline virtual float get_tantheta(const Bin&) const; [00:21:04] ^ [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:21:04] inline virtual float get_tantheta(const Bin&) const; [00:21:04] ^ [00:21:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:04] inline float get_phi(const Bin&) const; [00:21:04] ^ [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:21:04] inline float get_phi(const Bin&) const; [00:21:04] ^ [00:21:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:04] inline float get_t(const Bin&) const; [00:21:04] ^ [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:21:04] inline float get_t(const Bin&) const; [00:21:04] ^ [00:21:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:04] inline float get_m(const Bin&) const; [00:21:04] ^ [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:21:04] inline float get_m(const Bin&) const; [00:21:04] ^ [00:21:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:21:04] ^ [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:21:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:21:04] ^ [00:21:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:04] set_num_views(const int new_num_views); [00:21:04] ^ [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:21:04] set_num_views(const int new_num_views); [00:21:04] ^ [00:21:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:04] ^ [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:21:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:04] ^ [00:21:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:04] ^ [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:21:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:04] ^ [00:21:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:04] virtual std::string parameter_info() const; [00:21:04] ^ [00:21:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:21:04] virtual std::string parameter_info() const; [00:21:04] ^ [00:21:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:10] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:21:10] } [00:21:10] ^ [00:21:10] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:21:10] } [00:21:10] ^ [00:21:10] 11 warnings generated. [00:21:10] [417/1437] Building CXX object src/utilities/CMakeFiles/SSRB.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:21:10] [418/1437] Building CXX object src/utilities/CMakeFiles/invert_axis.dir/invert_axis.cxx.obj [00:21:10] [419/1437] Building CXX object src/utilities/CMakeFiles/SSRB.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:21:10] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:10] inline virtual float get_tantheta(const Bin&) const; [00:21:10] ^ [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:21:10] inline virtual float get_tantheta(const Bin&) const; [00:21:10] ^ [00:21:10] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:10] inline float get_phi(const Bin&) const; [00:21:10] ^ [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:21:10] inline float get_phi(const Bin&) const; [00:21:10] ^ [00:21:10] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:10] inline float get_t(const Bin&) const; [00:21:10] ^ [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:21:10] inline float get_t(const Bin&) const; [00:21:10] ^ [00:21:10] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:10] inline float get_m(const Bin&) const; [00:21:10] ^ [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:21:10] inline float get_m(const Bin&) const; [00:21:10] ^ [00:21:10] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:10] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:21:10] ^ [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:21:10] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:21:10] ^ [00:21:10] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:10] set_num_views(const int new_num_views); [00:21:10] ^ [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:21:10] set_num_views(const int new_num_views); [00:21:10] ^ [00:21:10] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:10] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:10] ^ [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:21:10] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:10] ^ [00:21:10] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:10] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:10] ^ [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:21:10] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:10] ^ [00:21:10] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:10] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:10] virtual std::string parameter_info() const; [00:21:10] ^ [00:21:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:21:10] virtual std::string parameter_info() const; [00:21:25] ^ [00:21:25] 9 warnings generated. [00:21:25] [420/1437] Building CXX object src/utilities/CMakeFiles/invert_axis.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:21:25] [421/1437] Building CXX object src/utilities/CMakeFiles/invert_axis.dir/__/buildblock/buildblock_registries.cxx.obj [00:21:25] [422/1437] Building CXX object src/utilities/CMakeFiles/invert_axis.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:21:25] [423/1437] Building CXX object src/utilities/CMakeFiles/invert_axis.dir/__/IO/IO_registries.cxx.obj [00:21:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:25] inline virtual float get_tantheta(const Bin&) const; [00:21:25] ^ [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:21:25] inline virtual float get_tantheta(const Bin&) const; [00:21:25] ^ [00:21:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:25] inline float get_phi(const Bin&) const; [00:21:25] ^ [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:21:25] inline float get_phi(const Bin&) const; [00:21:25] ^ [00:21:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:25] inline float get_t(const Bin&) const; [00:21:25] ^ [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:21:25] inline float get_t(const Bin&) const; [00:21:25] ^ [00:21:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:25] inline float get_m(const Bin&) const; [00:21:25] ^ [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:21:25] inline float get_m(const Bin&) const; [00:21:25] ^ [00:21:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:25] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:21:25] ^ [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:21:25] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:21:25] ^ [00:21:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:25] set_num_views(const int new_num_views); [00:21:25] ^ [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:21:25] set_num_views(const int new_num_views); [00:21:25] ^ [00:21:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:25] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:25] ^ [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:21:25] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:25] ^ [00:21:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:25] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:25] ^ [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:21:25] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:25] ^ [00:21:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:25] virtual std::string parameter_info() const; [00:21:25] ^ [00:21:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:21:28] virtual std::string parameter_info() const; [00:21:28] ^ [00:21:28] 9 warnings generated. [00:21:28] [424/1437] Building CXX object src/utilities/CMakeFiles/invert_axis.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:21:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:28] inline virtual float get_tantheta(const Bin&) const; [00:21:28] ^ [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:21:28] inline virtual float get_tantheta(const Bin&) const; [00:21:28] ^ [00:21:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:28] inline float get_phi(const Bin&) const; [00:21:28] ^ [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:21:28] inline float get_phi(const Bin&) const; [00:21:28] ^ [00:21:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:28] inline float get_t(const Bin&) const; [00:21:28] ^ [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:21:28] inline float get_t(const Bin&) const; [00:21:28] ^ [00:21:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:28] inline float get_m(const Bin&) const; [00:21:28] ^ [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:21:28] inline float get_m(const Bin&) const; [00:21:28] ^ [00:21:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:28] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:21:28] ^ [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:21:28] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:21:28] ^ [00:21:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:28] set_num_views(const int new_num_views); [00:21:28] ^ [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:21:28] set_num_views(const int new_num_views); [00:21:28] ^ [00:21:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:28] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:28] ^ [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:21:28] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:28] ^ [00:21:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:28] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:28] ^ [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:21:28] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:28] ^ [00:21:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:28] virtual std::string parameter_info() const; [00:21:28] ^ [00:21:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:21:28] virtual std::string parameter_info() const; [00:21:28] ^ [00:21:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:28] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:21:28] } [00:21:28] ^ [00:21:35] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:21:35] } [00:21:35] ^ [00:21:35] 11 warnings generated. [00:21:35] [425/1437] Building CXX object src/utilities/CMakeFiles/invert_axis.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:21:35] [426/1437] Building CXX object src/utilities/CMakeFiles/invert_axis.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:21:35] [427/1437] Building CXX object src/utilities/CMakeFiles/poisson_noise.dir/poisson_noise.cxx.obj [00:21:35] [428/1437] Building CXX object src/utilities/CMakeFiles/invert_axis.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:21:35] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:35] inline virtual float get_tantheta(const Bin&) const; [00:21:35] ^ [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:21:35] inline virtual float get_tantheta(const Bin&) const; [00:21:35] ^ [00:21:35] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:35] inline float get_phi(const Bin&) const; [00:21:35] ^ [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:21:35] inline float get_phi(const Bin&) const; [00:21:35] ^ [00:21:35] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:35] inline float get_t(const Bin&) const; [00:21:35] ^ [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:21:35] inline float get_t(const Bin&) const; [00:21:35] ^ [00:21:35] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:35] inline float get_m(const Bin&) const; [00:21:35] ^ [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:21:35] inline float get_m(const Bin&) const; [00:21:35] ^ [00:21:35] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:35] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:21:35] ^ [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:21:35] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:21:35] ^ [00:21:35] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:35] set_num_views(const int new_num_views); [00:21:35] ^ [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:21:35] set_num_views(const int new_num_views); [00:21:35] ^ [00:21:35] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:35] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:35] ^ [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:21:35] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:35] ^ [00:21:35] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:35] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:35] ^ [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:21:35] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:35] ^ [00:21:35] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:35] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:35] virtual std::string parameter_info() const; [00:21:35] ^ [00:21:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:21:35] virtual std::string parameter_info() const; [00:21:35] ^ [00:21:50] 9 warnings generated. [00:21:50] [429/1437] Building CXX object src/utilities/CMakeFiles/poisson_noise.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:21:50] [430/1437] Building CXX object src/utilities/CMakeFiles/poisson_noise.dir/__/buildblock/buildblock_registries.cxx.obj [00:21:50] [431/1437] Building CXX object src/utilities/CMakeFiles/poisson_noise.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:21:50] [432/1437] Building CXX object src/utilities/CMakeFiles/poisson_noise.dir/__/IO/IO_registries.cxx.obj [00:21:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:50] inline virtual float get_tantheta(const Bin&) const; [00:21:50] ^ [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:21:50] inline virtual float get_tantheta(const Bin&) const; [00:21:50] ^ [00:21:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:50] inline float get_phi(const Bin&) const; [00:21:50] ^ [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:21:50] inline float get_phi(const Bin&) const; [00:21:50] ^ [00:21:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:50] inline float get_t(const Bin&) const; [00:21:50] ^ [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:21:50] inline float get_t(const Bin&) const; [00:21:50] ^ [00:21:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:50] inline float get_m(const Bin&) const; [00:21:50] ^ [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:21:50] inline float get_m(const Bin&) const; [00:21:50] ^ [00:21:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:50] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:21:50] ^ [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:21:50] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:21:50] ^ [00:21:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:50] set_num_views(const int new_num_views); [00:21:50] ^ [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:21:50] set_num_views(const int new_num_views); [00:21:50] ^ [00:21:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:50] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:50] ^ [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:21:50] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:50] ^ [00:21:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:50] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:50] ^ [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:21:50] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:50] ^ [00:21:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:21:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:21:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:50] virtual std::string parameter_info() const; [00:21:50] ^ [00:21:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:21:53] virtual std::string parameter_info() const; [00:21:53] ^ [00:21:53] 9 warnings generated. [00:21:53] [433/1437] Building CXX object src/utilities/CMakeFiles/poisson_noise.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:21:53] [434/1437] Building CXX object src/utilities/CMakeFiles/poisson_noise.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:21:53] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:53] inline virtual float get_tantheta(const Bin&) const; [00:21:53] ^ [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:21:53] inline virtual float get_tantheta(const Bin&) const; [00:21:53] ^ [00:21:53] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:53] inline float get_phi(const Bin&) const; [00:21:53] ^ [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:21:53] inline float get_phi(const Bin&) const; [00:21:53] ^ [00:21:53] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:53] inline float get_t(const Bin&) const; [00:21:53] ^ [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:21:53] inline float get_t(const Bin&) const; [00:21:53] ^ [00:21:53] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:53] inline float get_m(const Bin&) const; [00:21:53] ^ [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:21:53] inline float get_m(const Bin&) const; [00:21:53] ^ [00:21:53] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:53] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:21:53] ^ [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:21:53] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:21:53] ^ [00:21:53] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:53] set_num_views(const int new_num_views); [00:21:53] ^ [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:21:53] set_num_views(const int new_num_views); [00:21:53] ^ [00:21:53] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:53] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:53] ^ [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:21:53] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:53] ^ [00:21:53] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:53] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:53] ^ [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:21:53] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:53] ^ [00:21:53] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:53] virtual std::string parameter_info() const; [00:21:53] ^ [00:21:53] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:21:53] virtual std::string parameter_info() const; [00:21:53] ^ [00:21:53] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:21:53] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:21:53] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:21:53] } [00:21:53] ^ [00:21:59] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:21:59] } [00:21:59] ^ [00:21:59] 11 warnings generated. [00:21:59] [435/1437] Building CXX object src/utilities/CMakeFiles/poisson_noise.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:21:59] [436/1437] Building CXX object src/utilities/CMakeFiles/get_time_frame_info.dir/get_time_frame_info.cxx.obj [00:21:59] [437/1437] Building CXX object src/utilities/CMakeFiles/poisson_noise.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:21:59] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:59] inline virtual float get_tantheta(const Bin&) const; [00:21:59] ^ [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:21:59] inline virtual float get_tantheta(const Bin&) const; [00:21:59] ^ [00:21:59] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:59] inline float get_phi(const Bin&) const; [00:21:59] ^ [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:21:59] inline float get_phi(const Bin&) const; [00:21:59] ^ [00:21:59] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:59] inline float get_t(const Bin&) const; [00:21:59] ^ [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:21:59] inline float get_t(const Bin&) const; [00:21:59] ^ [00:21:59] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:59] inline float get_m(const Bin&) const; [00:21:59] ^ [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:21:59] inline float get_m(const Bin&) const; [00:21:59] ^ [00:21:59] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:21:59] ^ [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:21:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:21:59] ^ [00:21:59] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:59] set_num_views(const int new_num_views); [00:21:59] ^ [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:21:59] set_num_views(const int new_num_views); [00:21:59] ^ [00:21:59] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:59] ^ [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:21:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:21:59] ^ [00:21:59] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:59] ^ [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:21:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:21:59] ^ [00:21:59] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:21:59] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:21:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:21:59] virtual std::string parameter_info() const; [00:21:59] ^ [00:21:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:21:59] virtual std::string parameter_info() const; [00:21:59] ^ [00:22:15] 9 warnings generated. [00:22:15] [438/1437] Building CXX object src/utilities/CMakeFiles/get_time_frame_info.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:22:15] [439/1437] Building CXX object src/utilities/CMakeFiles/get_time_frame_info.dir/__/buildblock/buildblock_registries.cxx.obj [00:22:15] [440/1437] Building CXX object src/utilities/CMakeFiles/get_time_frame_info.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:22:15] [441/1437] Building CXX object src/utilities/CMakeFiles/get_time_frame_info.dir/__/IO/IO_registries.cxx.obj [00:22:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:15] inline virtual float get_tantheta(const Bin&) const; [00:22:15] ^ [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:22:15] inline virtual float get_tantheta(const Bin&) const; [00:22:15] ^ [00:22:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:15] inline float get_phi(const Bin&) const; [00:22:15] ^ [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:22:15] inline float get_phi(const Bin&) const; [00:22:15] ^ [00:22:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:15] inline float get_t(const Bin&) const; [00:22:15] ^ [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:22:15] inline float get_t(const Bin&) const; [00:22:15] ^ [00:22:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:15] inline float get_m(const Bin&) const; [00:22:15] ^ [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:22:15] inline float get_m(const Bin&) const; [00:22:15] ^ [00:22:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:15] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:22:15] ^ [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:22:15] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:22:15] ^ [00:22:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:15] set_num_views(const int new_num_views); [00:22:15] ^ [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:22:15] set_num_views(const int new_num_views); [00:22:15] ^ [00:22:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:15] virtual inline float get_sampling_in_t(const Bin&) const; [00:22:15] ^ [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:22:15] virtual inline float get_sampling_in_t(const Bin&) const; [00:22:15] ^ [00:22:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:15] virtual inline float get_sampling_in_m(const Bin&) const; [00:22:15] ^ [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:22:15] virtual inline float get_sampling_in_m(const Bin&) const; [00:22:15] ^ [00:22:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:15] virtual std::string parameter_info() const; [00:22:15] ^ [00:22:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:22:17] virtual std::string parameter_info() const; [00:22:17] ^ [00:22:17] 9 warnings generated. [00:22:17] [442/1437] Building CXX object src/utilities/CMakeFiles/get_time_frame_info.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:22:17] [443/1437] Building CXX object src/utilities/CMakeFiles/get_time_frame_info.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:22:17] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:17] inline virtual float get_tantheta(const Bin&) const; [00:22:17] ^ [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:22:17] inline virtual float get_tantheta(const Bin&) const; [00:22:17] ^ [00:22:17] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:17] inline float get_phi(const Bin&) const; [00:22:17] ^ [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:22:17] inline float get_phi(const Bin&) const; [00:22:17] ^ [00:22:17] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:17] inline float get_t(const Bin&) const; [00:22:17] ^ [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:22:17] inline float get_t(const Bin&) const; [00:22:17] ^ [00:22:17] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:17] inline float get_m(const Bin&) const; [00:22:17] ^ [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:22:17] inline float get_m(const Bin&) const; [00:22:17] ^ [00:22:17] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:17] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:22:17] ^ [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:22:17] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:22:17] ^ [00:22:17] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:17] set_num_views(const int new_num_views); [00:22:17] ^ [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:22:17] set_num_views(const int new_num_views); [00:22:17] ^ [00:22:17] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:17] virtual inline float get_sampling_in_t(const Bin&) const; [00:22:17] ^ [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:22:17] virtual inline float get_sampling_in_t(const Bin&) const; [00:22:17] ^ [00:22:17] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:17] virtual inline float get_sampling_in_m(const Bin&) const; [00:22:17] ^ [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:22:17] virtual inline float get_sampling_in_m(const Bin&) const; [00:22:17] ^ [00:22:17] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:17] virtual std::string parameter_info() const; [00:22:17] ^ [00:22:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:22:17] virtual std::string parameter_info() const; [00:22:17] ^ [00:22:17] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:17] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:22] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:22:22] } [00:22:22] ^ [00:22:22] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:22:22] } [00:22:22] ^ [00:22:22] 11 warnings generated. [00:22:22] [444/1437] Building CXX object src/utilities/CMakeFiles/get_time_frame_info.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:22:22] [445/1437] Building CXX object src/utilities/CMakeFiles/generate_image.dir/generate_image.cxx.obj [00:22:22] [446/1437] Building CXX object src/utilities/CMakeFiles/get_time_frame_info.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:22:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:22] inline virtual float get_tantheta(const Bin&) const; [00:22:22] ^ [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:22:22] inline virtual float get_tantheta(const Bin&) const; [00:22:22] ^ [00:22:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:22] inline float get_phi(const Bin&) const; [00:22:22] ^ [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:22:22] inline float get_phi(const Bin&) const; [00:22:22] ^ [00:22:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:22] inline float get_t(const Bin&) const; [00:22:22] ^ [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:22:22] inline float get_t(const Bin&) const; [00:22:22] ^ [00:22:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:22] inline float get_m(const Bin&) const; [00:22:22] ^ [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:22:22] inline float get_m(const Bin&) const; [00:22:22] ^ [00:22:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:22] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:22:22] ^ [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:22:22] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:22:22] ^ [00:22:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:22] set_num_views(const int new_num_views); [00:22:22] ^ [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:22:22] set_num_views(const int new_num_views); [00:22:22] ^ [00:22:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:22] virtual inline float get_sampling_in_t(const Bin&) const; [00:22:22] ^ [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:22:22] virtual inline float get_sampling_in_t(const Bin&) const; [00:22:22] ^ [00:22:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:22] virtual inline float get_sampling_in_m(const Bin&) const; [00:22:22] ^ [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:22:22] virtual inline float get_sampling_in_m(const Bin&) const; [00:22:22] ^ [00:22:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:22] virtual std::string parameter_info() const; [00:22:22] ^ [00:22:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:22:38] virtual std::string parameter_info() const; [00:22:38] ^ [00:22:38] 9 warnings generated. [00:22:38] [447/1437] Building CXX object src/utilities/CMakeFiles/generate_image.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:22:38] [448/1437] Building CXX object src/utilities/CMakeFiles/generate_image.dir/__/buildblock/buildblock_registries.cxx.obj [00:22:38] [449/1437] Building CXX object src/utilities/CMakeFiles/generate_image.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:22:38] [450/1437] Building CXX object src/utilities/CMakeFiles/generate_image.dir/__/IO/IO_registries.cxx.obj [00:22:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:38] inline virtual float get_tantheta(const Bin&) const; [00:22:38] ^ [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:22:38] inline virtual float get_tantheta(const Bin&) const; [00:22:38] ^ [00:22:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:38] inline float get_phi(const Bin&) const; [00:22:38] ^ [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:22:38] inline float get_phi(const Bin&) const; [00:22:38] ^ [00:22:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:38] inline float get_t(const Bin&) const; [00:22:38] ^ [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:22:38] inline float get_t(const Bin&) const; [00:22:38] ^ [00:22:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:38] inline float get_m(const Bin&) const; [00:22:38] ^ [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:22:38] inline float get_m(const Bin&) const; [00:22:38] ^ [00:22:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:38] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:22:38] ^ [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:22:38] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:22:38] ^ [00:22:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:38] set_num_views(const int new_num_views); [00:22:38] ^ [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:22:38] set_num_views(const int new_num_views); [00:22:38] ^ [00:22:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:38] virtual inline float get_sampling_in_t(const Bin&) const; [00:22:38] ^ [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:22:38] virtual inline float get_sampling_in_t(const Bin&) const; [00:22:38] ^ [00:22:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:38] virtual inline float get_sampling_in_m(const Bin&) const; [00:22:38] ^ [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:22:38] virtual inline float get_sampling_in_m(const Bin&) const; [00:22:38] ^ [00:22:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:22:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:22:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:38] virtual std::string parameter_info() const; [00:22:38] ^ [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:22:41] virtual std::string parameter_info() const; [00:22:41] ^ [00:22:41] 9 warnings generated. [00:22:41] [451/1437] Building CXX object src/utilities/CMakeFiles/generate_image.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:22:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:41] inline virtual float get_tantheta(const Bin&) const; [00:22:41] ^ [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:22:41] inline virtual float get_tantheta(const Bin&) const; [00:22:41] ^ [00:22:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:41] inline float get_phi(const Bin&) const; [00:22:41] ^ [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:22:41] inline float get_phi(const Bin&) const; [00:22:41] ^ [00:22:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:41] inline float get_t(const Bin&) const; [00:22:41] ^ [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:22:41] inline float get_t(const Bin&) const; [00:22:41] ^ [00:22:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:41] inline float get_m(const Bin&) const; [00:22:41] ^ [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:22:41] inline float get_m(const Bin&) const; [00:22:41] ^ [00:22:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:41] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:22:41] ^ [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:22:41] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:22:41] ^ [00:22:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:41] set_num_views(const int new_num_views); [00:22:41] ^ [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:22:41] set_num_views(const int new_num_views); [00:22:41] ^ [00:22:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:41] virtual inline float get_sampling_in_t(const Bin&) const; [00:22:41] ^ [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:22:41] virtual inline float get_sampling_in_t(const Bin&) const; [00:22:41] ^ [00:22:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:41] virtual inline float get_sampling_in_m(const Bin&) const; [00:22:41] ^ [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:22:41] virtual inline float get_sampling_in_m(const Bin&) const; [00:22:41] ^ [00:22:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:41] virtual std::string parameter_info() const; [00:22:41] ^ [00:22:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:22:41] virtual std::string parameter_info() const; [00:22:41] ^ [00:22:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:22:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:22:41] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:22:41] } [00:22:41] ^ [00:22:48] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:22:48] } [00:22:48] ^ [00:22:48] 11 warnings generated. [00:22:48] [452/1437] Building CXX object src/utilities/CMakeFiles/generate_image.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:22:48] [453/1437] Building CXX object src/utilities/CMakeFiles/generate_image.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:22:48] [454/1437] Building CXX object src/utilities/CMakeFiles/generate_image.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:22:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:48] inline virtual float get_tantheta(const Bin&) const; [00:22:48] ^ [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:22:48] inline virtual float get_tantheta(const Bin&) const; [00:22:48] ^ [00:22:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:48] inline float get_phi(const Bin&) const; [00:22:48] ^ [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:22:48] inline float get_phi(const Bin&) const; [00:22:48] ^ [00:22:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:48] inline float get_t(const Bin&) const; [00:22:48] ^ [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:22:48] inline float get_t(const Bin&) const; [00:22:48] ^ [00:22:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:48] inline float get_m(const Bin&) const; [00:22:48] ^ [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:22:48] inline float get_m(const Bin&) const; [00:22:48] ^ [00:22:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:22:48] ^ [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:22:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:22:48] ^ [00:22:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:48] set_num_views(const int new_num_views); [00:22:48] ^ [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:22:48] set_num_views(const int new_num_views); [00:22:48] ^ [00:22:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:22:48] ^ [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:22:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:22:48] ^ [00:22:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:22:48] ^ [00:22:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:22:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:22:48] ^ [00:22:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:22:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:22:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:22:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:22:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:22:52] virtual std::string parameter_info() const; [00:22:52] ^ [00:22:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:22:52] virtual std::string parameter_info() const; [00:22:52] ^ [00:22:52] 9 warnings generated. [00:23:07] [455/1437] Building CXX object src/utilities/CMakeFiles/list_ROI_values.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:23:07] [456/1437] Building CXX object src/utilities/CMakeFiles/list_ROI_values.dir/__/buildblock/buildblock_registries.cxx.obj [00:23:07] [457/1437] Building CXX object src/utilities/CMakeFiles/list_ROI_values.dir/list_ROI_values.cxx.obj [00:23:07] [458/1437] Building CXX object src/utilities/CMakeFiles/list_ROI_values.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:23:07] [459/1437] Building CXX object src/utilities/CMakeFiles/list_ROI_values.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:23:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:07] inline virtual float get_tantheta(const Bin&) const; [00:23:07] ^ [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:23:07] inline virtual float get_tantheta(const Bin&) const; [00:23:07] ^ [00:23:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:07] inline float get_phi(const Bin&) const; [00:23:07] ^ [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:23:07] inline float get_phi(const Bin&) const; [00:23:07] ^ [00:23:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:07] inline float get_t(const Bin&) const; [00:23:07] ^ [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:23:07] inline float get_t(const Bin&) const; [00:23:07] ^ [00:23:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:07] inline float get_m(const Bin&) const; [00:23:07] ^ [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:23:07] inline float get_m(const Bin&) const; [00:23:07] ^ [00:23:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:23:07] ^ [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:23:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:23:07] ^ [00:23:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:07] set_num_views(const int new_num_views); [00:23:07] ^ [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:23:07] set_num_views(const int new_num_views); [00:23:07] ^ [00:23:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:07] ^ [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:23:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:07] ^ [00:23:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:07] ^ [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:23:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:07] ^ [00:23:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:07] virtual std::string parameter_info() const; [00:23:07] ^ [00:23:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:23:07] virtual std::string parameter_info() const; [00:23:07] ^ [00:23:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:08] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:23:08] } [00:23:08] ^ [00:23:08] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:23:08] } [00:23:08] ^ [00:23:08] 11 warnings generated. [00:23:08] [460/1437] Building CXX object src/utilities/CMakeFiles/list_ROI_values.dir/__/IO/IO_registries.cxx.obj [00:23:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:08] inline virtual float get_tantheta(const Bin&) const; [00:23:08] ^ [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:23:08] inline virtual float get_tantheta(const Bin&) const; [00:23:08] ^ [00:23:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:08] inline float get_phi(const Bin&) const; [00:23:08] ^ [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:23:08] inline float get_phi(const Bin&) const; [00:23:08] ^ [00:23:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:08] inline float get_t(const Bin&) const; [00:23:08] ^ [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:23:08] inline float get_t(const Bin&) const; [00:23:08] ^ [00:23:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:08] inline float get_m(const Bin&) const; [00:23:08] ^ [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:23:08] inline float get_m(const Bin&) const; [00:23:08] ^ [00:23:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:08] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:23:08] ^ [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:23:08] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:23:08] ^ [00:23:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:08] set_num_views(const int new_num_views); [00:23:08] ^ [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:23:08] set_num_views(const int new_num_views); [00:23:08] ^ [00:23:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:08] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:08] ^ [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:23:08] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:08] ^ [00:23:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:08] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:08] ^ [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:23:08] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:08] ^ [00:23:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:08] virtual std::string parameter_info() const; [00:23:08] ^ [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:23:14] virtual std::string parameter_info() const; [00:23:14] ^ [00:23:14] 9 warnings generated. [00:23:14] [461/1437] Building CXX object src/utilities/CMakeFiles/list_ROI_values.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:23:14] [462/1437] Building CXX object src/utilities/CMakeFiles/list_ROI_values.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:23:14] [463/1437] Building CXX object src/utilities/CMakeFiles/list_ROI_values.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:23:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:14] inline virtual float get_tantheta(const Bin&) const; [00:23:14] ^ [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:23:14] inline virtual float get_tantheta(const Bin&) const; [00:23:14] ^ [00:23:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:14] inline float get_phi(const Bin&) const; [00:23:14] ^ [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:23:14] inline float get_phi(const Bin&) const; [00:23:14] ^ [00:23:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:14] inline float get_t(const Bin&) const; [00:23:14] ^ [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:23:14] inline float get_t(const Bin&) const; [00:23:14] ^ [00:23:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:14] inline float get_m(const Bin&) const; [00:23:14] ^ [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:23:14] inline float get_m(const Bin&) const; [00:23:14] ^ [00:23:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:14] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:23:14] ^ [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:23:14] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:23:14] ^ [00:23:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:14] set_num_views(const int new_num_views); [00:23:14] ^ [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:23:14] set_num_views(const int new_num_views); [00:23:14] ^ [00:23:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:14] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:14] ^ [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:23:14] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:14] ^ [00:23:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:14] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:14] ^ [00:23:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:23:14] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:14] ^ [00:23:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:18] virtual std::string parameter_info() const; [00:23:18] ^ [00:23:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:23:18] virtual std::string parameter_info() const; [00:23:18] ^ [00:23:18] 9 warnings generated. [00:23:34] [464/1437] Building CXX object src/utilities/CMakeFiles/zoom_image.dir/zoom_image.cxx.obj [00:23:34] [465/1437] Building CXX object src/utilities/CMakeFiles/zoom_image.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:23:34] [466/1437] Building CXX object src/utilities/CMakeFiles/zoom_image.dir/__/buildblock/buildblock_registries.cxx.obj [00:23:34] [467/1437] Building CXX object src/utilities/CMakeFiles/zoom_image.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:23:34] [468/1437] Building CXX object src/utilities/CMakeFiles/zoom_image.dir/__/IO/IO_registries.cxx.obj [00:23:34] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:34] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] inline virtual float get_tantheta(const Bin&) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:23:34] inline virtual float get_tantheta(const Bin&) const; [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:34] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] inline float get_phi(const Bin&) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:23:34] inline float get_phi(const Bin&) const; [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:34] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] inline float get_t(const Bin&) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:23:34] inline float get_t(const Bin&) const; [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:34] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] inline float get_m(const Bin&) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:23:34] inline float get_m(const Bin&) const; [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:34] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:23:34] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:34] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] set_num_views(const int new_num_views); [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:23:34] set_num_views(const int new_num_views); [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:34] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:23:34] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:34] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:23:34] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:34] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:34] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] virtual std::string parameter_info() const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:23:34] virtual std::string parameter_info() const; [00:23:34] ^ [00:23:34] 9 warnings generated. [00:23:34] [469/1437] Building CXX object src/utilities/CMakeFiles/zoom_image.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:23:34] [470/1437] Building CXX object src/utilities/CMakeFiles/zoom_image.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:23:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] inline virtual float get_tantheta(const Bin&) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:23:34] inline virtual float get_tantheta(const Bin&) const; [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] inline float get_phi(const Bin&) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:23:34] inline float get_phi(const Bin&) const; [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] inline float get_t(const Bin&) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:23:34] inline float get_t(const Bin&) const; [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] inline float get_m(const Bin&) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:23:34] inline float get_m(const Bin&) const; [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:23:34] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] set_num_views(const int new_num_views); [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:23:34] set_num_views(const int new_num_views); [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:23:34] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:23:34] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:34] virtual std::string parameter_info() const; [00:23:34] ^ [00:23:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:23:34] virtual std::string parameter_info() const; [00:23:34] ^ [00:23:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:41] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:23:41] } [00:23:41] ^ [00:23:41] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:23:41] } [00:23:41] ^ [00:23:41] 11 warnings generated. [00:23:41] [471/1437] Building CXX object src/utilities/CMakeFiles/zoom_image.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:23:41] [472/1437] Building CXX object src/utilities/CMakeFiles/find_fwhm_in_image.dir/find_fwhm_in_image.cxx.obj [00:23:41] [473/1437] Building CXX object src/utilities/CMakeFiles/zoom_image.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:23:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:41] inline virtual float get_tantheta(const Bin&) const; [00:23:41] ^ [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:23:41] inline virtual float get_tantheta(const Bin&) const; [00:23:41] ^ [00:23:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:41] inline float get_phi(const Bin&) const; [00:23:41] ^ [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:23:41] inline float get_phi(const Bin&) const; [00:23:41] ^ [00:23:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:41] inline float get_t(const Bin&) const; [00:23:41] ^ [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:23:41] inline float get_t(const Bin&) const; [00:23:41] ^ [00:23:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:41] inline float get_m(const Bin&) const; [00:23:41] ^ [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:23:41] inline float get_m(const Bin&) const; [00:23:41] ^ [00:23:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:41] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:23:41] ^ [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:23:41] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:23:41] ^ [00:23:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:41] set_num_views(const int new_num_views); [00:23:41] ^ [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:23:41] set_num_views(const int new_num_views); [00:23:41] ^ [00:23:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:41] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:41] ^ [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:23:41] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:41] ^ [00:23:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:41] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:41] ^ [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:23:41] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:41] ^ [00:23:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:23:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:41] virtual std::string parameter_info() const; [00:23:41] ^ [00:23:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:23:41] virtual std::string parameter_info() const; [00:23:56] ^ [00:23:56] 9 warnings generated. [00:23:56] [474/1437] Building CXX object src/utilities/CMakeFiles/find_fwhm_in_image.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:23:56] [475/1437] Building CXX object src/utilities/CMakeFiles/find_fwhm_in_image.dir/__/buildblock/buildblock_registries.cxx.obj [00:23:56] [476/1437] Building CXX object src/utilities/CMakeFiles/find_fwhm_in_image.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:23:56] [477/1437] Building CXX object src/utilities/CMakeFiles/find_fwhm_in_image.dir/__/IO/IO_registries.cxx.obj [00:23:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:56] inline virtual float get_tantheta(const Bin&) const; [00:23:56] ^ [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:23:56] inline virtual float get_tantheta(const Bin&) const; [00:23:56] ^ [00:23:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:56] inline float get_phi(const Bin&) const; [00:23:56] ^ [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:23:56] inline float get_phi(const Bin&) const; [00:23:56] ^ [00:23:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:56] inline float get_t(const Bin&) const; [00:23:56] ^ [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:23:56] inline float get_t(const Bin&) const; [00:23:56] ^ [00:23:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:56] inline float get_m(const Bin&) const; [00:23:56] ^ [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:23:56] inline float get_m(const Bin&) const; [00:23:56] ^ [00:23:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:23:56] ^ [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:23:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:23:56] ^ [00:23:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:56] set_num_views(const int new_num_views); [00:23:56] ^ [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:23:56] set_num_views(const int new_num_views); [00:23:56] ^ [00:23:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:56] ^ [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:23:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:56] ^ [00:23:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:56] ^ [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:23:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:56] ^ [00:23:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:23:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:23:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:23:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:23:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:56] virtual std::string parameter_info() const; [00:23:56] ^ [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:23:59] virtual std::string parameter_info() const; [00:23:59] ^ [00:23:59] 9 warnings generated. [00:23:59] [478/1437] Building CXX object src/utilities/CMakeFiles/find_fwhm_in_image.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:23:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:59] inline virtual float get_tantheta(const Bin&) const; [00:23:59] ^ [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:23:59] inline virtual float get_tantheta(const Bin&) const; [00:23:59] ^ [00:23:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:59] inline float get_phi(const Bin&) const; [00:23:59] ^ [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:23:59] inline float get_phi(const Bin&) const; [00:23:59] ^ [00:23:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:59] inline float get_t(const Bin&) const; [00:23:59] ^ [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:23:59] inline float get_t(const Bin&) const; [00:23:59] ^ [00:23:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:59] inline float get_m(const Bin&) const; [00:23:59] ^ [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:23:59] inline float get_m(const Bin&) const; [00:23:59] ^ [00:23:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:23:59] ^ [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:23:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:23:59] ^ [00:23:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:59] set_num_views(const int new_num_views); [00:23:59] ^ [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:23:59] set_num_views(const int new_num_views); [00:23:59] ^ [00:23:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:59] ^ [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:23:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:23:59] ^ [00:23:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:59] ^ [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:23:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:23:59] ^ [00:23:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:23:59] virtual std::string parameter_info() const; [00:23:59] ^ [00:23:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:23:59] virtual std::string parameter_info() const; [00:23:59] ^ [00:23:59] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:23:59] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:23:59] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:23:59] } [00:23:59] ^ [00:24:06] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:24:06] } [00:24:06] ^ [00:24:06] 11 warnings generated. [00:24:06] [479/1437] Building CXX object src/utilities/CMakeFiles/find_fwhm_in_image.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:24:06] [480/1437] Building CXX object src/utilities/CMakeFiles/find_fwhm_in_image.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:24:06] [481/1437] Building CXX object src/utilities/CMakeFiles/find_fwhm_in_image.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:24:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:06] inline virtual float get_tantheta(const Bin&) const; [00:24:06] ^ [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:24:06] inline virtual float get_tantheta(const Bin&) const; [00:24:06] ^ [00:24:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:06] inline float get_phi(const Bin&) const; [00:24:06] ^ [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:24:06] inline float get_phi(const Bin&) const; [00:24:06] ^ [00:24:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:06] inline float get_t(const Bin&) const; [00:24:06] ^ [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:24:06] inline float get_t(const Bin&) const; [00:24:06] ^ [00:24:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:06] inline float get_m(const Bin&) const; [00:24:06] ^ [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:24:06] inline float get_m(const Bin&) const; [00:24:06] ^ [00:24:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:06] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:24:06] ^ [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:24:06] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:24:06] ^ [00:24:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:06] set_num_views(const int new_num_views); [00:24:06] ^ [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:24:06] set_num_views(const int new_num_views); [00:24:06] ^ [00:24:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:06] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:06] ^ [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:24:06] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:06] ^ [00:24:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:06] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:06] ^ [00:24:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:24:06] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:06] ^ [00:24:06] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:06] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:06] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:08] virtual std::string parameter_info() const; [00:24:08] ^ [00:24:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:24:08] virtual std::string parameter_info() const; [00:24:08] ^ [00:24:08] 9 warnings generated. [00:24:22] [482/1437] Building CXX object src/utilities/CMakeFiles/abs_image.dir/abs_image.cxx.obj [00:24:22] [483/1437] Building CXX object src/utilities/CMakeFiles/abs_image.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:24:22] [484/1437] Building CXX object src/utilities/CMakeFiles/abs_image.dir/__/buildblock/buildblock_registries.cxx.obj [00:24:22] [485/1437] Building CXX object src/utilities/CMakeFiles/abs_image.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:24:24] [486/1437] Building CXX object src/utilities/CMakeFiles/abs_image.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:24:24] [487/1437] Building CXX object src/utilities/CMakeFiles/abs_image.dir/__/IO/IO_registries.cxx.obj [00:24:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] inline virtual float get_tantheta(const Bin&) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:24:24] inline virtual float get_tantheta(const Bin&) const; [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] inline float get_phi(const Bin&) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:24:24] inline float get_phi(const Bin&) const; [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] inline float get_t(const Bin&) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:24:24] inline float get_t(const Bin&) const; [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] inline float get_m(const Bin&) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:24:24] inline float get_m(const Bin&) const; [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:24:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] set_num_views(const int new_num_views); [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:24:24] set_num_views(const int new_num_views); [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:24:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:24:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] virtual std::string parameter_info() const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:24:24] virtual std::string parameter_info() const; [00:24:24] ^ [00:24:24] 9 warnings generated. [00:24:24] [488/1437] Building CXX object src/utilities/CMakeFiles/abs_image.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:24:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] inline virtual float get_tantheta(const Bin&) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:24:24] inline virtual float get_tantheta(const Bin&) const; [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] inline float get_phi(const Bin&) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:24:24] inline float get_phi(const Bin&) const; [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] inline float get_t(const Bin&) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:24:24] inline float get_t(const Bin&) const; [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] inline float get_m(const Bin&) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:24:24] inline float get_m(const Bin&) const; [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:24:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] set_num_views(const int new_num_views); [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:24:24] set_num_views(const int new_num_views); [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:24:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:24:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:24] virtual std::string parameter_info() const; [00:24:24] ^ [00:24:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:24:24] virtual std::string parameter_info() const; [00:24:24] ^ [00:24:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:24] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:24:31] } [00:24:31] ^ [00:24:31] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:24:31] } [00:24:31] ^ [00:24:31] 11 warnings generated. [00:24:31] [489/1437] Building CXX object src/utilities/CMakeFiles/abs_image.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:24:31] [490/1437] Building CXX object src/utilities/CMakeFiles/convert_to_binary_image.dir/convert_to_binary_image.cxx.obj [00:24:31] [491/1437] Building CXX object src/utilities/CMakeFiles/abs_image.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:24:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:31] inline virtual float get_tantheta(const Bin&) const; [00:24:31] ^ [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:24:31] inline virtual float get_tantheta(const Bin&) const; [00:24:31] ^ [00:24:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:31] inline float get_phi(const Bin&) const; [00:24:31] ^ [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:24:31] inline float get_phi(const Bin&) const; [00:24:31] ^ [00:24:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:31] inline float get_t(const Bin&) const; [00:24:31] ^ [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:24:31] inline float get_t(const Bin&) const; [00:24:31] ^ [00:24:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:31] inline float get_m(const Bin&) const; [00:24:31] ^ [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:24:31] inline float get_m(const Bin&) const; [00:24:31] ^ [00:24:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:31] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:24:31] ^ [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:24:31] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:24:31] ^ [00:24:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:31] set_num_views(const int new_num_views); [00:24:31] ^ [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:24:31] set_num_views(const int new_num_views); [00:24:31] ^ [00:24:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:31] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:31] ^ [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:24:31] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:31] ^ [00:24:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:31] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:31] ^ [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:24:31] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:31] ^ [00:24:31] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:31] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:31] virtual std::string parameter_info() const; [00:24:31] ^ [00:24:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:24:31] virtual std::string parameter_info() const; [00:24:46] ^ [00:24:46] 9 warnings generated. [00:24:46] [492/1437] Building CXX object src/utilities/CMakeFiles/convert_to_binary_image.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:24:46] [493/1437] Building CXX object src/utilities/CMakeFiles/convert_to_binary_image.dir/__/buildblock/buildblock_registries.cxx.obj [00:24:46] [494/1437] Building CXX object src/utilities/CMakeFiles/convert_to_binary_image.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:24:46] [495/1437] Building CXX object src/utilities/CMakeFiles/convert_to_binary_image.dir/__/IO/IO_registries.cxx.obj [00:24:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:46] inline virtual float get_tantheta(const Bin&) const; [00:24:46] ^ [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:24:46] inline virtual float get_tantheta(const Bin&) const; [00:24:46] ^ [00:24:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:46] inline float get_phi(const Bin&) const; [00:24:46] ^ [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:24:46] inline float get_phi(const Bin&) const; [00:24:46] ^ [00:24:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:46] inline float get_t(const Bin&) const; [00:24:46] ^ [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:24:46] inline float get_t(const Bin&) const; [00:24:46] ^ [00:24:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:46] inline float get_m(const Bin&) const; [00:24:46] ^ [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:24:46] inline float get_m(const Bin&) const; [00:24:46] ^ [00:24:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:46] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:24:46] ^ [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:24:46] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:24:46] ^ [00:24:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:46] set_num_views(const int new_num_views); [00:24:46] ^ [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:24:46] set_num_views(const int new_num_views); [00:24:46] ^ [00:24:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:46] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:46] ^ [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:24:46] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:46] ^ [00:24:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:46] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:46] ^ [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:24:46] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:46] ^ [00:24:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:24:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:24:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:46] virtual std::string parameter_info() const; [00:24:46] ^ [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:24:49] virtual std::string parameter_info() const; [00:24:49] ^ [00:24:49] 9 warnings generated. [00:24:49] [496/1437] Building CXX object src/utilities/CMakeFiles/convert_to_binary_image.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:24:49] [497/1437] Building CXX object src/utilities/CMakeFiles/convert_to_binary_image.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:24:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:49] inline virtual float get_tantheta(const Bin&) const; [00:24:49] ^ [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:24:49] inline virtual float get_tantheta(const Bin&) const; [00:24:49] ^ [00:24:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:49] inline float get_phi(const Bin&) const; [00:24:49] ^ [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:24:49] inline float get_phi(const Bin&) const; [00:24:49] ^ [00:24:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:49] inline float get_t(const Bin&) const; [00:24:49] ^ [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:24:49] inline float get_t(const Bin&) const; [00:24:49] ^ [00:24:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:49] inline float get_m(const Bin&) const; [00:24:49] ^ [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:24:49] inline float get_m(const Bin&) const; [00:24:49] ^ [00:24:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:24:49] ^ [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:24:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:24:49] ^ [00:24:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:49] set_num_views(const int new_num_views); [00:24:49] ^ [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:24:49] set_num_views(const int new_num_views); [00:24:49] ^ [00:24:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:49] ^ [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:24:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:49] ^ [00:24:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:49] ^ [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:24:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:49] ^ [00:24:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:49] virtual std::string parameter_info() const; [00:24:49] ^ [00:24:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:24:49] virtual std::string parameter_info() const; [00:24:49] ^ [00:24:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:24:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:24:55] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:24:55] } [00:24:55] ^ [00:24:55] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:24:55] } [00:24:55] ^ [00:24:55] 11 warnings generated. [00:24:55] [498/1437] Building CXX object src/utilities/CMakeFiles/convert_to_binary_image.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:24:55] [499/1437] Building CXX object src/utilities/CMakeFiles/convert_to_binary_image.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:24:55] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:55] inline virtual float get_tantheta(const Bin&) const; [00:24:55] ^ [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:24:55] inline virtual float get_tantheta(const Bin&) const; [00:24:55] ^ [00:24:55] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:55] inline float get_phi(const Bin&) const; [00:24:55] ^ [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:24:55] inline float get_phi(const Bin&) const; [00:24:55] ^ [00:24:55] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:55] inline float get_t(const Bin&) const; [00:24:55] ^ [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:24:55] inline float get_t(const Bin&) const; [00:24:55] ^ [00:24:55] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:55] inline float get_m(const Bin&) const; [00:24:55] ^ [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:24:55] inline float get_m(const Bin&) const; [00:24:55] ^ [00:24:55] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:55] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:24:55] ^ [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:24:55] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:24:55] ^ [00:24:55] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:55] set_num_views(const int new_num_views); [00:24:55] ^ [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:24:55] set_num_views(const int new_num_views); [00:24:55] ^ [00:24:55] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:55] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:55] ^ [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:24:55] virtual inline float get_sampling_in_t(const Bin&) const; [00:24:55] ^ [00:24:55] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:55] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:55] ^ [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:24:55] virtual inline float get_sampling_in_m(const Bin&) const; [00:24:55] ^ [00:24:55] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:24:55] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:24:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:24:55] virtual std::string parameter_info() const; [00:24:55] ^ [00:24:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:24:55] virtual std::string parameter_info() const; [00:24:55] ^ [00:25:13] 9 warnings generated. [00:25:13] [500/1437] Building CXX object src/utilities/CMakeFiles/rebin_projdata.dir/rebin_projdata.cxx.obj [00:25:13] [501/1437] Building CXX object src/utilities/CMakeFiles/rebin_projdata.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:25:13] [502/1437] Building CXX object src/utilities/CMakeFiles/rebin_projdata.dir/__/buildblock/buildblock_registries.cxx.obj [00:25:13] [503/1437] Building CXX object src/utilities/CMakeFiles/rebin_projdata.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:25:13] [504/1437] Building CXX object src/utilities/CMakeFiles/rebin_projdata.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:25:13] [505/1437] Building CXX object src/utilities/CMakeFiles/rebin_projdata.dir/__/IO/IO_registries.cxx.obj [00:25:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] inline virtual float get_tantheta(const Bin&) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:25:13] inline virtual float get_tantheta(const Bin&) const; [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] inline float get_phi(const Bin&) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:25:13] inline float get_phi(const Bin&) const; [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] inline float get_t(const Bin&) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:25:13] inline float get_t(const Bin&) const; [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] inline float get_m(const Bin&) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:25:13] inline float get_m(const Bin&) const; [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:25:13] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] set_num_views(const int new_num_views); [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:25:13] set_num_views(const int new_num_views); [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] virtual inline float get_sampling_in_t(const Bin&) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:25:13] virtual inline float get_sampling_in_t(const Bin&) const; [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] virtual inline float get_sampling_in_m(const Bin&) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:25:13] virtual inline float get_sampling_in_m(const Bin&) const; [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:13] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:13] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] virtual std::string parameter_info() const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:25:13] virtual std::string parameter_info() const; [00:25:13] ^ [00:25:13] 9 warnings generated. [00:25:13] [506/1437] Building CXX object src/utilities/CMakeFiles/rebin_projdata.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:25:13] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] inline virtual float get_tantheta(const Bin&) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:25:13] inline virtual float get_tantheta(const Bin&) const; [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] inline float get_phi(const Bin&) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:25:13] inline float get_phi(const Bin&) const; [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] inline float get_t(const Bin&) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:25:13] inline float get_t(const Bin&) const; [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] inline float get_m(const Bin&) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:25:13] inline float get_m(const Bin&) const; [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:25:13] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] set_num_views(const int new_num_views); [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:25:13] set_num_views(const int new_num_views); [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] virtual inline float get_sampling_in_t(const Bin&) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:25:13] virtual inline float get_sampling_in_t(const Bin&) const; [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] virtual inline float get_sampling_in_m(const Bin&) const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:25:13] virtual inline float get_sampling_in_m(const Bin&) const; [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:13] virtual std::string parameter_info() const; [00:25:13] ^ [00:25:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:25:13] virtual std::string parameter_info() const; [00:25:13] ^ [00:25:13] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:13] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:19] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:25:19] } [00:25:19] ^ [00:25:19] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:25:19] } [00:25:19] ^ [00:25:19] 11 warnings generated. [00:25:19] [507/1437] Building CXX object src/utilities/CMakeFiles/rebin_projdata.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:25:19] [508/1437] Building CXX object src/utilities/CMakeFiles/rebin_projdata.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:25:19] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:19] inline virtual float get_tantheta(const Bin&) const; [00:25:19] ^ [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:25:19] inline virtual float get_tantheta(const Bin&) const; [00:25:19] ^ [00:25:19] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:19] inline float get_phi(const Bin&) const; [00:25:19] ^ [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:25:19] inline float get_phi(const Bin&) const; [00:25:19] ^ [00:25:19] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:19] inline float get_t(const Bin&) const; [00:25:19] ^ [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:25:19] inline float get_t(const Bin&) const; [00:25:19] ^ [00:25:19] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:19] inline float get_m(const Bin&) const; [00:25:19] ^ [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:25:19] inline float get_m(const Bin&) const; [00:25:19] ^ [00:25:19] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:19] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:25:19] ^ [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:25:19] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:25:19] ^ [00:25:19] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:19] set_num_views(const int new_num_views); [00:25:19] ^ [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:25:19] set_num_views(const int new_num_views); [00:25:19] ^ [00:25:19] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:19] virtual inline float get_sampling_in_t(const Bin&) const; [00:25:19] ^ [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:25:19] virtual inline float get_sampling_in_t(const Bin&) const; [00:25:19] ^ [00:25:19] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:19] virtual inline float get_sampling_in_m(const Bin&) const; [00:25:19] ^ [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:25:19] virtual inline float get_sampling_in_m(const Bin&) const; [00:25:19] ^ [00:25:19] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:19] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:19] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:19] virtual std::string parameter_info() const; [00:25:19] ^ [00:25:19] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:25:19] virtual std::string parameter_info() const; [00:25:31] ^ [00:25:31] 9 warnings generated. [00:25:31] [509/1437] Building CXX object src/utilities/CMakeFiles/write_proj_matrix_by_bin.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:25:31] [510/1437] Building CXX object src/utilities/CMakeFiles/write_proj_matrix_by_bin.dir/write_proj_matrix_by_bin.cxx.obj [00:25:31] [511/1437] Building CXX object src/utilities/CMakeFiles/write_proj_matrix_by_bin.dir/__/buildblock/buildblock_registries.cxx.obj [00:25:38] [512/1437] Building CXX object src/utilities/CMakeFiles/write_proj_matrix_by_bin.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:25:38] [513/1437] Building CXX object src/utilities/CMakeFiles/write_proj_matrix_by_bin.dir/__/IO/IO_registries.cxx.obj [00:25:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:38] inline virtual float get_tantheta(const Bin&) const; [00:25:38] ^ [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:25:38] inline virtual float get_tantheta(const Bin&) const; [00:25:38] ^ [00:25:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:38] inline float get_phi(const Bin&) const; [00:25:38] ^ [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:25:38] inline float get_phi(const Bin&) const; [00:25:38] ^ [00:25:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:38] inline float get_t(const Bin&) const; [00:25:38] ^ [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:25:38] inline float get_t(const Bin&) const; [00:25:38] ^ [00:25:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:38] inline float get_m(const Bin&) const; [00:25:38] ^ [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:25:38] inline float get_m(const Bin&) const; [00:25:38] ^ [00:25:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:38] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:25:38] ^ [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:25:38] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:25:38] ^ [00:25:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:38] set_num_views(const int new_num_views); [00:25:38] ^ [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:25:38] set_num_views(const int new_num_views); [00:25:38] ^ [00:25:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:38] virtual inline float get_sampling_in_t(const Bin&) const; [00:25:38] ^ [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:25:38] virtual inline float get_sampling_in_t(const Bin&) const; [00:25:38] ^ [00:25:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:38] virtual inline float get_sampling_in_m(const Bin&) const; [00:25:38] ^ [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:25:38] virtual inline float get_sampling_in_m(const Bin&) const; [00:25:38] ^ [00:25:38] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:25:38] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:25:38] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:38] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:38] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:39] virtual std::string parameter_info() const; [00:25:39] ^ [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:25:39] virtual std::string parameter_info() const; [00:25:39] ^ [00:25:39] 9 warnings generated. [00:25:39] [514/1437] Building CXX object src/utilities/CMakeFiles/write_proj_matrix_by_bin.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:25:39] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:39] inline virtual float get_tantheta(const Bin&) const; [00:25:39] ^ [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:25:39] inline virtual float get_tantheta(const Bin&) const; [00:25:39] ^ [00:25:39] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:39] inline float get_phi(const Bin&) const; [00:25:39] ^ [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:25:39] inline float get_phi(const Bin&) const; [00:25:39] ^ [00:25:39] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:39] inline float get_t(const Bin&) const; [00:25:39] ^ [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:25:39] inline float get_t(const Bin&) const; [00:25:39] ^ [00:25:39] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:39] inline float get_m(const Bin&) const; [00:25:39] ^ [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:25:39] inline float get_m(const Bin&) const; [00:25:39] ^ [00:25:39] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:39] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:25:39] ^ [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:25:39] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:25:39] ^ [00:25:39] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:39] set_num_views(const int new_num_views); [00:25:39] ^ [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:25:39] set_num_views(const int new_num_views); [00:25:39] ^ [00:25:39] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:39] virtual inline float get_sampling_in_t(const Bin&) const; [00:25:39] ^ [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:25:39] virtual inline float get_sampling_in_t(const Bin&) const; [00:25:39] ^ [00:25:39] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:39] virtual inline float get_sampling_in_m(const Bin&) const; [00:25:39] ^ [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:25:39] virtual inline float get_sampling_in_m(const Bin&) const; [00:25:39] ^ [00:25:39] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:39] virtual std::string parameter_info() const; [00:25:39] ^ [00:25:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:25:39] virtual std::string parameter_info() const; [00:25:39] ^ [00:25:39] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:25:39] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:25:45] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:25:45] } [00:25:45] ^ [00:25:45] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:25:45] } [00:25:45] ^ [00:25:45] 11 warnings generated. [00:25:45] [515/1437] Building CXX object src/utilities/CMakeFiles/write_proj_matrix_by_bin.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:25:45] [516/1437] Building CXX object src/utilities/CMakeFiles/write_proj_matrix_by_bin.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:25:45] [517/1437] Building CXX object src/utilities/CMakeFiles/write_proj_matrix_by_bin.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:25:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:45] inline virtual float get_tantheta(const Bin&) const; [00:25:45] ^ [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:25:45] inline virtual float get_tantheta(const Bin&) const; [00:25:45] ^ [00:25:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:45] inline float get_phi(const Bin&) const; [00:25:45] ^ [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:25:45] inline float get_phi(const Bin&) const; [00:25:45] ^ [00:25:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:45] inline float get_t(const Bin&) const; [00:25:45] ^ [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:25:45] inline float get_t(const Bin&) const; [00:25:45] ^ [00:25:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:45] inline float get_m(const Bin&) const; [00:25:45] ^ [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:25:45] inline float get_m(const Bin&) const; [00:25:45] ^ [00:25:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:25:45] ^ [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:25:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:25:45] ^ [00:25:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:45] set_num_views(const int new_num_views); [00:25:45] ^ [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:25:45] set_num_views(const int new_num_views); [00:25:45] ^ [00:25:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:25:45] ^ [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:25:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:25:45] ^ [00:25:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:25:45] ^ [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:25:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:25:45] ^ [00:25:45] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:25:45] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:25:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:25:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:25:45] virtual std::string parameter_info() const; [00:25:45] ^ [00:25:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:25:58] virtual std::string parameter_info() const; [00:25:58] ^ [00:25:58] 9 warnings generated. [00:25:58] [518/1437] Building CXX object src/utilities/CMakeFiles/forward_project.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:25:58] [519/1437] Building CXX object src/utilities/CMakeFiles/forward_project.dir/forward_project.cxx.obj [00:25:58] [520/1437] Building CXX object src/utilities/CMakeFiles/forward_project.dir/__/buildblock/buildblock_registries.cxx.obj [00:26:04] [521/1437] Building CXX object src/utilities/CMakeFiles/forward_project.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:26:04] [522/1437] Building CXX object src/utilities/CMakeFiles/forward_project.dir/__/IO/IO_registries.cxx.obj [00:26:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] inline virtual float get_tantheta(const Bin&) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:26:04] inline virtual float get_tantheta(const Bin&) const; [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] inline float get_phi(const Bin&) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:26:04] inline float get_phi(const Bin&) const; [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] inline float get_t(const Bin&) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:26:04] inline float get_t(const Bin&) const; [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] inline float get_m(const Bin&) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:26:04] inline float get_m(const Bin&) const; [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:26:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] set_num_views(const int new_num_views); [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:26:04] set_num_views(const int new_num_views); [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:26:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:26:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] virtual std::string parameter_info() const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:26:04] virtual std::string parameter_info() const; [00:26:04] ^ [00:26:04] 9 warnings generated. [00:26:04] [523/1437] Building CXX object src/utilities/CMakeFiles/forward_project.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:26:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] inline virtual float get_tantheta(const Bin&) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:26:04] inline virtual float get_tantheta(const Bin&) const; [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] inline float get_phi(const Bin&) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:26:04] inline float get_phi(const Bin&) const; [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] inline float get_t(const Bin&) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:26:04] inline float get_t(const Bin&) const; [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] inline float get_m(const Bin&) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:26:04] inline float get_m(const Bin&) const; [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:26:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] set_num_views(const int new_num_views); [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:26:04] set_num_views(const int new_num_views); [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:26:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:26:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:04] virtual std::string parameter_info() const; [00:26:04] ^ [00:26:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:26:04] virtual std::string parameter_info() const; [00:26:04] ^ [00:26:04] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:04] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:09] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:26:09] } [00:26:09] ^ [00:26:09] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:26:09] } [00:26:09] ^ [00:26:09] 11 warnings generated. [00:26:09] [524/1437] Building CXX object src/utilities/CMakeFiles/forward_project.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:26:11] [525/1437] Building CXX object src/utilities/CMakeFiles/forward_project.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:26:11] [526/1437] Building CXX object src/utilities/CMakeFiles/forward_project.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:26:11] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:11] inline virtual float get_tantheta(const Bin&) const; [00:26:11] ^ [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:26:11] inline virtual float get_tantheta(const Bin&) const; [00:26:11] ^ [00:26:11] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:11] inline float get_phi(const Bin&) const; [00:26:11] ^ [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:26:11] inline float get_phi(const Bin&) const; [00:26:11] ^ [00:26:11] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:11] inline float get_t(const Bin&) const; [00:26:11] ^ [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:26:11] inline float get_t(const Bin&) const; [00:26:11] ^ [00:26:11] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:11] inline float get_m(const Bin&) const; [00:26:11] ^ [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:26:11] inline float get_m(const Bin&) const; [00:26:11] ^ [00:26:11] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:11] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:26:11] ^ [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:26:11] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:26:11] ^ [00:26:11] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:11] set_num_views(const int new_num_views); [00:26:11] ^ [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:26:11] set_num_views(const int new_num_views); [00:26:11] ^ [00:26:11] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:11] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:11] ^ [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:26:11] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:11] ^ [00:26:11] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:11] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:11] ^ [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:26:11] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:11] ^ [00:26:11] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:11] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:11] virtual std::string parameter_info() const; [00:26:11] ^ [00:26:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:26:22] virtual std::string parameter_info() const; [00:26:22] ^ [00:26:22] 9 warnings generated. [00:26:22] [527/1437] Building CXX object src/utilities/CMakeFiles/back_project.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:26:22] [528/1437] Building CXX object src/utilities/CMakeFiles/back_project.dir/back_project.cxx.obj [00:26:22] [529/1437] Building CXX object src/utilities/CMakeFiles/back_project.dir/__/buildblock/buildblock_registries.cxx.obj [00:26:30] [530/1437] Building CXX object src/utilities/CMakeFiles/back_project.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:26:30] [531/1437] Building CXX object src/utilities/CMakeFiles/back_project.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:26:30] [532/1437] Building CXX object src/utilities/CMakeFiles/back_project.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:26:30] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:30] inline virtual float get_tantheta(const Bin&) const; [00:26:30] ^ [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:26:30] inline virtual float get_tantheta(const Bin&) const; [00:26:30] ^ [00:26:30] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:30] inline float get_phi(const Bin&) const; [00:26:30] ^ [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:26:30] inline float get_phi(const Bin&) const; [00:26:30] ^ [00:26:30] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:30] inline float get_t(const Bin&) const; [00:26:30] ^ [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:26:30] inline float get_t(const Bin&) const; [00:26:30] ^ [00:26:30] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:30] inline float get_m(const Bin&) const; [00:26:30] ^ [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:26:30] inline float get_m(const Bin&) const; [00:26:30] ^ [00:26:30] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:30] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:26:30] ^ [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:26:30] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:26:30] ^ [00:26:30] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:30] set_num_views(const int new_num_views); [00:26:30] ^ [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:26:30] set_num_views(const int new_num_views); [00:26:30] ^ [00:26:30] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:30] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:30] ^ [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:26:30] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:30] ^ [00:26:30] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:30] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:30] ^ [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:26:30] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:30] ^ [00:26:30] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:30] virtual std::string parameter_info() const; [00:26:30] ^ [00:26:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:26:30] virtual std::string parameter_info() const; [00:26:30] ^ [00:26:30] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:30] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:30] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:26:31] } [00:26:31] ^ [00:26:31] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:26:31] } [00:26:31] ^ [00:26:31] 11 warnings generated. [00:26:31] [533/1437] Building CXX object src/utilities/CMakeFiles/back_project.dir/__/IO/IO_registries.cxx.obj [00:26:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:31] inline virtual float get_tantheta(const Bin&) const; [00:26:31] ^ [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:26:31] inline virtual float get_tantheta(const Bin&) const; [00:26:31] ^ [00:26:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:31] inline float get_phi(const Bin&) const; [00:26:31] ^ [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:26:31] inline float get_phi(const Bin&) const; [00:26:31] ^ [00:26:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:31] inline float get_t(const Bin&) const; [00:26:31] ^ [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:26:31] inline float get_t(const Bin&) const; [00:26:31] ^ [00:26:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:31] inline float get_m(const Bin&) const; [00:26:31] ^ [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:26:31] inline float get_m(const Bin&) const; [00:26:31] ^ [00:26:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:31] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:26:31] ^ [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:26:31] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:26:31] ^ [00:26:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:31] set_num_views(const int new_num_views); [00:26:31] ^ [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:26:31] set_num_views(const int new_num_views); [00:26:31] ^ [00:26:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:31] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:31] ^ [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:26:31] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:31] ^ [00:26:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:31] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:31] ^ [00:26:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:26:31] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:31] ^ [00:26:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:35] virtual std::string parameter_info() const; [00:26:35] ^ [00:26:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:26:35] virtual std::string parameter_info() const; [00:26:35] ^ [00:26:35] 9 warnings generated. [00:26:37] [534/1437] Building CXX object src/utilities/CMakeFiles/back_project.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:26:37] [535/1437] Building CXX object src/utilities/CMakeFiles/back_project.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:26:37] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:37] inline virtual float get_tantheta(const Bin&) const; [00:26:37] ^ [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:26:37] inline virtual float get_tantheta(const Bin&) const; [00:26:37] ^ [00:26:37] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:37] inline float get_phi(const Bin&) const; [00:26:37] ^ [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:26:37] inline float get_phi(const Bin&) const; [00:26:37] ^ [00:26:37] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:37] inline float get_t(const Bin&) const; [00:26:37] ^ [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:26:37] inline float get_t(const Bin&) const; [00:26:37] ^ [00:26:37] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:37] inline float get_m(const Bin&) const; [00:26:37] ^ [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:26:37] inline float get_m(const Bin&) const; [00:26:37] ^ [00:26:37] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:37] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:26:37] ^ [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:26:37] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:26:37] ^ [00:26:37] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:37] set_num_views(const int new_num_views); [00:26:37] ^ [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:26:37] set_num_views(const int new_num_views); [00:26:37] ^ [00:26:37] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:37] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:37] ^ [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:26:37] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:37] ^ [00:26:37] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:37] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:37] ^ [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:26:37] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:37] ^ [00:26:37] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:26:37] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:37] virtual std::string parameter_info() const; [00:26:37] ^ [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:26:42] virtual std::string parameter_info() const; [00:26:42] ^ [00:26:42] 9 warnings generated. [00:26:42] [536/1437] Building CXX object src/utilities/CMakeFiles/calculate_attenuation_coefficients.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:26:42] [537/1437] Building CXX object src/utilities/CMakeFiles/calculate_attenuation_coefficients.dir/calculate_attenuation_coefficients.cxx.obj [00:26:42] In file included from C:/projects/stir/src/utilities/calculate_attenuation_coefficients.cxx:58: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:42] inline virtual float get_tantheta(const Bin&) const; [00:26:42] ^ [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:26:42] inline virtual float get_tantheta(const Bin&) const; [00:26:42] ^ [00:26:42] In file included from C:/projects/stir/src/utilities/calculate_attenuation_coefficients.cxx:58: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:42] inline float get_phi(const Bin&) const; [00:26:42] ^ [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:26:42] inline float get_phi(const Bin&) const; [00:26:42] ^ [00:26:42] In file included from C:/projects/stir/src/utilities/calculate_attenuation_coefficients.cxx:58: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:42] inline float get_t(const Bin&) const; [00:26:42] ^ [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:26:42] inline float get_t(const Bin&) const; [00:26:42] ^ [00:26:42] In file included from C:/projects/stir/src/utilities/calculate_attenuation_coefficients.cxx:58: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:42] inline float get_m(const Bin&) const; [00:26:42] ^ [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:26:42] inline float get_m(const Bin&) const; [00:26:42] ^ [00:26:42] In file included from C:/projects/stir/src/utilities/calculate_attenuation_coefficients.cxx:58: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:26:42] ^ [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:26:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:26:42] ^ [00:26:42] In file included from C:/projects/stir/src/utilities/calculate_attenuation_coefficients.cxx:58: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:42] set_num_views(const int new_num_views); [00:26:42] ^ [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:26:42] set_num_views(const int new_num_views); [00:26:42] ^ [00:26:42] In file included from C:/projects/stir/src/utilities/calculate_attenuation_coefficients.cxx:58: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:42] ^ [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:26:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:42] ^ [00:26:42] In file included from C:/projects/stir/src/utilities/calculate_attenuation_coefficients.cxx:58: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:42] ^ [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:26:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:42] ^ [00:26:42] In file included from C:/projects/stir/src/utilities/calculate_attenuation_coefficients.cxx:58: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:42] virtual std::string parameter_info() const; [00:26:42] ^ [00:26:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:26:42] virtual std::string parameter_info() const; [00:26:42] ^ [00:26:42] In file included from C:/projects/stir/src/utilities/calculate_attenuation_coefficients.cxx:58: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:48] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:26:48] } [00:26:48] ^ [00:26:48] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:26:48] } [00:26:48] ^ [00:26:48] 11 warnings generated. [00:26:48] [538/1437] Building CXX object src/utilities/CMakeFiles/calculate_attenuation_coefficients.dir/__/buildblock/buildblock_registries.cxx.obj [00:26:56] [539/1437] Building CXX object src/utilities/CMakeFiles/calculate_attenuation_coefficients.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:26:56] [540/1437] Building CXX object src/utilities/CMakeFiles/calculate_attenuation_coefficients.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:26:56] [541/1437] Building CXX object src/utilities/CMakeFiles/calculate_attenuation_coefficients.dir/__/IO/IO_registries.cxx.obj [00:26:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:56] inline virtual float get_tantheta(const Bin&) const; [00:26:56] ^ [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:26:56] inline virtual float get_tantheta(const Bin&) const; [00:26:56] ^ [00:26:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:56] inline float get_phi(const Bin&) const; [00:26:56] ^ [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:26:56] inline float get_phi(const Bin&) const; [00:26:56] ^ [00:26:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:56] inline float get_t(const Bin&) const; [00:26:56] ^ [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:26:56] inline float get_t(const Bin&) const; [00:26:56] ^ [00:26:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:56] inline float get_m(const Bin&) const; [00:26:56] ^ [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:26:56] inline float get_m(const Bin&) const; [00:26:56] ^ [00:26:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:26:56] ^ [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:26:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:26:56] ^ [00:26:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:56] set_num_views(const int new_num_views); [00:26:56] ^ [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:26:56] set_num_views(const int new_num_views); [00:26:56] ^ [00:26:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:56] ^ [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:26:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:56] ^ [00:26:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:56] ^ [00:26:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:26:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:56] ^ [00:26:56] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:26:56] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:26:56] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:26:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:57] virtual std::string parameter_info() const; [00:26:57] ^ [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:26:57] virtual std::string parameter_info() const; [00:26:57] ^ [00:26:57] 9 warnings generated. [00:26:57] [542/1437] Building CXX object src/utilities/CMakeFiles/calculate_attenuation_coefficients.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:26:57] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:57] inline virtual float get_tantheta(const Bin&) const; [00:26:57] ^ [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:26:57] inline virtual float get_tantheta(const Bin&) const; [00:26:57] ^ [00:26:57] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:57] inline float get_phi(const Bin&) const; [00:26:57] ^ [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:26:57] inline float get_phi(const Bin&) const; [00:26:57] ^ [00:26:57] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:57] inline float get_t(const Bin&) const; [00:26:57] ^ [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:26:57] inline float get_t(const Bin&) const; [00:26:57] ^ [00:26:57] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:57] inline float get_m(const Bin&) const; [00:26:57] ^ [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:26:57] inline float get_m(const Bin&) const; [00:26:57] ^ [00:26:57] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:26:57] ^ [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:26:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:26:57] ^ [00:26:57] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:57] set_num_views(const int new_num_views); [00:26:57] ^ [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:26:57] set_num_views(const int new_num_views); [00:26:57] ^ [00:26:57] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:57] ^ [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:26:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:26:57] ^ [00:26:57] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:57] ^ [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:26:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:26:57] ^ [00:26:57] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:26:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:26:57] virtual std::string parameter_info() const; [00:26:57] ^ [00:26:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:26:57] virtual std::string parameter_info() const; [00:26:57] ^ [00:26:57] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:26:57] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:01] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:27:01] } [00:27:01] ^ [00:27:01] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:27:01] } [00:27:01] ^ [00:27:01] 11 warnings generated. [00:27:04] [543/1437] Building CXX object src/utilities/CMakeFiles/calculate_attenuation_coefficients.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:27:04] [544/1437] Building CXX object src/utilities/CMakeFiles/calculate_attenuation_coefficients.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:27:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:04] inline virtual float get_tantheta(const Bin&) const; [00:27:04] ^ [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:27:04] inline virtual float get_tantheta(const Bin&) const; [00:27:04] ^ [00:27:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:04] inline float get_phi(const Bin&) const; [00:27:04] ^ [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:27:04] inline float get_phi(const Bin&) const; [00:27:04] ^ [00:27:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:04] inline float get_t(const Bin&) const; [00:27:04] ^ [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:27:04] inline float get_t(const Bin&) const; [00:27:04] ^ [00:27:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:04] inline float get_m(const Bin&) const; [00:27:04] ^ [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:27:04] inline float get_m(const Bin&) const; [00:27:04] ^ [00:27:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:27:04] ^ [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:27:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:27:04] ^ [00:27:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:04] set_num_views(const int new_num_views); [00:27:04] ^ [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:27:04] set_num_views(const int new_num_views); [00:27:04] ^ [00:27:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:04] ^ [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:27:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:04] ^ [00:27:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:04] ^ [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:27:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:04] ^ [00:27:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:04] virtual std::string parameter_info() const; [00:27:04] ^ [00:27:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:27:09] virtual std::string parameter_info() const; [00:27:09] ^ [00:27:09] 9 warnings generated. [00:27:09] [545/1437] Building CXX object src/utilities/CMakeFiles/compute_sqrt_Hessian_row_sum.dir/compute_sqrt_Hessian_row_sum.cxx.obj [00:27:09] [546/1437] Building CXX object src/utilities/CMakeFiles/compute_sqrt_Hessian_row_sum.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:27:23] [547/1437] Building CXX object src/utilities/CMakeFiles/compute_sqrt_Hessian_row_sum.dir/__/buildblock/buildblock_registries.cxx.obj [00:27:23] [548/1437] Building CXX object src/utilities/CMakeFiles/compute_sqrt_Hessian_row_sum.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:27:23] [549/1437] Building CXX object src/utilities/CMakeFiles/compute_sqrt_Hessian_row_sum.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:27:23] [550/1437] Building CXX object src/utilities/CMakeFiles/compute_sqrt_Hessian_row_sum.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:27:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] inline virtual float get_tantheta(const Bin&) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:27:23] inline virtual float get_tantheta(const Bin&) const; [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] inline float get_phi(const Bin&) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:27:23] inline float get_phi(const Bin&) const; [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] inline float get_t(const Bin&) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:27:23] inline float get_t(const Bin&) const; [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] inline float get_m(const Bin&) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:27:23] inline float get_m(const Bin&) const; [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:27:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] set_num_views(const int new_num_views); [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:27:23] set_num_views(const int new_num_views); [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:27:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:27:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] virtual std::string parameter_info() const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:27:23] virtual std::string parameter_info() const; [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:23] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:27:23] } [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:27:23] } [00:27:23] ^ [00:27:23] 11 warnings generated. [00:27:23] [551/1437] Building CXX object src/utilities/CMakeFiles/compute_sqrt_Hessian_row_sum.dir/__/IO/IO_registries.cxx.obj [00:27:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] inline virtual float get_tantheta(const Bin&) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:27:23] inline virtual float get_tantheta(const Bin&) const; [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] inline float get_phi(const Bin&) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:27:23] inline float get_phi(const Bin&) const; [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] inline float get_t(const Bin&) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:27:23] inline float get_t(const Bin&) const; [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] inline float get_m(const Bin&) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:27:23] inline float get_m(const Bin&) const; [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:27:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] set_num_views(const int new_num_views); [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:27:23] set_num_views(const int new_num_views); [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:27:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:27:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:23] ^ [00:27:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:23] virtual std::string parameter_info() const; [00:27:23] ^ [00:27:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:27:29] virtual std::string parameter_info() const; [00:27:29] ^ [00:27:29] 9 warnings generated. [00:27:29] [552/1437] Building CXX object src/utilities/CMakeFiles/compute_sqrt_Hessian_row_sum.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:27:29] [553/1437] Building CXX object src/utilities/CMakeFiles/compute_sqrt_Hessian_row_sum.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:27:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:29] inline virtual float get_tantheta(const Bin&) const; [00:27:29] ^ [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:27:29] inline virtual float get_tantheta(const Bin&) const; [00:27:29] ^ [00:27:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:29] inline float get_phi(const Bin&) const; [00:27:29] ^ [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:27:29] inline float get_phi(const Bin&) const; [00:27:29] ^ [00:27:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:29] inline float get_t(const Bin&) const; [00:27:29] ^ [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:27:29] inline float get_t(const Bin&) const; [00:27:29] ^ [00:27:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:29] inline float get_m(const Bin&) const; [00:27:29] ^ [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:27:29] inline float get_m(const Bin&) const; [00:27:29] ^ [00:27:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:29] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:27:29] ^ [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:27:29] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:27:29] ^ [00:27:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:29] set_num_views(const int new_num_views); [00:27:29] ^ [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:27:29] set_num_views(const int new_num_views); [00:27:29] ^ [00:27:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:29] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:29] ^ [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:27:29] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:29] ^ [00:27:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:29] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:29] ^ [00:27:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:27:29] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:29] ^ [00:27:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:33] virtual std::string parameter_info() const; [00:27:33] ^ [00:27:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:27:33] virtual std::string parameter_info() const; [00:27:33] ^ [00:27:33] 9 warnings generated. [00:27:33] [554/1437] Building CXX object src/utilities/CMakeFiles/attenuation_coefficients_to_projections.dir/attenuation_coefficients_to_projections.cxx.obj [00:27:45] [555/1437] Building CXX object src/utilities/CMakeFiles/attenuation_coefficients_to_projections.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:27:45] [556/1437] Building CXX object src/utilities/CMakeFiles/attenuation_coefficients_to_projections.dir/__/buildblock/buildblock_registries.cxx.obj [00:27:45] [557/1437] Building CXX object src/utilities/CMakeFiles/attenuation_coefficients_to_projections.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:27:45] [558/1437] Building CXX object src/utilities/CMakeFiles/attenuation_coefficients_to_projections.dir/__/IO/IO_registries.cxx.obj [00:27:45] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:45] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:45] inline virtual float get_tantheta(const Bin&) const; [00:27:45] ^ [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:27:45] inline virtual float get_tantheta(const Bin&) const; [00:27:45] ^ [00:27:45] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:45] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:45] inline float get_phi(const Bin&) const; [00:27:45] ^ [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:27:45] inline float get_phi(const Bin&) const; [00:27:45] ^ [00:27:45] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:45] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:45] inline float get_t(const Bin&) const; [00:27:45] ^ [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:27:45] inline float get_t(const Bin&) const; [00:27:45] ^ [00:27:45] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:45] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:45] inline float get_m(const Bin&) const; [00:27:45] ^ [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:27:45] inline float get_m(const Bin&) const; [00:27:45] ^ [00:27:45] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:45] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:27:45] ^ [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:27:45] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:27:45] ^ [00:27:45] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:45] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:45] set_num_views(const int new_num_views); [00:27:45] ^ [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:27:45] set_num_views(const int new_num_views); [00:27:45] ^ [00:27:45] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:45] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:45] ^ [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:27:45] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:45] ^ [00:27:45] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:45] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:45] ^ [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:27:45] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:45] ^ [00:27:45] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:27:45] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:27:45] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:45] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:45] virtual std::string parameter_info() const; [00:27:45] ^ [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:27:49] virtual std::string parameter_info() const; [00:27:49] ^ [00:27:49] 9 warnings generated. [00:27:49] [559/1437] Building CXX object src/utilities/CMakeFiles/attenuation_coefficients_to_projections.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:27:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:49] inline virtual float get_tantheta(const Bin&) const; [00:27:49] ^ [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:27:49] inline virtual float get_tantheta(const Bin&) const; [00:27:49] ^ [00:27:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:49] inline float get_phi(const Bin&) const; [00:27:49] ^ [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:27:49] inline float get_phi(const Bin&) const; [00:27:49] ^ [00:27:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:49] inline float get_t(const Bin&) const; [00:27:49] ^ [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:27:49] inline float get_t(const Bin&) const; [00:27:49] ^ [00:27:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:49] inline float get_m(const Bin&) const; [00:27:49] ^ [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:27:49] inline float get_m(const Bin&) const; [00:27:49] ^ [00:27:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:27:49] ^ [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:27:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:27:49] ^ [00:27:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:49] set_num_views(const int new_num_views); [00:27:49] ^ [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:27:49] set_num_views(const int new_num_views); [00:27:49] ^ [00:27:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:49] ^ [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:27:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:49] ^ [00:27:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:49] ^ [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:27:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:49] ^ [00:27:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:49] virtual std::string parameter_info() const; [00:27:49] ^ [00:27:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:27:49] virtual std::string parameter_info() const; [00:27:49] ^ [00:27:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:27:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:27:49] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:27:49] } [00:27:49] ^ [00:27:56] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:27:56] } [00:27:56] ^ [00:27:56] 11 warnings generated. [00:27:56] [560/1437] Building CXX object src/utilities/CMakeFiles/attenuation_coefficients_to_projections.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:27:56] [561/1437] Building CXX object src/utilities/CMakeFiles/attenuation_coefficients_to_projections.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:27:56] [562/1437] Building CXX object src/utilities/CMakeFiles/attenuation_coefficients_to_projections.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:27:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:56] inline virtual float get_tantheta(const Bin&) const; [00:27:56] ^ [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:27:56] inline virtual float get_tantheta(const Bin&) const; [00:27:56] ^ [00:27:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:56] inline float get_phi(const Bin&) const; [00:27:56] ^ [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:27:56] inline float get_phi(const Bin&) const; [00:27:56] ^ [00:27:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:56] inline float get_t(const Bin&) const; [00:27:56] ^ [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:27:56] inline float get_t(const Bin&) const; [00:27:56] ^ [00:27:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:56] inline float get_m(const Bin&) const; [00:27:56] ^ [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:27:56] inline float get_m(const Bin&) const; [00:27:56] ^ [00:27:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:27:56] ^ [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:27:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:27:56] ^ [00:27:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:56] set_num_views(const int new_num_views); [00:27:56] ^ [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:27:56] set_num_views(const int new_num_views); [00:27:56] ^ [00:27:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:56] ^ [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:27:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:27:56] ^ [00:27:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:56] ^ [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:27:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:27:56] ^ [00:27:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:27:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:27:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:27:56] virtual std::string parameter_info() const; [00:27:56] ^ [00:27:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:28:06] virtual std::string parameter_info() const; [00:28:06] ^ [00:28:06] 9 warnings generated. [00:28:06] [563/1437] Building CXX object src/utilities/CMakeFiles/conv_GATE_raw_ECAT_projdata_to_interfile.dir/__/buildblock/buildblock_registries.cxx.obj [00:28:06] [564/1437] Building CXX object src/utilities/CMakeFiles/conv_GATE_raw_ECAT_projdata_to_interfile.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:28:14] [565/1437] Building CXX object src/utilities/CMakeFiles/conv_GATE_raw_ECAT_projdata_to_interfile.dir/conv_GATE_raw_ECAT_projdata_to_interfile.cxx.obj [00:28:14] [566/1437] Building CXX object src/utilities/CMakeFiles/conv_GATE_raw_ECAT_projdata_to_interfile.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:28:14] [567/1437] Building CXX object src/utilities/CMakeFiles/conv_GATE_raw_ECAT_projdata_to_interfile.dir/__/IO/IO_registries.cxx.obj [00:28:14] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:14] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:14] inline virtual float get_tantheta(const Bin&) const; [00:28:14] ^ [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:28:14] inline virtual float get_tantheta(const Bin&) const; [00:28:14] ^ [00:28:14] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:14] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:14] inline float get_phi(const Bin&) const; [00:28:14] ^ [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:28:14] inline float get_phi(const Bin&) const; [00:28:14] ^ [00:28:14] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:14] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:14] inline float get_t(const Bin&) const; [00:28:14] ^ [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:28:14] inline float get_t(const Bin&) const; [00:28:14] ^ [00:28:14] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:14] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:14] inline float get_m(const Bin&) const; [00:28:14] ^ [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:28:14] inline float get_m(const Bin&) const; [00:28:14] ^ [00:28:14] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:14] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:14] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:28:14] ^ [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:28:14] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:28:14] ^ [00:28:14] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:14] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:14] set_num_views(const int new_num_views); [00:28:14] ^ [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:28:14] set_num_views(const int new_num_views); [00:28:14] ^ [00:28:14] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:14] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:14] virtual inline float get_sampling_in_t(const Bin&) const; [00:28:14] ^ [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:28:14] virtual inline float get_sampling_in_t(const Bin&) const; [00:28:14] ^ [00:28:14] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:14] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:14] virtual inline float get_sampling_in_m(const Bin&) const; [00:28:14] ^ [00:28:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:28:14] virtual inline float get_sampling_in_m(const Bin&) const; [00:28:14] ^ [00:28:14] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:14] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:14] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:15] virtual std::string parameter_info() const; [00:28:15] ^ [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:28:15] virtual std::string parameter_info() const; [00:28:15] ^ [00:28:15] 9 warnings generated. [00:28:15] [568/1437] Building CXX object src/utilities/CMakeFiles/conv_GATE_raw_ECAT_projdata_to_interfile.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:28:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:15] inline virtual float get_tantheta(const Bin&) const; [00:28:15] ^ [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:28:15] inline virtual float get_tantheta(const Bin&) const; [00:28:15] ^ [00:28:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:15] inline float get_phi(const Bin&) const; [00:28:15] ^ [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:28:15] inline float get_phi(const Bin&) const; [00:28:15] ^ [00:28:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:15] inline float get_t(const Bin&) const; [00:28:15] ^ [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:28:15] inline float get_t(const Bin&) const; [00:28:15] ^ [00:28:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:15] inline float get_m(const Bin&) const; [00:28:15] ^ [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:28:15] inline float get_m(const Bin&) const; [00:28:15] ^ [00:28:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:15] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:28:15] ^ [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:28:15] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:28:15] ^ [00:28:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:15] set_num_views(const int new_num_views); [00:28:15] ^ [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:28:15] set_num_views(const int new_num_views); [00:28:15] ^ [00:28:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:15] virtual inline float get_sampling_in_t(const Bin&) const; [00:28:15] ^ [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:28:15] virtual inline float get_sampling_in_t(const Bin&) const; [00:28:15] ^ [00:28:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:15] virtual inline float get_sampling_in_m(const Bin&) const; [00:28:15] ^ [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:28:15] virtual inline float get_sampling_in_m(const Bin&) const; [00:28:15] ^ [00:28:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:15] virtual std::string parameter_info() const; [00:28:15] ^ [00:28:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:28:15] virtual std::string parameter_info() const; [00:28:15] ^ [00:28:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:19] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:19] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:28:19] } [00:28:19] ^ [00:28:19] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:28:19] } [00:28:19] ^ [00:28:19] 11 warnings generated. [00:28:22] [569/1437] Building CXX object src/utilities/CMakeFiles/conv_GATE_raw_ECAT_projdata_to_interfile.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:28:22] [570/1437] Building CXX object src/utilities/CMakeFiles/conv_GATE_raw_ECAT_projdata_to_interfile.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:28:22] [571/1437] Building CXX object src/utilities/CMakeFiles/conv_GATE_raw_ECAT_projdata_to_interfile.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:28:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:22] inline virtual float get_tantheta(const Bin&) const; [00:28:22] ^ [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:28:22] inline virtual float get_tantheta(const Bin&) const; [00:28:22] ^ [00:28:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:22] inline float get_phi(const Bin&) const; [00:28:22] ^ [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:28:22] inline float get_phi(const Bin&) const; [00:28:22] ^ [00:28:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:22] inline float get_t(const Bin&) const; [00:28:22] ^ [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:28:22] inline float get_t(const Bin&) const; [00:28:22] ^ [00:28:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:22] inline float get_m(const Bin&) const; [00:28:22] ^ [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:28:22] inline float get_m(const Bin&) const; [00:28:22] ^ [00:28:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:22] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:28:22] ^ [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:28:22] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:28:22] ^ [00:28:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:22] set_num_views(const int new_num_views); [00:28:22] ^ [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:28:22] set_num_views(const int new_num_views); [00:28:22] ^ [00:28:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:22] virtual inline float get_sampling_in_t(const Bin&) const; [00:28:22] ^ [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:28:22] virtual inline float get_sampling_in_t(const Bin&) const; [00:28:22] ^ [00:28:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:22] virtual inline float get_sampling_in_m(const Bin&) const; [00:28:22] ^ [00:28:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:28:22] virtual inline float get_sampling_in_m(const Bin&) const; [00:28:22] ^ [00:28:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:26] virtual std::string parameter_info() const; [00:28:26] ^ [00:28:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:28:26] virtual std::string parameter_info() const; [00:28:26] ^ [00:28:26] 9 warnings generated. [00:28:26] [572/1437] Building CXX object src/utilities/CMakeFiles/conv_gipl_to_interfile.dir/conv_gipl_to_interfile.cxx.obj [00:28:42] [573/1437] Building CXX object src/utilities/CMakeFiles/conv_gipl_to_interfile.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:28:42] [574/1437] Building CXX object src/utilities/CMakeFiles/conv_gipl_to_interfile.dir/__/buildblock/buildblock_registries.cxx.obj [00:28:42] [575/1437] Building CXX object src/utilities/CMakeFiles/conv_gipl_to_interfile.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:28:42] [576/1437] Building CXX object src/utilities/CMakeFiles/conv_gipl_to_interfile.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:28:42] [577/1437] Building CXX object src/utilities/CMakeFiles/conv_gipl_to_interfile.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:28:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] inline virtual float get_tantheta(const Bin&) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:28:42] inline virtual float get_tantheta(const Bin&) const; [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] inline float get_phi(const Bin&) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:28:42] inline float get_phi(const Bin&) const; [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] inline float get_t(const Bin&) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:28:42] inline float get_t(const Bin&) const; [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] inline float get_m(const Bin&) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:28:42] inline float get_m(const Bin&) const; [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:28:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] set_num_views(const int new_num_views); [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:28:42] set_num_views(const int new_num_views); [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:28:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:28:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] virtual std::string parameter_info() const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:28:42] virtual std::string parameter_info() const; [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:28:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:28:42] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:28:42] } [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:28:42] } [00:28:42] ^ [00:28:42] 11 warnings generated. [00:28:42] [578/1437] Building CXX object src/utilities/CMakeFiles/conv_gipl_to_interfile.dir/__/IO/IO_registries.cxx.obj [00:28:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] inline virtual float get_tantheta(const Bin&) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:28:42] inline virtual float get_tantheta(const Bin&) const; [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] inline float get_phi(const Bin&) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:28:42] inline float get_phi(const Bin&) const; [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] inline float get_t(const Bin&) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:28:42] inline float get_t(const Bin&) const; [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] inline float get_m(const Bin&) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:28:42] inline float get_m(const Bin&) const; [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:28:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] set_num_views(const int new_num_views); [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:28:42] set_num_views(const int new_num_views); [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:28:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:28:42] ^ [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:28:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:28:42] ^ [00:28:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:28:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:28:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:42] virtual std::string parameter_info() const; [00:28:42] ^ [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:28:48] virtual std::string parameter_info() const; [00:28:48] ^ [00:28:48] 9 warnings generated. [00:28:48] [579/1437] Building CXX object src/utilities/CMakeFiles/conv_gipl_to_interfile.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:28:48] [580/1437] Building CXX object src/utilities/CMakeFiles/conv_gipl_to_interfile.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:28:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:48] inline virtual float get_tantheta(const Bin&) const; [00:28:48] ^ [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:28:48] inline virtual float get_tantheta(const Bin&) const; [00:28:48] ^ [00:28:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:48] inline float get_phi(const Bin&) const; [00:28:48] ^ [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:28:48] inline float get_phi(const Bin&) const; [00:28:48] ^ [00:28:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:48] inline float get_t(const Bin&) const; [00:28:48] ^ [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:28:48] inline float get_t(const Bin&) const; [00:28:48] ^ [00:28:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:48] inline float get_m(const Bin&) const; [00:28:48] ^ [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:28:48] inline float get_m(const Bin&) const; [00:28:48] ^ [00:28:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:28:48] ^ [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:28:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:28:48] ^ [00:28:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:48] set_num_views(const int new_num_views); [00:28:48] ^ [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:28:48] set_num_views(const int new_num_views); [00:28:48] ^ [00:28:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:28:48] ^ [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:28:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:28:48] ^ [00:28:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:28:48] ^ [00:28:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:28:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:28:48] ^ [00:28:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:28:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:28:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:28:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:28:49] virtual std::string parameter_info() const; [00:28:49] ^ [00:28:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:28:49] virtual std::string parameter_info() const; [00:28:49] ^ [00:28:49] 9 warnings generated. [00:29:04] [581/1437] Building CXX object src/utilities/CMakeFiles/conv_interfile_to_gipl.dir/conv_interfile_to_gipl.cxx.obj [00:29:04] [582/1437] Building CXX object src/utilities/CMakeFiles/conv_interfile_to_gipl.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:29:04] [583/1437] Building CXX object src/utilities/CMakeFiles/conv_interfile_to_gipl.dir/__/buildblock/buildblock_registries.cxx.obj [00:29:04] [584/1437] Building CXX object src/utilities/CMakeFiles/conv_interfile_to_gipl.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:29:04] [585/1437] Building CXX object src/utilities/CMakeFiles/conv_interfile_to_gipl.dir/__/IO/IO_registries.cxx.obj [00:29:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:04] inline virtual float get_tantheta(const Bin&) const; [00:29:04] ^ [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:29:04] inline virtual float get_tantheta(const Bin&) const; [00:29:04] ^ [00:29:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:04] inline float get_phi(const Bin&) const; [00:29:04] ^ [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:29:04] inline float get_phi(const Bin&) const; [00:29:04] ^ [00:29:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:04] inline float get_t(const Bin&) const; [00:29:04] ^ [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:29:04] inline float get_t(const Bin&) const; [00:29:04] ^ [00:29:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:04] inline float get_m(const Bin&) const; [00:29:04] ^ [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:29:04] inline float get_m(const Bin&) const; [00:29:04] ^ [00:29:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:29:04] ^ [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:29:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:29:04] ^ [00:29:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:04] set_num_views(const int new_num_views); [00:29:04] ^ [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:29:04] set_num_views(const int new_num_views); [00:29:04] ^ [00:29:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:04] ^ [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:29:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:04] ^ [00:29:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:04] ^ [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:29:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:04] ^ [00:29:04] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:04] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:04] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:04] virtual std::string parameter_info() const; [00:29:04] ^ [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:29:07] virtual std::string parameter_info() const; [00:29:07] ^ [00:29:07] 9 warnings generated. [00:29:07] [586/1437] Building CXX object src/utilities/CMakeFiles/conv_interfile_to_gipl.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:29:07] [587/1437] Building CXX object src/utilities/CMakeFiles/conv_interfile_to_gipl.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:29:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:07] inline virtual float get_tantheta(const Bin&) const; [00:29:07] ^ [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:29:07] inline virtual float get_tantheta(const Bin&) const; [00:29:07] ^ [00:29:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:07] inline float get_phi(const Bin&) const; [00:29:07] ^ [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:29:07] inline float get_phi(const Bin&) const; [00:29:07] ^ [00:29:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:07] inline float get_t(const Bin&) const; [00:29:07] ^ [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:29:07] inline float get_t(const Bin&) const; [00:29:07] ^ [00:29:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:07] inline float get_m(const Bin&) const; [00:29:07] ^ [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:29:07] inline float get_m(const Bin&) const; [00:29:07] ^ [00:29:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:29:07] ^ [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:29:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:29:07] ^ [00:29:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:07] set_num_views(const int new_num_views); [00:29:07] ^ [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:29:07] set_num_views(const int new_num_views); [00:29:07] ^ [00:29:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:07] ^ [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:29:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:07] ^ [00:29:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:07] ^ [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:29:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:07] ^ [00:29:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:07] virtual std::string parameter_info() const; [00:29:07] ^ [00:29:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:29:07] virtual std::string parameter_info() const; [00:29:07] ^ [00:29:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:13] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:29:13] } [00:29:13] ^ [00:29:13] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:29:13] } [00:29:13] ^ [00:29:13] 11 warnings generated. [00:29:13] [588/1437] Building CXX object src/utilities/CMakeFiles/conv_interfile_to_gipl.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:29:13] [589/1437] Building CXX object src/utilities/CMakeFiles/conv_interfile_to_gipl.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:29:13] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:13] inline virtual float get_tantheta(const Bin&) const; [00:29:13] ^ [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:29:13] inline virtual float get_tantheta(const Bin&) const; [00:29:13] ^ [00:29:13] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:13] inline float get_phi(const Bin&) const; [00:29:13] ^ [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:29:13] inline float get_phi(const Bin&) const; [00:29:13] ^ [00:29:13] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:13] inline float get_t(const Bin&) const; [00:29:13] ^ [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:29:13] inline float get_t(const Bin&) const; [00:29:13] ^ [00:29:13] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:13] inline float get_m(const Bin&) const; [00:29:13] ^ [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:29:13] inline float get_m(const Bin&) const; [00:29:13] ^ [00:29:13] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:13] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:29:13] ^ [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:29:13] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:29:13] ^ [00:29:13] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:13] set_num_views(const int new_num_views); [00:29:13] ^ [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:29:13] set_num_views(const int new_num_views); [00:29:13] ^ [00:29:13] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:13] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:13] ^ [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:29:13] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:13] ^ [00:29:13] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:13] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:13] ^ [00:29:13] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:29:13] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:13] ^ [00:29:13] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:13] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:13] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:14] virtual std::string parameter_info() const; [00:29:14] ^ [00:29:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:29:14] virtual std::string parameter_info() const; [00:29:14] ^ [00:29:14] 9 warnings generated. [00:29:30] [590/1437] Building CXX object src/utilities/CMakeFiles/shift_image.dir/shift_image.cxx.obj [00:29:30] [591/1437] Building CXX object src/utilities/CMakeFiles/shift_image.dir/__/buildblock/buildblock_registries.cxx.obj [00:29:30] [592/1437] Building CXX object src/utilities/CMakeFiles/shift_image.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:29:30] [593/1437] Building CXX object src/utilities/CMakeFiles/shift_image.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:29:30] [594/1437] Building CXX object src/utilities/CMakeFiles/shift_image.dir/__/IO/IO_registries.cxx.obj [00:29:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:30] inline virtual float get_tantheta(const Bin&) const; [00:29:30] ^ [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:29:30] inline virtual float get_tantheta(const Bin&) const; [00:29:30] ^ [00:29:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:30] inline float get_phi(const Bin&) const; [00:29:30] ^ [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:29:30] inline float get_phi(const Bin&) const; [00:29:30] ^ [00:29:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:30] inline float get_t(const Bin&) const; [00:29:30] ^ [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:29:30] inline float get_t(const Bin&) const; [00:29:30] ^ [00:29:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:30] inline float get_m(const Bin&) const; [00:29:30] ^ [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:29:30] inline float get_m(const Bin&) const; [00:29:30] ^ [00:29:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:30] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:29:30] ^ [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:29:30] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:29:30] ^ [00:29:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:30] set_num_views(const int new_num_views); [00:29:30] ^ [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:29:30] set_num_views(const int new_num_views); [00:29:30] ^ [00:29:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:30] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:30] ^ [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:29:30] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:30] ^ [00:29:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:30] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:30] ^ [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:29:30] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:30] ^ [00:29:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:30] virtual std::string parameter_info() const; [00:29:30] ^ [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:29:33] virtual std::string parameter_info() const; [00:29:33] ^ [00:29:33] 9 warnings generated. [00:29:33] [595/1437] Building CXX object src/utilities/CMakeFiles/shift_image.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:29:33] [596/1437] Building CXX object src/utilities/CMakeFiles/shift_image.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:29:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:33] inline virtual float get_tantheta(const Bin&) const; [00:29:33] ^ [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:29:33] inline virtual float get_tantheta(const Bin&) const; [00:29:33] ^ [00:29:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:33] inline float get_phi(const Bin&) const; [00:29:33] ^ [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:29:33] inline float get_phi(const Bin&) const; [00:29:33] ^ [00:29:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:33] inline float get_t(const Bin&) const; [00:29:33] ^ [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:29:33] inline float get_t(const Bin&) const; [00:29:33] ^ [00:29:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:33] inline float get_m(const Bin&) const; [00:29:33] ^ [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:29:33] inline float get_m(const Bin&) const; [00:29:33] ^ [00:29:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:33] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:29:33] ^ [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:29:33] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:29:33] ^ [00:29:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:33] set_num_views(const int new_num_views); [00:29:33] ^ [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:29:33] set_num_views(const int new_num_views); [00:29:33] ^ [00:29:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:33] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:33] ^ [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:29:33] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:33] ^ [00:29:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:33] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:33] ^ [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:29:33] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:33] ^ [00:29:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:33] virtual std::string parameter_info() const; [00:29:33] ^ [00:29:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:29:33] virtual std::string parameter_info() const; [00:29:33] ^ [00:29:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:36] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:29:36] } [00:29:36] ^ [00:29:36] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:29:36] } [00:29:36] ^ [00:29:36] 11 warnings generated. [00:29:36] [597/1437] Building CXX object src/utilities/CMakeFiles/shift_image.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:29:36] [598/1437] Building CXX object src/utilities/CMakeFiles/stir_config.dir/stir_config.cxx.obj [00:29:36] [599/1437] Building CXX object src/utilities/CMakeFiles/shift_image.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:29:36] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:36] inline virtual float get_tantheta(const Bin&) const; [00:29:36] ^ [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:29:36] inline virtual float get_tantheta(const Bin&) const; [00:29:36] ^ [00:29:36] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:36] inline float get_phi(const Bin&) const; [00:29:36] ^ [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:29:36] inline float get_phi(const Bin&) const; [00:29:36] ^ [00:29:36] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:36] inline float get_t(const Bin&) const; [00:29:36] ^ [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:29:36] inline float get_t(const Bin&) const; [00:29:36] ^ [00:29:36] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:36] inline float get_m(const Bin&) const; [00:29:36] ^ [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:29:36] inline float get_m(const Bin&) const; [00:29:36] ^ [00:29:36] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:36] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:29:36] ^ [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:29:36] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:29:36] ^ [00:29:36] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:36] set_num_views(const int new_num_views); [00:29:36] ^ [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:29:36] set_num_views(const int new_num_views); [00:29:36] ^ [00:29:36] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:36] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:36] ^ [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:29:36] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:36] ^ [00:29:36] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:36] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:36] ^ [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:29:36] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:36] ^ [00:29:36] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:29:36] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:36] virtual std::string parameter_info() const; [00:29:36] ^ [00:29:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:29:51] virtual std::string parameter_info() const; [00:29:51] ^ [00:29:51] 9 warnings generated. [00:29:51] [600/1437] Building CXX object src/utilities/CMakeFiles/stir_config.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:29:51] [601/1437] Building CXX object src/utilities/CMakeFiles/stir_config.dir/__/buildblock/buildblock_registries.cxx.obj [00:29:51] [602/1437] Building CXX object src/utilities/CMakeFiles/stir_config.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:29:51] [603/1437] Building CXX object src/utilities/CMakeFiles/stir_config.dir/__/IO/IO_registries.cxx.obj [00:29:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:51] inline virtual float get_tantheta(const Bin&) const; [00:29:51] ^ [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:29:51] inline virtual float get_tantheta(const Bin&) const; [00:29:51] ^ [00:29:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:51] inline float get_phi(const Bin&) const; [00:29:51] ^ [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:29:51] inline float get_phi(const Bin&) const; [00:29:51] ^ [00:29:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:51] inline float get_t(const Bin&) const; [00:29:51] ^ [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:29:51] inline float get_t(const Bin&) const; [00:29:51] ^ [00:29:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:51] inline float get_m(const Bin&) const; [00:29:51] ^ [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:29:51] inline float get_m(const Bin&) const; [00:29:51] ^ [00:29:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:29:51] ^ [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:29:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:29:51] ^ [00:29:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:51] set_num_views(const int new_num_views); [00:29:51] ^ [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:29:51] set_num_views(const int new_num_views); [00:29:51] ^ [00:29:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:51] ^ [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:29:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:51] ^ [00:29:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:51] ^ [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:29:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:51] ^ [00:29:51] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:29:51] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:29:51] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:29:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:29:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:51] virtual std::string parameter_info() const; [00:29:51] ^ [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:29:55] virtual std::string parameter_info() const; [00:29:55] ^ [00:29:55] 9 warnings generated. [00:29:55] [604/1437] Building CXX object src/utilities/CMakeFiles/stir_config.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:29:55] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:55] inline virtual float get_tantheta(const Bin&) const; [00:29:55] ^ [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:29:55] inline virtual float get_tantheta(const Bin&) const; [00:29:55] ^ [00:29:55] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:55] inline float get_phi(const Bin&) const; [00:29:55] ^ [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:29:55] inline float get_phi(const Bin&) const; [00:29:55] ^ [00:29:55] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:55] inline float get_t(const Bin&) const; [00:29:55] ^ [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:29:55] inline float get_t(const Bin&) const; [00:29:55] ^ [00:29:55] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:55] inline float get_m(const Bin&) const; [00:29:55] ^ [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:29:55] inline float get_m(const Bin&) const; [00:29:55] ^ [00:29:55] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:55] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:29:55] ^ [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:29:55] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:29:55] ^ [00:29:55] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:55] set_num_views(const int new_num_views); [00:29:55] ^ [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:29:55] set_num_views(const int new_num_views); [00:29:55] ^ [00:29:55] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:55] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:55] ^ [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:29:55] virtual inline float get_sampling_in_t(const Bin&) const; [00:29:55] ^ [00:29:55] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:55] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:55] ^ [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:29:55] virtual inline float get_sampling_in_m(const Bin&) const; [00:29:55] ^ [00:29:55] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:29:55] virtual std::string parameter_info() const; [00:29:55] ^ [00:29:55] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:29:55] virtual std::string parameter_info() const; [00:29:55] ^ [00:29:55] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:29:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:29:55] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:29:55] } [00:29:55] ^ [00:30:02] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:30:02] } [00:30:02] ^ [00:30:02] 11 warnings generated. [00:30:02] [605/1437] Building CXX object src/utilities/CMakeFiles/stir_config.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:30:02] [606/1437] Building CXX object src/utilities/CMakeFiles/stir_config.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:30:02] [607/1437] Building CXX object src/utilities/CMakeFiles/shift_image_origin.dir/shift_image_origin.cxx.obj [00:30:02] [608/1437] Building CXX object src/utilities/CMakeFiles/stir_config.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:30:02] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:02] inline virtual float get_tantheta(const Bin&) const; [00:30:02] ^ [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:30:02] inline virtual float get_tantheta(const Bin&) const; [00:30:02] ^ [00:30:02] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:02] inline float get_phi(const Bin&) const; [00:30:02] ^ [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:30:02] inline float get_phi(const Bin&) const; [00:30:02] ^ [00:30:02] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:02] inline float get_t(const Bin&) const; [00:30:02] ^ [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:30:02] inline float get_t(const Bin&) const; [00:30:02] ^ [00:30:02] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:02] inline float get_m(const Bin&) const; [00:30:02] ^ [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:30:02] inline float get_m(const Bin&) const; [00:30:02] ^ [00:30:02] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:02] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:30:02] ^ [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:30:02] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:30:02] ^ [00:30:02] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:02] set_num_views(const int new_num_views); [00:30:02] ^ [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:30:02] set_num_views(const int new_num_views); [00:30:02] ^ [00:30:02] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:02] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:02] ^ [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:30:02] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:02] ^ [00:30:02] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:02] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:02] ^ [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:30:02] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:02] ^ [00:30:02] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:02] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:02] virtual std::string parameter_info() const; [00:30:02] ^ [00:30:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:30:02] virtual std::string parameter_info() const; [00:30:17] ^ [00:30:17] 9 warnings generated. [00:30:17] [609/1437] Building CXX object src/utilities/CMakeFiles/shift_image_origin.dir/__/buildblock/buildblock_registries.cxx.obj [00:30:17] [610/1437] Building CXX object src/utilities/CMakeFiles/shift_image_origin.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:30:17] [611/1437] Building CXX object src/utilities/CMakeFiles/shift_image_origin.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:30:17] [612/1437] Building CXX object src/utilities/CMakeFiles/shift_image_origin.dir/__/IO/IO_registries.cxx.obj [00:30:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:17] inline virtual float get_tantheta(const Bin&) const; [00:30:17] ^ [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:30:17] inline virtual float get_tantheta(const Bin&) const; [00:30:17] ^ [00:30:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:17] inline float get_phi(const Bin&) const; [00:30:17] ^ [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:30:17] inline float get_phi(const Bin&) const; [00:30:17] ^ [00:30:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:17] inline float get_t(const Bin&) const; [00:30:17] ^ [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:30:17] inline float get_t(const Bin&) const; [00:30:17] ^ [00:30:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:17] inline float get_m(const Bin&) const; [00:30:17] ^ [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:30:17] inline float get_m(const Bin&) const; [00:30:17] ^ [00:30:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:17] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:30:17] ^ [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:30:17] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:30:17] ^ [00:30:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:17] set_num_views(const int new_num_views); [00:30:17] ^ [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:30:17] set_num_views(const int new_num_views); [00:30:17] ^ [00:30:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:17] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:17] ^ [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:30:17] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:17] ^ [00:30:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:17] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:17] ^ [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:30:17] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:17] ^ [00:30:17] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:17] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:17] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:17] virtual std::string parameter_info() const; [00:30:17] ^ [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:30:20] virtual std::string parameter_info() const; [00:30:20] ^ [00:30:20] 9 warnings generated. [00:30:20] [613/1437] Building CXX object src/utilities/CMakeFiles/shift_image_origin.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:30:20] [614/1437] Building CXX object src/utilities/CMakeFiles/shift_image_origin.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:30:20] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:20] inline virtual float get_tantheta(const Bin&) const; [00:30:20] ^ [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:30:20] inline virtual float get_tantheta(const Bin&) const; [00:30:20] ^ [00:30:20] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:20] inline float get_phi(const Bin&) const; [00:30:20] ^ [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:30:20] inline float get_phi(const Bin&) const; [00:30:20] ^ [00:30:20] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:20] inline float get_t(const Bin&) const; [00:30:20] ^ [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:30:20] inline float get_t(const Bin&) const; [00:30:20] ^ [00:30:20] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:20] inline float get_m(const Bin&) const; [00:30:20] ^ [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:30:20] inline float get_m(const Bin&) const; [00:30:20] ^ [00:30:20] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:20] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:30:20] ^ [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:30:20] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:30:20] ^ [00:30:20] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:20] set_num_views(const int new_num_views); [00:30:20] ^ [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:30:20] set_num_views(const int new_num_views); [00:30:20] ^ [00:30:20] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:20] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:20] ^ [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:30:20] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:20] ^ [00:30:20] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:20] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:20] ^ [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:30:20] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:20] ^ [00:30:20] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:20] virtual std::string parameter_info() const; [00:30:20] ^ [00:30:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:30:20] virtual std::string parameter_info() const; [00:30:20] ^ [00:30:20] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:25] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:30:25] } [00:30:25] ^ [00:30:25] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:30:25] } [00:30:25] ^ [00:30:25] 11 warnings generated. [00:30:25] [615/1437] Building CXX object src/utilities/CMakeFiles/shift_image_origin.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:30:25] [616/1437] Building CXX object src/utilities/CMakeFiles/warp_and_accumulate_gated_images.dir/warp_and_accumulate_gated_images.cxx.obj [00:30:25] [617/1437] Building CXX object src/utilities/CMakeFiles/shift_image_origin.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:30:25] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:25] inline virtual float get_tantheta(const Bin&) const; [00:30:25] ^ [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:30:25] inline virtual float get_tantheta(const Bin&) const; [00:30:25] ^ [00:30:25] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:25] inline float get_phi(const Bin&) const; [00:30:25] ^ [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:30:25] inline float get_phi(const Bin&) const; [00:30:25] ^ [00:30:25] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:25] inline float get_t(const Bin&) const; [00:30:25] ^ [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:30:25] inline float get_t(const Bin&) const; [00:30:25] ^ [00:30:25] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:25] inline float get_m(const Bin&) const; [00:30:25] ^ [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:30:25] inline float get_m(const Bin&) const; [00:30:25] ^ [00:30:25] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:25] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:30:25] ^ [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:30:25] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:30:25] ^ [00:30:25] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:25] set_num_views(const int new_num_views); [00:30:25] ^ [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:30:25] set_num_views(const int new_num_views); [00:30:25] ^ [00:30:25] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:25] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:25] ^ [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:30:25] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:25] ^ [00:30:25] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:25] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:25] ^ [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:30:25] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:25] ^ [00:30:25] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:25] virtual std::string parameter_info() const; [00:30:25] ^ [00:30:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:30:37] virtual std::string parameter_info() const; [00:30:37] ^ [00:30:37] 9 warnings generated. [00:30:37] [618/1437] Building CXX object src/utilities/CMakeFiles/warp_and_accumulate_gated_images.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:30:37] [619/1437] Building CXX object src/utilities/CMakeFiles/warp_and_accumulate_gated_images.dir/__/buildblock/buildblock_registries.cxx.obj [00:30:40] [620/1437] Building CXX object src/utilities/CMakeFiles/warp_and_accumulate_gated_images.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:30:40] [621/1437] Building CXX object src/utilities/CMakeFiles/warp_and_accumulate_gated_images.dir/__/IO/IO_registries.cxx.obj [00:30:40] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:40] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:40] inline virtual float get_tantheta(const Bin&) const; [00:30:40] ^ [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:30:40] inline virtual float get_tantheta(const Bin&) const; [00:30:40] ^ [00:30:40] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:40] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:40] inline float get_phi(const Bin&) const; [00:30:40] ^ [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:30:40] inline float get_phi(const Bin&) const; [00:30:40] ^ [00:30:40] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:40] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:40] inline float get_t(const Bin&) const; [00:30:40] ^ [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:30:40] inline float get_t(const Bin&) const; [00:30:40] ^ [00:30:40] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:40] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:40] inline float get_m(const Bin&) const; [00:30:40] ^ [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:30:40] inline float get_m(const Bin&) const; [00:30:40] ^ [00:30:40] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:40] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:40] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:30:40] ^ [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:30:40] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:30:40] ^ [00:30:40] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:40] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:40] set_num_views(const int new_num_views); [00:30:40] ^ [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:30:40] set_num_views(const int new_num_views); [00:30:40] ^ [00:30:40] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:40] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:40] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:40] ^ [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:30:40] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:40] ^ [00:30:40] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:40] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:40] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:40] ^ [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:30:40] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:40] ^ [00:30:40] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:30:40] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:30:40] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:40] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:40] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:44] virtual std::string parameter_info() const; [00:30:44] ^ [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:30:44] virtual std::string parameter_info() const; [00:30:44] ^ [00:30:44] 9 warnings generated. [00:30:44] [622/1437] Building CXX object src/utilities/CMakeFiles/warp_and_accumulate_gated_images.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:30:44] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:44] inline virtual float get_tantheta(const Bin&) const; [00:30:44] ^ [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:30:44] inline virtual float get_tantheta(const Bin&) const; [00:30:44] ^ [00:30:44] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:44] inline float get_phi(const Bin&) const; [00:30:44] ^ [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:30:44] inline float get_phi(const Bin&) const; [00:30:44] ^ [00:30:44] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:44] inline float get_t(const Bin&) const; [00:30:44] ^ [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:30:44] inline float get_t(const Bin&) const; [00:30:44] ^ [00:30:44] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:44] inline float get_m(const Bin&) const; [00:30:44] ^ [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:30:44] inline float get_m(const Bin&) const; [00:30:44] ^ [00:30:44] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:44] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:30:44] ^ [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:30:44] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:30:44] ^ [00:30:44] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:44] set_num_views(const int new_num_views); [00:30:44] ^ [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:30:44] set_num_views(const int new_num_views); [00:30:44] ^ [00:30:44] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:44] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:44] ^ [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:30:44] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:44] ^ [00:30:44] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:44] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:44] ^ [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:30:44] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:44] ^ [00:30:44] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:44] virtual std::string parameter_info() const; [00:30:44] ^ [00:30:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:30:44] virtual std::string parameter_info() const; [00:30:44] ^ [00:30:44] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:30:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:30:45] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:30:45] } [00:30:45] ^ [00:30:45] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:30:45] } [00:30:45] ^ [00:30:45] 11 warnings generated. [00:30:45] [623/1437] Building CXX object src/utilities/CMakeFiles/warp_and_accumulate_gated_images.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:30:51] [624/1437] Building CXX object src/utilities/CMakeFiles/warp_and_accumulate_gated_images.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:30:51] [625/1437] Building CXX object src/utilities/CMakeFiles/warp_and_accumulate_gated_images.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:30:51] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:51] inline virtual float get_tantheta(const Bin&) const; [00:30:51] ^ [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:30:51] inline virtual float get_tantheta(const Bin&) const; [00:30:51] ^ [00:30:51] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:51] inline float get_phi(const Bin&) const; [00:30:51] ^ [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:30:51] inline float get_phi(const Bin&) const; [00:30:51] ^ [00:30:51] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:51] inline float get_t(const Bin&) const; [00:30:51] ^ [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:30:51] inline float get_t(const Bin&) const; [00:30:51] ^ [00:30:51] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:51] inline float get_m(const Bin&) const; [00:30:51] ^ [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:30:51] inline float get_m(const Bin&) const; [00:30:51] ^ [00:30:51] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:30:51] ^ [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:30:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:30:51] ^ [00:30:51] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:51] set_num_views(const int new_num_views); [00:30:51] ^ [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:30:51] set_num_views(const int new_num_views); [00:30:51] ^ [00:30:51] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:51] ^ [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:30:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:30:51] ^ [00:30:51] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:51] ^ [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:30:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:30:51] ^ [00:30:51] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:30:51] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:30:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:30:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:30:51] virtual std::string parameter_info() const; [00:30:51] ^ [00:31:00] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:31:00] virtual std::string parameter_info() const; [00:31:00] ^ [00:31:00] 9 warnings generated. [00:31:00] [626/1437] Building CXX object src/utilities/CMakeFiles/warp_image.dir/warp_image.cxx.obj [00:31:00] [627/1437] Building CXX object src/utilities/CMakeFiles/warp_image.dir/__/buildblock/buildblock_registries.cxx.obj [00:31:00] [628/1437] Building CXX object src/utilities/CMakeFiles/warp_image.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:31:07] [629/1437] Building CXX object src/utilities/CMakeFiles/warp_image.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:31:07] [630/1437] Building CXX object src/utilities/CMakeFiles/warp_image.dir/__/IO/IO_registries.cxx.obj [00:31:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:07] inline virtual float get_tantheta(const Bin&) const; [00:31:07] ^ [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:31:07] inline virtual float get_tantheta(const Bin&) const; [00:31:07] ^ [00:31:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:07] inline float get_phi(const Bin&) const; [00:31:07] ^ [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:31:07] inline float get_phi(const Bin&) const; [00:31:07] ^ [00:31:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:07] inline float get_t(const Bin&) const; [00:31:07] ^ [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:31:07] inline float get_t(const Bin&) const; [00:31:07] ^ [00:31:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:07] inline float get_m(const Bin&) const; [00:31:07] ^ [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:31:07] inline float get_m(const Bin&) const; [00:31:07] ^ [00:31:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:31:07] ^ [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:31:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:31:07] ^ [00:31:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:07] set_num_views(const int new_num_views); [00:31:07] ^ [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:31:07] set_num_views(const int new_num_views); [00:31:07] ^ [00:31:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:07] ^ [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:31:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:07] ^ [00:31:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:07] ^ [00:31:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:31:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:07] ^ [00:31:07] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:07] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:07] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:09] virtual std::string parameter_info() const; [00:31:09] ^ [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:31:09] virtual std::string parameter_info() const; [00:31:09] ^ [00:31:09] 9 warnings generated. [00:31:09] [631/1437] Building CXX object src/utilities/CMakeFiles/warp_image.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:31:09] [632/1437] Building CXX object src/utilities/CMakeFiles/warp_image.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:31:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:09] inline virtual float get_tantheta(const Bin&) const; [00:31:09] ^ [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:31:09] inline virtual float get_tantheta(const Bin&) const; [00:31:09] ^ [00:31:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:09] inline float get_phi(const Bin&) const; [00:31:09] ^ [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:31:09] inline float get_phi(const Bin&) const; [00:31:09] ^ [00:31:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:09] inline float get_t(const Bin&) const; [00:31:09] ^ [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:31:09] inline float get_t(const Bin&) const; [00:31:09] ^ [00:31:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:09] inline float get_m(const Bin&) const; [00:31:09] ^ [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:31:09] inline float get_m(const Bin&) const; [00:31:09] ^ [00:31:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:31:09] ^ [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:31:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:31:09] ^ [00:31:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:09] set_num_views(const int new_num_views); [00:31:09] ^ [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:31:09] set_num_views(const int new_num_views); [00:31:09] ^ [00:31:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:09] ^ [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:31:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:09] ^ [00:31:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:09] ^ [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:31:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:09] ^ [00:31:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:09] virtual std::string parameter_info() const; [00:31:09] ^ [00:31:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:31:09] virtual std::string parameter_info() const; [00:31:09] ^ [00:31:09] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:09] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:12] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:12] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:31:12] } [00:31:12] ^ [00:31:12] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:31:12] } [00:31:12] ^ [00:31:12] 11 warnings generated. [00:31:14] [633/1437] Building CXX object src/utilities/CMakeFiles/warp_image.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:31:14] [634/1437] Building CXX object src/utilities/CMakeFiles/warp_image.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:31:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:14] inline virtual float get_tantheta(const Bin&) const; [00:31:14] ^ [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:31:14] inline virtual float get_tantheta(const Bin&) const; [00:31:14] ^ [00:31:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:14] inline float get_phi(const Bin&) const; [00:31:14] ^ [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:31:14] inline float get_phi(const Bin&) const; [00:31:14] ^ [00:31:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:14] inline float get_t(const Bin&) const; [00:31:14] ^ [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:31:14] inline float get_t(const Bin&) const; [00:31:14] ^ [00:31:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:14] inline float get_m(const Bin&) const; [00:31:14] ^ [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:31:14] inline float get_m(const Bin&) const; [00:31:14] ^ [00:31:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:14] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:31:14] ^ [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:31:14] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:31:14] ^ [00:31:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:14] set_num_views(const int new_num_views); [00:31:14] ^ [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:31:14] set_num_views(const int new_num_views); [00:31:14] ^ [00:31:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:14] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:14] ^ [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:31:14] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:14] ^ [00:31:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:14] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:14] ^ [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:31:14] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:14] ^ [00:31:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:14] virtual std::string parameter_info() const; [00:31:14] ^ [00:31:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:31:25] virtual std::string parameter_info() const; [00:31:25] ^ [00:31:25] 9 warnings generated. [00:31:25] [635/1437] Building CXX object src/utilities/CMakeFiles/zeropad_planes.dir/zeropad_planes.cxx.obj [00:31:25] [636/1437] Building CXX object src/utilities/CMakeFiles/zeropad_planes.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:31:25] [637/1437] Building CXX object src/utilities/CMakeFiles/zeropad_planes.dir/__/buildblock/buildblock_registries.cxx.obj [00:31:30] [638/1437] Building CXX object src/utilities/CMakeFiles/zeropad_planes.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:31:30] [639/1437] Building CXX object src/utilities/CMakeFiles/zeropad_planes.dir/__/IO/IO_registries.cxx.obj [00:31:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:30] inline virtual float get_tantheta(const Bin&) const; [00:31:30] ^ [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:31:30] inline virtual float get_tantheta(const Bin&) const; [00:31:30] ^ [00:31:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:30] inline float get_phi(const Bin&) const; [00:31:30] ^ [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:31:30] inline float get_phi(const Bin&) const; [00:31:30] ^ [00:31:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:30] inline float get_t(const Bin&) const; [00:31:30] ^ [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:31:30] inline float get_t(const Bin&) const; [00:31:30] ^ [00:31:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:30] inline float get_m(const Bin&) const; [00:31:30] ^ [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:31:30] inline float get_m(const Bin&) const; [00:31:30] ^ [00:31:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:30] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:31:30] ^ [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:31:30] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:31:30] ^ [00:31:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:30] set_num_views(const int new_num_views); [00:31:30] ^ [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:31:30] set_num_views(const int new_num_views); [00:31:30] ^ [00:31:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:30] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:30] ^ [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:31:30] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:30] ^ [00:31:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:30] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:30] ^ [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:31:30] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:30] ^ [00:31:30] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:30] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:30] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:33] virtual std::string parameter_info() const; [00:31:33] ^ [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:31:33] virtual std::string parameter_info() const; [00:31:33] ^ [00:31:33] 9 warnings generated. [00:31:33] [640/1437] Building CXX object src/utilities/CMakeFiles/zeropad_planes.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:31:33] [641/1437] Building CXX object src/utilities/CMakeFiles/zeropad_planes.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:31:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:33] inline virtual float get_tantheta(const Bin&) const; [00:31:33] ^ [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:31:33] inline virtual float get_tantheta(const Bin&) const; [00:31:33] ^ [00:31:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:33] inline float get_phi(const Bin&) const; [00:31:33] ^ [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:31:33] inline float get_phi(const Bin&) const; [00:31:33] ^ [00:31:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:33] inline float get_t(const Bin&) const; [00:31:33] ^ [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:31:33] inline float get_t(const Bin&) const; [00:31:33] ^ [00:31:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:33] inline float get_m(const Bin&) const; [00:31:33] ^ [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:31:33] inline float get_m(const Bin&) const; [00:31:33] ^ [00:31:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:33] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:31:33] ^ [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:31:33] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:31:33] ^ [00:31:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:33] set_num_views(const int new_num_views); [00:31:33] ^ [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:31:33] set_num_views(const int new_num_views); [00:31:33] ^ [00:31:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:33] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:33] ^ [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:31:33] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:33] ^ [00:31:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:33] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:33] ^ [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:31:33] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:33] ^ [00:31:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:33] virtual std::string parameter_info() const; [00:31:33] ^ [00:31:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:31:33] virtual std::string parameter_info() const; [00:31:33] ^ [00:31:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:36] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:31:36] } [00:31:36] ^ [00:31:36] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:31:36] } [00:31:36] ^ [00:31:36] 11 warnings generated. [00:31:39] [642/1437] Building CXX object src/utilities/CMakeFiles/zeropad_planes.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:31:39] [643/1437] Building CXX object src/utilities/CMakeFiles/zeropad_planes.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:31:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:39] inline virtual float get_tantheta(const Bin&) const; [00:31:39] ^ [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:31:39] inline virtual float get_tantheta(const Bin&) const; [00:31:39] ^ [00:31:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:39] inline float get_phi(const Bin&) const; [00:31:39] ^ [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:31:39] inline float get_phi(const Bin&) const; [00:31:39] ^ [00:31:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:39] inline float get_t(const Bin&) const; [00:31:39] ^ [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:31:39] inline float get_t(const Bin&) const; [00:31:39] ^ [00:31:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:39] inline float get_m(const Bin&) const; [00:31:39] ^ [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:31:39] inline float get_m(const Bin&) const; [00:31:39] ^ [00:31:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:39] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:31:39] ^ [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:31:39] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:31:39] ^ [00:31:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:39] set_num_views(const int new_num_views); [00:31:39] ^ [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:31:39] set_num_views(const int new_num_views); [00:31:39] ^ [00:31:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:39] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:39] ^ [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:31:39] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:39] ^ [00:31:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:39] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:39] ^ [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:31:39] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:39] ^ [00:31:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:31:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:39] virtual std::string parameter_info() const; [00:31:39] ^ [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:31:42] virtual std::string parameter_info() const; [00:31:42] ^ [00:31:42] 9 warnings generated. [00:31:42] [644/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors3D.dir/apply_normfactors3D.cxx.obj [00:31:42] In file included from C:/projects/stir/src/utilities/apply_normfactors3D.cxx:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:42] inline virtual float get_tantheta(const Bin&) const; [00:31:42] ^ [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:31:42] inline virtual float get_tantheta(const Bin&) const; [00:31:42] ^ [00:31:42] In file included from C:/projects/stir/src/utilities/apply_normfactors3D.cxx:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:42] inline float get_phi(const Bin&) const; [00:31:42] ^ [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:31:42] inline float get_phi(const Bin&) const; [00:31:42] ^ [00:31:42] In file included from C:/projects/stir/src/utilities/apply_normfactors3D.cxx:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:42] inline float get_t(const Bin&) const; [00:31:42] ^ [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:31:42] inline float get_t(const Bin&) const; [00:31:42] ^ [00:31:42] In file included from C:/projects/stir/src/utilities/apply_normfactors3D.cxx:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:42] inline float get_m(const Bin&) const; [00:31:42] ^ [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:31:42] inline float get_m(const Bin&) const; [00:31:42] ^ [00:31:42] In file included from C:/projects/stir/src/utilities/apply_normfactors3D.cxx:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:31:42] ^ [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:31:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:31:42] ^ [00:31:42] In file included from C:/projects/stir/src/utilities/apply_normfactors3D.cxx:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:42] set_num_views(const int new_num_views); [00:31:42] ^ [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:31:42] set_num_views(const int new_num_views); [00:31:42] ^ [00:31:42] In file included from C:/projects/stir/src/utilities/apply_normfactors3D.cxx:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:42] ^ [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:31:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:42] ^ [00:31:42] In file included from C:/projects/stir/src/utilities/apply_normfactors3D.cxx:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:42] ^ [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:31:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:42] ^ [00:31:42] In file included from C:/projects/stir/src/utilities/apply_normfactors3D.cxx:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/BinNormalisationPETFromComponents.h:24: [00:31:42] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:42] virtual std::string parameter_info() const; [00:31:42] ^ [00:31:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:31:49] virtual std::string parameter_info() const; [00:31:49] ^ [00:31:49] 9 warnings generated. [00:31:49] [645/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors3D.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:31:49] [646/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors3D.dir/__/buildblock/buildblock_registries.cxx.obj [00:31:57] [647/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors3D.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:31:57] [648/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors3D.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:31:57] [649/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors3D.dir/__/IO/IO_registries.cxx.obj [00:31:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:57] inline virtual float get_tantheta(const Bin&) const; [00:31:57] ^ [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:31:57] inline virtual float get_tantheta(const Bin&) const; [00:31:57] ^ [00:31:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:57] inline float get_phi(const Bin&) const; [00:31:57] ^ [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:31:57] inline float get_phi(const Bin&) const; [00:31:57] ^ [00:31:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:57] inline float get_t(const Bin&) const; [00:31:57] ^ [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:31:57] inline float get_t(const Bin&) const; [00:31:57] ^ [00:31:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:57] inline float get_m(const Bin&) const; [00:31:57] ^ [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:31:57] inline float get_m(const Bin&) const; [00:31:57] ^ [00:31:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:31:57] ^ [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:31:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:31:57] ^ [00:31:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:57] set_num_views(const int new_num_views); [00:31:57] ^ [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:31:57] set_num_views(const int new_num_views); [00:31:57] ^ [00:31:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:57] ^ [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:31:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:57] ^ [00:31:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:57] ^ [00:31:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:31:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:57] ^ [00:31:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:31:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:31:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:31:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:58] virtual std::string parameter_info() const; [00:31:58] ^ [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:31:58] virtual std::string parameter_info() const; [00:31:58] ^ [00:31:58] 9 warnings generated. [00:31:58] [650/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors3D.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:31:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:58] inline virtual float get_tantheta(const Bin&) const; [00:31:58] ^ [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:31:58] inline virtual float get_tantheta(const Bin&) const; [00:31:58] ^ [00:31:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:58] inline float get_phi(const Bin&) const; [00:31:58] ^ [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:31:58] inline float get_phi(const Bin&) const; [00:31:58] ^ [00:31:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:58] inline float get_t(const Bin&) const; [00:31:58] ^ [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:31:58] inline float get_t(const Bin&) const; [00:31:58] ^ [00:31:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:58] inline float get_m(const Bin&) const; [00:31:58] ^ [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:31:58] inline float get_m(const Bin&) const; [00:31:58] ^ [00:31:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:58] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:31:58] ^ [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:31:58] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:31:58] ^ [00:31:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:58] set_num_views(const int new_num_views); [00:31:58] ^ [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:31:58] set_num_views(const int new_num_views); [00:31:58] ^ [00:31:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:58] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:58] ^ [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:31:58] virtual inline float get_sampling_in_t(const Bin&) const; [00:31:58] ^ [00:31:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:58] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:58] ^ [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:31:58] virtual inline float get_sampling_in_m(const Bin&) const; [00:31:58] ^ [00:31:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:31:58] virtual std::string parameter_info() const; [00:31:58] ^ [00:31:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:31:58] virtual std::string parameter_info() const; [00:31:58] ^ [00:31:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:31:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:04] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:32:04] } [00:32:04] ^ [00:32:04] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:32:04] } [00:32:04] ^ [00:32:04] 11 warnings generated. [00:32:04] [651/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors3D.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:32:04] [652/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors3D.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:32:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:04] inline virtual float get_tantheta(const Bin&) const; [00:32:04] ^ [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:32:04] inline virtual float get_tantheta(const Bin&) const; [00:32:04] ^ [00:32:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:04] inline float get_phi(const Bin&) const; [00:32:04] ^ [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:32:04] inline float get_phi(const Bin&) const; [00:32:04] ^ [00:32:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:04] inline float get_t(const Bin&) const; [00:32:04] ^ [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:32:04] inline float get_t(const Bin&) const; [00:32:04] ^ [00:32:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:04] inline float get_m(const Bin&) const; [00:32:04] ^ [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:32:04] inline float get_m(const Bin&) const; [00:32:04] ^ [00:32:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:32:04] ^ [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:32:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:32:04] ^ [00:32:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:04] set_num_views(const int new_num_views); [00:32:04] ^ [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:32:04] set_num_views(const int new_num_views); [00:32:04] ^ [00:32:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:04] ^ [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:32:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:04] ^ [00:32:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:04] ^ [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:32:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:04] ^ [00:32:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:04] virtual std::string parameter_info() const; [00:32:04] ^ [00:32:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:32:07] virtual std::string parameter_info() const; [00:32:07] ^ [00:32:07] 9 warnings generated. [00:32:07] [653/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors.dir/apply_normfactors.cxx.obj [00:32:07] In file included from C:/projects/stir/src/utilities/apply_normfactors.cxx:20: [00:32:07] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:07] inline virtual float get_tantheta(const Bin&) const; [00:32:07] ^ [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:32:07] inline virtual float get_tantheta(const Bin&) const; [00:32:07] ^ [00:32:07] In file included from C:/projects/stir/src/utilities/apply_normfactors.cxx:20: [00:32:07] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:07] inline float get_phi(const Bin&) const; [00:32:07] ^ [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:32:07] inline float get_phi(const Bin&) const; [00:32:07] ^ [00:32:07] In file included from C:/projects/stir/src/utilities/apply_normfactors.cxx:20: [00:32:07] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:07] inline float get_t(const Bin&) const; [00:32:07] ^ [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:32:07] inline float get_t(const Bin&) const; [00:32:07] ^ [00:32:07] In file included from C:/projects/stir/src/utilities/apply_normfactors.cxx:20: [00:32:07] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:07] inline float get_m(const Bin&) const; [00:32:07] ^ [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:32:07] inline float get_m(const Bin&) const; [00:32:07] ^ [00:32:07] In file included from C:/projects/stir/src/utilities/apply_normfactors.cxx:20: [00:32:07] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:32:07] ^ [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:32:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:32:07] ^ [00:32:07] In file included from C:/projects/stir/src/utilities/apply_normfactors.cxx:20: [00:32:07] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:07] set_num_views(const int new_num_views); [00:32:07] ^ [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:32:07] set_num_views(const int new_num_views); [00:32:07] ^ [00:32:07] In file included from C:/projects/stir/src/utilities/apply_normfactors.cxx:20: [00:32:07] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:07] ^ [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:32:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:07] ^ [00:32:07] In file included from C:/projects/stir/src/utilities/apply_normfactors.cxx:20: [00:32:07] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:07] ^ [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:32:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:07] ^ [00:32:07] In file included from C:/projects/stir/src/utilities/apply_normfactors.cxx:20: [00:32:07] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:07] virtual std::string parameter_info() const; [00:32:07] ^ [00:32:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:32:07] virtual std::string parameter_info() const; [00:32:23] ^ [00:32:23] 9 warnings generated. [00:32:23] [654/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:32:23] [655/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors.dir/__/buildblock/buildblock_registries.cxx.obj [00:32:23] [656/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:32:23] [657/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:32:23] [658/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors.dir/__/IO/IO_registries.cxx.obj [00:32:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] inline virtual float get_tantheta(const Bin&) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:32:23] inline virtual float get_tantheta(const Bin&) const; [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] inline float get_phi(const Bin&) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:32:23] inline float get_phi(const Bin&) const; [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] inline float get_t(const Bin&) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:32:23] inline float get_t(const Bin&) const; [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] inline float get_m(const Bin&) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:32:23] inline float get_m(const Bin&) const; [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:32:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] set_num_views(const int new_num_views); [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:32:23] set_num_views(const int new_num_views); [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:32:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:32:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:23] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:23] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] virtual std::string parameter_info() const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:32:23] virtual std::string parameter_info() const; [00:32:23] ^ [00:32:23] 9 warnings generated. [00:32:23] [659/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:32:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] inline virtual float get_tantheta(const Bin&) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:32:23] inline virtual float get_tantheta(const Bin&) const; [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] inline float get_phi(const Bin&) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:32:23] inline float get_phi(const Bin&) const; [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] inline float get_t(const Bin&) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:32:23] inline float get_t(const Bin&) const; [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] inline float get_m(const Bin&) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:32:23] inline float get_m(const Bin&) const; [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:32:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] set_num_views(const int new_num_views); [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:32:23] set_num_views(const int new_num_views); [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:32:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:32:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:23] virtual std::string parameter_info() const; [00:32:23] ^ [00:32:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:32:23] virtual std::string parameter_info() const; [00:32:23] ^ [00:32:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:30] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:32:30] } [00:32:30] ^ [00:32:30] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:32:30] } [00:32:30] ^ [00:32:30] 11 warnings generated. [00:32:30] [660/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:32:30] [661/1437] Building CXX object src/utilities/CMakeFiles/apply_normfactors.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:32:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:30] inline virtual float get_tantheta(const Bin&) const; [00:32:30] ^ [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:32:30] inline virtual float get_tantheta(const Bin&) const; [00:32:30] ^ [00:32:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:30] inline float get_phi(const Bin&) const; [00:32:30] ^ [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:32:30] inline float get_phi(const Bin&) const; [00:32:30] ^ [00:32:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:30] inline float get_t(const Bin&) const; [00:32:30] ^ [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:32:30] inline float get_t(const Bin&) const; [00:32:30] ^ [00:32:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:30] inline float get_m(const Bin&) const; [00:32:30] ^ [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:32:30] inline float get_m(const Bin&) const; [00:32:30] ^ [00:32:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:30] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:32:30] ^ [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:32:30] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:32:30] ^ [00:32:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:30] set_num_views(const int new_num_views); [00:32:30] ^ [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:32:30] set_num_views(const int new_num_views); [00:32:30] ^ [00:32:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:30] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:30] ^ [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:32:30] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:30] ^ [00:32:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:30] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:30] ^ [00:32:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:32:30] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:30] ^ [00:32:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:32] virtual std::string parameter_info() const; [00:32:32] ^ [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:32:32] virtual std::string parameter_info() const; [00:32:32] ^ [00:32:32] 9 warnings generated. [00:32:32] [662/1437] Building CXX object src/utilities/CMakeFiles/construct_randoms_from_singles.dir/construct_randoms_from_singles.cxx.obj [00:32:32] In file included from C:/projects/stir/src/utilities/construct_randoms_from_singles.cxx:20: [00:32:32] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:32] inline virtual float get_tantheta(const Bin&) const; [00:32:32] ^ [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:32:32] inline virtual float get_tantheta(const Bin&) const; [00:32:32] ^ [00:32:32] In file included from C:/projects/stir/src/utilities/construct_randoms_from_singles.cxx:20: [00:32:32] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:32] inline float get_phi(const Bin&) const; [00:32:32] ^ [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:32:32] inline float get_phi(const Bin&) const; [00:32:32] ^ [00:32:32] In file included from C:/projects/stir/src/utilities/construct_randoms_from_singles.cxx:20: [00:32:32] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:32] inline float get_t(const Bin&) const; [00:32:32] ^ [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:32:32] inline float get_t(const Bin&) const; [00:32:32] ^ [00:32:32] In file included from C:/projects/stir/src/utilities/construct_randoms_from_singles.cxx:20: [00:32:32] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:32] inline float get_m(const Bin&) const; [00:32:32] ^ [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:32:32] inline float get_m(const Bin&) const; [00:32:32] ^ [00:32:32] In file included from C:/projects/stir/src/utilities/construct_randoms_from_singles.cxx:20: [00:32:32] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:32:32] ^ [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:32:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:32:32] ^ [00:32:32] In file included from C:/projects/stir/src/utilities/construct_randoms_from_singles.cxx:20: [00:32:32] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:32] set_num_views(const int new_num_views); [00:32:32] ^ [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:32:32] set_num_views(const int new_num_views); [00:32:32] ^ [00:32:32] In file included from C:/projects/stir/src/utilities/construct_randoms_from_singles.cxx:20: [00:32:32] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:32] ^ [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:32:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:32] ^ [00:32:32] In file included from C:/projects/stir/src/utilities/construct_randoms_from_singles.cxx:20: [00:32:32] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:32] ^ [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:32:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:32] ^ [00:32:32] In file included from C:/projects/stir/src/utilities/construct_randoms_from_singles.cxx:20: [00:32:32] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:32] virtual std::string parameter_info() const; [00:32:32] ^ [00:32:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:32:48] virtual std::string parameter_info() const; [00:32:48] ^ [00:32:48] 9 warnings generated. [00:32:48] [663/1437] Building CXX object src/utilities/CMakeFiles/construct_randoms_from_singles.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:32:48] [664/1437] Building CXX object src/utilities/CMakeFiles/construct_randoms_from_singles.dir/__/buildblock/buildblock_registries.cxx.obj [00:32:48] [665/1437] Building CXX object src/utilities/CMakeFiles/construct_randoms_from_singles.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:32:48] [666/1437] Building CXX object src/utilities/CMakeFiles/construct_randoms_from_singles.dir/__/IO/IO_registries.cxx.obj [00:32:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:48] inline virtual float get_tantheta(const Bin&) const; [00:32:48] ^ [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:32:48] inline virtual float get_tantheta(const Bin&) const; [00:32:48] ^ [00:32:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:48] inline float get_phi(const Bin&) const; [00:32:48] ^ [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:32:48] inline float get_phi(const Bin&) const; [00:32:48] ^ [00:32:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:48] inline float get_t(const Bin&) const; [00:32:48] ^ [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:32:48] inline float get_t(const Bin&) const; [00:32:48] ^ [00:32:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:48] inline float get_m(const Bin&) const; [00:32:48] ^ [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:32:48] inline float get_m(const Bin&) const; [00:32:48] ^ [00:32:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:32:48] ^ [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:32:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:32:48] ^ [00:32:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:48] set_num_views(const int new_num_views); [00:32:48] ^ [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:32:48] set_num_views(const int new_num_views); [00:32:48] ^ [00:32:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:48] ^ [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:32:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:48] ^ [00:32:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:48] ^ [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:32:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:48] ^ [00:32:48] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:32:48] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:32:48] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:48] virtual std::string parameter_info() const; [00:32:48] ^ [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:32:49] virtual std::string parameter_info() const; [00:32:49] ^ [00:32:49] 9 warnings generated. [00:32:49] [667/1437] Building CXX object src/utilities/CMakeFiles/construct_randoms_from_singles.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:32:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:49] inline virtual float get_tantheta(const Bin&) const; [00:32:49] ^ [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:32:49] inline virtual float get_tantheta(const Bin&) const; [00:32:49] ^ [00:32:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:49] inline float get_phi(const Bin&) const; [00:32:49] ^ [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:32:49] inline float get_phi(const Bin&) const; [00:32:49] ^ [00:32:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:49] inline float get_t(const Bin&) const; [00:32:49] ^ [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:32:49] inline float get_t(const Bin&) const; [00:32:49] ^ [00:32:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:49] inline float get_m(const Bin&) const; [00:32:49] ^ [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:32:49] inline float get_m(const Bin&) const; [00:32:49] ^ [00:32:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:32:49] ^ [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:32:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:32:49] ^ [00:32:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:49] set_num_views(const int new_num_views); [00:32:49] ^ [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:32:49] set_num_views(const int new_num_views); [00:32:49] ^ [00:32:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:49] ^ [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:32:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:49] ^ [00:32:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:49] ^ [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:32:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:49] ^ [00:32:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:49] virtual std::string parameter_info() const; [00:32:49] ^ [00:32:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:32:49] virtual std::string parameter_info() const; [00:32:49] ^ [00:32:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:32:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:32:49] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:32:49] } [00:32:49] ^ [00:32:53] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:32:53] } [00:32:53] ^ [00:32:53] 11 warnings generated. [00:32:53] [668/1437] Building CXX object src/utilities/CMakeFiles/construct_randoms_from_singles.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:32:56] [669/1437] Building CXX object src/utilities/CMakeFiles/construct_randoms_from_singles.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:32:56] [670/1437] Building CXX object src/utilities/CMakeFiles/construct_randoms_from_singles.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:32:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:56] inline virtual float get_tantheta(const Bin&) const; [00:32:56] ^ [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:32:56] inline virtual float get_tantheta(const Bin&) const; [00:32:56] ^ [00:32:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:56] inline float get_phi(const Bin&) const; [00:32:56] ^ [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:32:56] inline float get_phi(const Bin&) const; [00:32:56] ^ [00:32:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:56] inline float get_t(const Bin&) const; [00:32:56] ^ [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:32:56] inline float get_t(const Bin&) const; [00:32:56] ^ [00:32:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:56] inline float get_m(const Bin&) const; [00:32:56] ^ [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:32:56] inline float get_m(const Bin&) const; [00:32:56] ^ [00:32:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:32:56] ^ [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:32:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:32:56] ^ [00:32:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:56] set_num_views(const int new_num_views); [00:32:56] ^ [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:32:56] set_num_views(const int new_num_views); [00:32:56] ^ [00:32:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:56] ^ [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:32:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:32:56] ^ [00:32:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:56] ^ [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:32:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:32:56] ^ [00:32:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:32:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:32:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:32:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:32:56] virtual std::string parameter_info() const; [00:32:56] ^ [00:33:06] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:33:06] virtual std::string parameter_info() const; [00:33:06] ^ [00:33:06] 9 warnings generated. [00:33:06] [671/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors3D.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:33:06] [672/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors3D.dir/find_ML_normfactors3D.cxx.obj [00:33:06] [673/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors3D.dir/__/buildblock/buildblock_registries.cxx.obj [00:33:15] [674/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors3D.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:33:15] [675/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors3D.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:33:15] [676/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors3D.dir/__/IO/IO_registries.cxx.obj [00:33:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] inline virtual float get_tantheta(const Bin&) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:33:15] inline virtual float get_tantheta(const Bin&) const; [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] inline float get_phi(const Bin&) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:33:15] inline float get_phi(const Bin&) const; [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] inline float get_t(const Bin&) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:33:15] inline float get_t(const Bin&) const; [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] inline float get_m(const Bin&) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:33:15] inline float get_m(const Bin&) const; [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:33:15] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] set_num_views(const int new_num_views); [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:33:15] set_num_views(const int new_num_views); [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:33:15] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:33:15] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:15] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:15] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] virtual std::string parameter_info() const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:33:15] virtual std::string parameter_info() const; [00:33:15] ^ [00:33:15] 9 warnings generated. [00:33:15] [677/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors3D.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:33:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] inline virtual float get_tantheta(const Bin&) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:33:15] inline virtual float get_tantheta(const Bin&) const; [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] inline float get_phi(const Bin&) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:33:15] inline float get_phi(const Bin&) const; [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] inline float get_t(const Bin&) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:33:15] inline float get_t(const Bin&) const; [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] inline float get_m(const Bin&) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:33:15] inline float get_m(const Bin&) const; [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:33:15] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] set_num_views(const int new_num_views); [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:33:15] set_num_views(const int new_num_views); [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:33:15] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:33:15] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:15] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:15] virtual std::string parameter_info() const; [00:33:15] ^ [00:33:15] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:33:15] virtual std::string parameter_info() const; [00:33:15] ^ [00:33:15] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:15] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:20] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:20] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:33:20] } [00:33:20] ^ [00:33:20] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:33:20] } [00:33:20] ^ [00:33:20] 11 warnings generated. [00:33:21] [678/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors3D.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:33:21] [679/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors3D.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:33:21] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:21] inline virtual float get_tantheta(const Bin&) const; [00:33:21] ^ [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:33:21] inline virtual float get_tantheta(const Bin&) const; [00:33:21] ^ [00:33:21] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:21] inline float get_phi(const Bin&) const; [00:33:21] ^ [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:33:21] inline float get_phi(const Bin&) const; [00:33:21] ^ [00:33:21] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:21] inline float get_t(const Bin&) const; [00:33:21] ^ [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:33:21] inline float get_t(const Bin&) const; [00:33:21] ^ [00:33:21] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:21] inline float get_m(const Bin&) const; [00:33:21] ^ [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:33:21] inline float get_m(const Bin&) const; [00:33:21] ^ [00:33:21] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:21] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:33:21] ^ [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:33:21] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:33:21] ^ [00:33:21] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:21] set_num_views(const int new_num_views); [00:33:21] ^ [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:33:21] set_num_views(const int new_num_views); [00:33:21] ^ [00:33:21] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:21] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:21] ^ [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:33:21] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:21] ^ [00:33:21] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:21] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:21] ^ [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:33:21] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:21] ^ [00:33:21] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:21] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:21] virtual std::string parameter_info() const; [00:33:21] ^ [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:33:28] virtual std::string parameter_info() const; [00:33:28] ^ [00:33:28] 9 warnings generated. [00:33:28] [680/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:33:28] [681/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors.dir/__/buildblock/buildblock_registries.cxx.obj [00:33:28] [682/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors.dir/find_ML_normfactors.cxx.obj [00:33:28] In file included from C:/projects/stir/src/utilities/find_ML_normfactors.cxx:20: [00:33:28] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:28] inline virtual float get_tantheta(const Bin&) const; [00:33:28] ^ [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:33:28] inline virtual float get_tantheta(const Bin&) const; [00:33:28] ^ [00:33:28] In file included from C:/projects/stir/src/utilities/find_ML_normfactors.cxx:20: [00:33:28] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:28] inline float get_phi(const Bin&) const; [00:33:28] ^ [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:33:28] inline float get_phi(const Bin&) const; [00:33:28] ^ [00:33:28] In file included from C:/projects/stir/src/utilities/find_ML_normfactors.cxx:20: [00:33:28] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:28] inline float get_t(const Bin&) const; [00:33:28] ^ [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:33:28] inline float get_t(const Bin&) const; [00:33:28] ^ [00:33:28] In file included from C:/projects/stir/src/utilities/find_ML_normfactors.cxx:20: [00:33:28] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:28] inline float get_m(const Bin&) const; [00:33:28] ^ [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:33:28] inline float get_m(const Bin&) const; [00:33:28] ^ [00:33:28] In file included from C:/projects/stir/src/utilities/find_ML_normfactors.cxx:20: [00:33:28] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:28] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:33:28] ^ [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:33:28] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:33:28] ^ [00:33:28] In file included from C:/projects/stir/src/utilities/find_ML_normfactors.cxx:20: [00:33:28] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:28] set_num_views(const int new_num_views); [00:33:28] ^ [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:33:28] set_num_views(const int new_num_views); [00:33:28] ^ [00:33:28] In file included from C:/projects/stir/src/utilities/find_ML_normfactors.cxx:20: [00:33:28] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:28] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:28] ^ [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:33:28] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:28] ^ [00:33:28] In file included from C:/projects/stir/src/utilities/find_ML_normfactors.cxx:20: [00:33:28] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:28] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:28] ^ [00:33:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:33:28] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:28] ^ [00:33:28] In file included from C:/projects/stir/src/utilities/find_ML_normfactors.cxx:20: [00:33:28] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:34] virtual std::string parameter_info() const; [00:33:34] ^ [00:33:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:33:34] virtual std::string parameter_info() const; [00:33:34] ^ [00:33:34] 9 warnings generated. [00:33:42] [683/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:33:42] [684/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors.dir/__/IO/IO_registries.cxx.obj [00:33:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:42] inline virtual float get_tantheta(const Bin&) const; [00:33:42] ^ [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:33:42] inline virtual float get_tantheta(const Bin&) const; [00:33:42] ^ [00:33:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:42] inline float get_phi(const Bin&) const; [00:33:42] ^ [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:33:42] inline float get_phi(const Bin&) const; [00:33:42] ^ [00:33:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:42] inline float get_t(const Bin&) const; [00:33:42] ^ [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:33:42] inline float get_t(const Bin&) const; [00:33:42] ^ [00:33:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:42] inline float get_m(const Bin&) const; [00:33:42] ^ [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:33:42] inline float get_m(const Bin&) const; [00:33:42] ^ [00:33:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:33:42] ^ [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:33:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:33:42] ^ [00:33:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:42] set_num_views(const int new_num_views); [00:33:42] ^ [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:33:42] set_num_views(const int new_num_views); [00:33:42] ^ [00:33:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:42] ^ [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:33:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:42] ^ [00:33:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:42] ^ [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:33:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:42] ^ [00:33:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:33:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:33:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:43] virtual std::string parameter_info() const; [00:33:43] ^ [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:33:43] virtual std::string parameter_info() const; [00:33:43] ^ [00:33:43] 9 warnings generated. [00:33:43] [685/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:33:43] [686/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:33:43] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:43] inline virtual float get_tantheta(const Bin&) const; [00:33:43] ^ [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:33:43] inline virtual float get_tantheta(const Bin&) const; [00:33:43] ^ [00:33:43] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:43] inline float get_phi(const Bin&) const; [00:33:43] ^ [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:33:43] inline float get_phi(const Bin&) const; [00:33:43] ^ [00:33:43] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:43] inline float get_t(const Bin&) const; [00:33:43] ^ [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:33:43] inline float get_t(const Bin&) const; [00:33:43] ^ [00:33:43] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:43] inline float get_m(const Bin&) const; [00:33:43] ^ [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:33:43] inline float get_m(const Bin&) const; [00:33:43] ^ [00:33:43] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:43] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:33:43] ^ [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:33:43] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:33:43] ^ [00:33:43] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:43] set_num_views(const int new_num_views); [00:33:43] ^ [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:33:43] set_num_views(const int new_num_views); [00:33:43] ^ [00:33:43] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:43] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:43] ^ [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:33:43] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:43] ^ [00:33:43] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:43] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:43] ^ [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:33:43] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:43] ^ [00:33:43] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:43] virtual std::string parameter_info() const; [00:33:43] ^ [00:33:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:33:43] virtual std::string parameter_info() const; [00:33:43] ^ [00:33:43] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:33:43] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:33:47] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:33:47] } [00:33:47] ^ [00:33:47] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:33:47] } [00:33:47] ^ [00:33:47] 11 warnings generated. [00:33:49] [687/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:33:49] [688/1437] Building CXX object src/utilities/CMakeFiles/find_ML_normfactors.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:33:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:49] inline virtual float get_tantheta(const Bin&) const; [00:33:49] ^ [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:33:49] inline virtual float get_tantheta(const Bin&) const; [00:33:49] ^ [00:33:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:49] inline float get_phi(const Bin&) const; [00:33:49] ^ [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:33:49] inline float get_phi(const Bin&) const; [00:33:49] ^ [00:33:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:49] inline float get_t(const Bin&) const; [00:33:49] ^ [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:33:49] inline float get_t(const Bin&) const; [00:33:49] ^ [00:33:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:49] inline float get_m(const Bin&) const; [00:33:49] ^ [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:33:49] inline float get_m(const Bin&) const; [00:33:49] ^ [00:33:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:33:49] ^ [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:33:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:33:49] ^ [00:33:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:49] set_num_views(const int new_num_views); [00:33:49] ^ [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:33:49] set_num_views(const int new_num_views); [00:33:49] ^ [00:33:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:49] ^ [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:33:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:49] ^ [00:33:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:49] ^ [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:33:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:49] ^ [00:33:49] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:33:49] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:49] virtual std::string parameter_info() const; [00:33:49] ^ [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:33:57] virtual std::string parameter_info() const; [00:33:57] ^ [00:33:57] 9 warnings generated. [00:33:57] [689/1437] Building CXX object src/utilities/CMakeFiles/find_ML_singles_from_delayed.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:33:57] [690/1437] Building CXX object src/utilities/CMakeFiles/find_ML_singles_from_delayed.dir/__/buildblock/buildblock_registries.cxx.obj [00:33:57] [691/1437] Building CXX object src/utilities/CMakeFiles/find_ML_singles_from_delayed.dir/find_ML_singles_from_delayed.cxx.obj [00:33:57] In file included from C:/projects/stir/src/utilities/find_ML_singles_from_delayed.cxx:20: [00:33:57] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:57] inline virtual float get_tantheta(const Bin&) const; [00:33:57] ^ [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:33:57] inline virtual float get_tantheta(const Bin&) const; [00:33:57] ^ [00:33:57] In file included from C:/projects/stir/src/utilities/find_ML_singles_from_delayed.cxx:20: [00:33:57] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:57] inline float get_phi(const Bin&) const; [00:33:57] ^ [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:33:57] inline float get_phi(const Bin&) const; [00:33:57] ^ [00:33:57] In file included from C:/projects/stir/src/utilities/find_ML_singles_from_delayed.cxx:20: [00:33:57] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:57] inline float get_t(const Bin&) const; [00:33:57] ^ [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:33:57] inline float get_t(const Bin&) const; [00:33:57] ^ [00:33:57] In file included from C:/projects/stir/src/utilities/find_ML_singles_from_delayed.cxx:20: [00:33:57] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:57] inline float get_m(const Bin&) const; [00:33:57] ^ [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:33:57] inline float get_m(const Bin&) const; [00:33:57] ^ [00:33:57] In file included from C:/projects/stir/src/utilities/find_ML_singles_from_delayed.cxx:20: [00:33:57] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:33:57] ^ [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:33:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:33:57] ^ [00:33:57] In file included from C:/projects/stir/src/utilities/find_ML_singles_from_delayed.cxx:20: [00:33:57] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:57] set_num_views(const int new_num_views); [00:33:57] ^ [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:33:57] set_num_views(const int new_num_views); [00:33:57] ^ [00:33:57] In file included from C:/projects/stir/src/utilities/find_ML_singles_from_delayed.cxx:20: [00:33:57] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:57] ^ [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:33:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:33:57] ^ [00:33:57] In file included from C:/projects/stir/src/utilities/find_ML_singles_from_delayed.cxx:20: [00:33:57] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:33:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:57] ^ [00:33:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:33:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:33:57] ^ [00:33:57] In file included from C:/projects/stir/src/utilities/find_ML_singles_from_delayed.cxx:20: [00:33:57] In file included from C:/projects/stir/src/include\stir/ML_norm.h:49: [00:33:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:03] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:03] virtual std::string parameter_info() const; [00:34:03] ^ [00:34:03] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:34:03] virtual std::string parameter_info() const; [00:34:03] ^ [00:34:03] 9 warnings generated. [00:34:08] [692/1437] Building CXX object src/utilities/CMakeFiles/find_ML_singles_from_delayed.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:34:08] [693/1437] Building CXX object src/utilities/CMakeFiles/find_ML_singles_from_delayed.dir/__/IO/IO_registries.cxx.obj [00:34:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:08] inline virtual float get_tantheta(const Bin&) const; [00:34:08] ^ [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:34:08] inline virtual float get_tantheta(const Bin&) const; [00:34:08] ^ [00:34:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:08] inline float get_phi(const Bin&) const; [00:34:08] ^ [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:34:08] inline float get_phi(const Bin&) const; [00:34:08] ^ [00:34:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:08] inline float get_t(const Bin&) const; [00:34:08] ^ [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:34:08] inline float get_t(const Bin&) const; [00:34:08] ^ [00:34:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:08] inline float get_m(const Bin&) const; [00:34:08] ^ [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:34:08] inline float get_m(const Bin&) const; [00:34:08] ^ [00:34:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:08] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:34:08] ^ [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:34:08] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:34:08] ^ [00:34:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:08] set_num_views(const int new_num_views); [00:34:08] ^ [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:34:08] set_num_views(const int new_num_views); [00:34:08] ^ [00:34:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:08] virtual inline float get_sampling_in_t(const Bin&) const; [00:34:08] ^ [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:34:08] virtual inline float get_sampling_in_t(const Bin&) const; [00:34:08] ^ [00:34:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:08] virtual inline float get_sampling_in_m(const Bin&) const; [00:34:08] ^ [00:34:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:34:08] virtual inline float get_sampling_in_m(const Bin&) const; [00:34:08] ^ [00:34:08] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:08] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:08] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:10] virtual std::string parameter_info() const; [00:34:10] ^ [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:34:10] virtual std::string parameter_info() const; [00:34:10] ^ [00:34:10] 9 warnings generated. [00:34:10] [694/1437] Building CXX object src/utilities/CMakeFiles/find_ML_singles_from_delayed.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:34:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:10] inline virtual float get_tantheta(const Bin&) const; [00:34:10] ^ [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:34:10] inline virtual float get_tantheta(const Bin&) const; [00:34:10] ^ [00:34:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:10] inline float get_phi(const Bin&) const; [00:34:10] ^ [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:34:10] inline float get_phi(const Bin&) const; [00:34:10] ^ [00:34:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:10] inline float get_t(const Bin&) const; [00:34:10] ^ [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:34:10] inline float get_t(const Bin&) const; [00:34:10] ^ [00:34:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:10] inline float get_m(const Bin&) const; [00:34:10] ^ [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:34:10] inline float get_m(const Bin&) const; [00:34:10] ^ [00:34:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:10] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:34:10] ^ [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:34:10] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:34:10] ^ [00:34:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:10] set_num_views(const int new_num_views); [00:34:10] ^ [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:34:10] set_num_views(const int new_num_views); [00:34:10] ^ [00:34:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:10] virtual inline float get_sampling_in_t(const Bin&) const; [00:34:10] ^ [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:34:10] virtual inline float get_sampling_in_t(const Bin&) const; [00:34:10] ^ [00:34:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:10] virtual inline float get_sampling_in_m(const Bin&) const; [00:34:10] ^ [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:34:10] virtual inline float get_sampling_in_m(const Bin&) const; [00:34:10] ^ [00:34:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:10] virtual std::string parameter_info() const; [00:34:10] ^ [00:34:10] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:34:10] virtual std::string parameter_info() const; [00:34:10] ^ [00:34:10] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:10] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:13] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:34:13] } [00:34:13] ^ [00:34:13] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:34:13] } [00:34:13] ^ [00:34:13] 11 warnings generated. [00:34:13] [695/1437] Building CXX object src/utilities/CMakeFiles/find_ML_singles_from_delayed.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:34:17] [696/1437] Building CXX object src/utilities/CMakeFiles/find_ML_singles_from_delayed.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:34:17] [697/1437] Building CXX object src/utilities/CMakeFiles/find_ML_singles_from_delayed.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:34:17] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:17] inline virtual float get_tantheta(const Bin&) const; [00:34:17] ^ [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:34:17] inline virtual float get_tantheta(const Bin&) const; [00:34:17] ^ [00:34:17] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:17] inline float get_phi(const Bin&) const; [00:34:17] ^ [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:34:17] inline float get_phi(const Bin&) const; [00:34:17] ^ [00:34:17] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:17] inline float get_t(const Bin&) const; [00:34:17] ^ [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:34:17] inline float get_t(const Bin&) const; [00:34:17] ^ [00:34:17] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:17] inline float get_m(const Bin&) const; [00:34:17] ^ [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:34:17] inline float get_m(const Bin&) const; [00:34:17] ^ [00:34:17] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:17] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:34:17] ^ [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:34:17] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:34:17] ^ [00:34:17] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:17] set_num_views(const int new_num_views); [00:34:17] ^ [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:34:17] set_num_views(const int new_num_views); [00:34:17] ^ [00:34:17] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:17] virtual inline float get_sampling_in_t(const Bin&) const; [00:34:17] ^ [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:34:17] virtual inline float get_sampling_in_t(const Bin&) const; [00:34:17] ^ [00:34:17] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:17] virtual inline float get_sampling_in_m(const Bin&) const; [00:34:17] ^ [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:34:17] virtual inline float get_sampling_in_m(const Bin&) const; [00:34:17] ^ [00:34:17] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:17] virtual std::string parameter_info() const; [00:34:21] ^ [00:34:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:34:21] virtual std::string parameter_info() const; [00:34:21] ^ [00:34:21] 9 warnings generated. [00:34:21] [698/1437] Building CXX object src/utilities/CMakeFiles/find_normfactors_from_cylinder_data.dir/find_normfactors_from_cylinder_data.cxx.obj [00:34:21] [699/1437] Building CXX object src/utilities/CMakeFiles/find_normfactors_from_cylinder_data.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:34:32] [700/1437] Building CXX object src/utilities/CMakeFiles/find_normfactors_from_cylinder_data.dir/__/buildblock/buildblock_registries.cxx.obj [00:34:32] [701/1437] Building CXX object src/utilities/CMakeFiles/find_normfactors_from_cylinder_data.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:34:32] [702/1437] Building CXX object src/utilities/CMakeFiles/find_normfactors_from_cylinder_data.dir/__/IO/IO_registries.cxx.obj [00:34:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:32] inline virtual float get_tantheta(const Bin&) const; [00:34:32] ^ [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:34:32] inline virtual float get_tantheta(const Bin&) const; [00:34:32] ^ [00:34:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:32] inline float get_phi(const Bin&) const; [00:34:32] ^ [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:34:32] inline float get_phi(const Bin&) const; [00:34:32] ^ [00:34:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:32] inline float get_t(const Bin&) const; [00:34:32] ^ [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:34:32] inline float get_t(const Bin&) const; [00:34:32] ^ [00:34:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:32] inline float get_m(const Bin&) const; [00:34:32] ^ [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:34:32] inline float get_m(const Bin&) const; [00:34:32] ^ [00:34:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:34:32] ^ [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:34:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:34:32] ^ [00:34:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:32] set_num_views(const int new_num_views); [00:34:32] ^ [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:34:32] set_num_views(const int new_num_views); [00:34:32] ^ [00:34:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:34:32] ^ [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:34:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:34:32] ^ [00:34:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:34:32] ^ [00:34:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:34:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:34:32] ^ [00:34:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:34:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:34:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:34:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:35] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:35] virtual std::string parameter_info() const; [00:34:35] ^ [00:34:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:34:35] virtual std::string parameter_info() const; [00:34:35] ^ [00:34:35] 9 warnings generated. [00:34:36] [703/1437] Building CXX object src/utilities/CMakeFiles/find_normfactors_from_cylinder_data.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:34:36] [704/1437] Building CXX object src/utilities/CMakeFiles/find_normfactors_from_cylinder_data.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:34:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:36] inline virtual float get_tantheta(const Bin&) const; [00:34:36] ^ [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:34:36] inline virtual float get_tantheta(const Bin&) const; [00:34:36] ^ [00:34:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:36] inline float get_phi(const Bin&) const; [00:34:36] ^ [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:34:36] inline float get_phi(const Bin&) const; [00:34:36] ^ [00:34:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:36] inline float get_t(const Bin&) const; [00:34:36] ^ [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:34:36] inline float get_t(const Bin&) const; [00:34:36] ^ [00:34:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:36] inline float get_m(const Bin&) const; [00:34:36] ^ [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:34:36] inline float get_m(const Bin&) const; [00:34:36] ^ [00:34:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:36] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:34:36] ^ [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:34:36] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:34:36] ^ [00:34:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:36] set_num_views(const int new_num_views); [00:34:36] ^ [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:34:36] set_num_views(const int new_num_views); [00:34:36] ^ [00:34:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:36] virtual inline float get_sampling_in_t(const Bin&) const; [00:34:36] ^ [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:34:36] virtual inline float get_sampling_in_t(const Bin&) const; [00:34:36] ^ [00:34:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:36] virtual inline float get_sampling_in_m(const Bin&) const; [00:34:36] ^ [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:34:36] virtual inline float get_sampling_in_m(const Bin&) const; [00:34:36] ^ [00:34:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:36] virtual std::string parameter_info() const; [00:34:36] ^ [00:34:36] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:34:36] virtual std::string parameter_info() const; [00:34:36] ^ [00:34:36] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:34:36] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:34:36] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:34:36] } [00:34:36] ^ [00:34:41] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:34:41] } [00:34:41] ^ [00:34:41] 11 warnings generated. [00:34:41] [705/1437] Building CXX object src/utilities/CMakeFiles/find_normfactors_from_cylinder_data.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:34:41] [706/1437] Building CXX object src/utilities/CMakeFiles/find_normfactors_from_cylinder_data.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:34:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:41] inline virtual float get_tantheta(const Bin&) const; [00:34:41] ^ [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:34:41] inline virtual float get_tantheta(const Bin&) const; [00:34:41] ^ [00:34:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:41] inline float get_phi(const Bin&) const; [00:34:41] ^ [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:34:41] inline float get_phi(const Bin&) const; [00:34:41] ^ [00:34:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:41] inline float get_t(const Bin&) const; [00:34:41] ^ [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:34:41] inline float get_t(const Bin&) const; [00:34:41] ^ [00:34:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:41] inline float get_m(const Bin&) const; [00:34:41] ^ [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:34:41] inline float get_m(const Bin&) const; [00:34:41] ^ [00:34:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:41] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:34:41] ^ [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:34:41] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:34:41] ^ [00:34:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:41] set_num_views(const int new_num_views); [00:34:41] ^ [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:34:41] set_num_views(const int new_num_views); [00:34:41] ^ [00:34:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:41] virtual inline float get_sampling_in_t(const Bin&) const; [00:34:41] ^ [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:34:41] virtual inline float get_sampling_in_t(const Bin&) const; [00:34:41] ^ [00:34:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:41] virtual inline float get_sampling_in_m(const Bin&) const; [00:34:41] ^ [00:34:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:34:41] virtual inline float get_sampling_in_m(const Bin&) const; [00:34:41] ^ [00:34:41] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:34:41] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:34:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:34:45] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:34:45] virtual std::string parameter_info() const; [00:34:45] ^ [00:34:45] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:34:45] virtual std::string parameter_info() const; [00:34:45] ^ [00:34:45] 9 warnings generated. [00:34:51] [707/1437] Building CXX object src/utilities/CMakeFiles/find_recovery_coefficients_in_image_quality_phantom_nema_nu4.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:34:51] [708/1437] Building CXX object src/utilities/CMakeFiles/find_recovery_coefficients_in_image_quality_phantom_nema_nu4.dir/find_recovery_coefficients_in_image_quality_phantom_nema_nu4.cxx.obj [00:34:51] [709/1437] Building CXX object src/utilities/CMakeFiles/find_recovery_coefficients_in_image_quality_phantom_nema_nu4.dir/__/buildblock/buildblock_registries.cxx.obj [00:35:01] [710/1437] Building CXX object src/utilities/CMakeFiles/find_recovery_coefficients_in_image_quality_phantom_nema_nu4.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:35:01] [711/1437] Building CXX object src/utilities/CMakeFiles/find_recovery_coefficients_in_image_quality_phantom_nema_nu4.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:35:01] [712/1437] Building CXX object src/utilities/CMakeFiles/find_recovery_coefficients_in_image_quality_phantom_nema_nu4.dir/__/IO/IO_registries.cxx.obj [00:35:01] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:01] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] inline virtual float get_tantheta(const Bin&) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:35:01] inline virtual float get_tantheta(const Bin&) const; [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:01] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] inline float get_phi(const Bin&) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:35:01] inline float get_phi(const Bin&) const; [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:01] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] inline float get_t(const Bin&) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:35:01] inline float get_t(const Bin&) const; [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:01] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] inline float get_m(const Bin&) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:35:01] inline float get_m(const Bin&) const; [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:01] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:35:01] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:01] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] set_num_views(const int new_num_views); [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:35:01] set_num_views(const int new_num_views); [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:01] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:35:01] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:01] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:35:01] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:01] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:01] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] virtual std::string parameter_info() const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:35:01] virtual std::string parameter_info() const; [00:35:01] ^ [00:35:01] 9 warnings generated. [00:35:01] [713/1437] Building CXX object src/utilities/CMakeFiles/find_recovery_coefficients_in_image_quality_phantom_nema_nu4.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:35:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] inline virtual float get_tantheta(const Bin&) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:35:01] inline virtual float get_tantheta(const Bin&) const; [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] inline float get_phi(const Bin&) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:35:01] inline float get_phi(const Bin&) const; [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] inline float get_t(const Bin&) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:35:01] inline float get_t(const Bin&) const; [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] inline float get_m(const Bin&) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:35:01] inline float get_m(const Bin&) const; [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:35:01] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] set_num_views(const int new_num_views); [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:35:01] set_num_views(const int new_num_views); [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:35:01] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:35:01] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:01] virtual std::string parameter_info() const; [00:35:01] ^ [00:35:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:35:01] virtual std::string parameter_info() const; [00:35:01] ^ [00:35:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:01] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:35:01] } [00:35:01] ^ [00:35:07] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:35:07] } [00:35:07] ^ [00:35:07] 11 warnings generated. [00:35:07] [714/1437] Building CXX object src/utilities/CMakeFiles/find_recovery_coefficients_in_image_quality_phantom_nema_nu4.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:35:07] [715/1437] Building CXX object src/utilities/CMakeFiles/find_recovery_coefficients_in_image_quality_phantom_nema_nu4.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:35:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:07] inline virtual float get_tantheta(const Bin&) const; [00:35:07] ^ [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:35:07] inline virtual float get_tantheta(const Bin&) const; [00:35:07] ^ [00:35:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:07] inline float get_phi(const Bin&) const; [00:35:07] ^ [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:35:07] inline float get_phi(const Bin&) const; [00:35:07] ^ [00:35:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:07] inline float get_t(const Bin&) const; [00:35:07] ^ [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:35:07] inline float get_t(const Bin&) const; [00:35:07] ^ [00:35:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:07] inline float get_m(const Bin&) const; [00:35:07] ^ [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:35:07] inline float get_m(const Bin&) const; [00:35:07] ^ [00:35:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:35:07] ^ [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:35:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:35:07] ^ [00:35:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:07] set_num_views(const int new_num_views); [00:35:07] ^ [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:35:07] set_num_views(const int new_num_views); [00:35:07] ^ [00:35:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:07] ^ [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:35:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:07] ^ [00:35:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:07] ^ [00:35:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:35:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:07] ^ [00:35:07] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:07] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:11] virtual std::string parameter_info() const; [00:35:11] ^ [00:35:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:35:11] virtual std::string parameter_info() const; [00:35:11] ^ [00:35:11] 9 warnings generated. [00:35:11] [716/1437] Building CXX object src/utilities/CMakeFiles/write_sinogram_to_txt.dir/write_sinogram_to_txt.cxx.obj [00:35:24] [717/1437] Building CXX object src/utilities/CMakeFiles/write_sinogram_to_txt.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:35:24] [718/1437] Building CXX object src/utilities/CMakeFiles/write_sinogram_to_txt.dir/__/buildblock/buildblock_registries.cxx.obj [00:35:24] [719/1437] Building CXX object src/utilities/CMakeFiles/write_sinogram_to_txt.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:35:24] [720/1437] Building CXX object src/utilities/CMakeFiles/write_sinogram_to_txt.dir/__/IO/IO_registries.cxx.obj [00:35:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:24] inline virtual float get_tantheta(const Bin&) const; [00:35:24] ^ [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:35:24] inline virtual float get_tantheta(const Bin&) const; [00:35:24] ^ [00:35:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:24] inline float get_phi(const Bin&) const; [00:35:24] ^ [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:35:24] inline float get_phi(const Bin&) const; [00:35:24] ^ [00:35:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:24] inline float get_t(const Bin&) const; [00:35:24] ^ [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:35:24] inline float get_t(const Bin&) const; [00:35:24] ^ [00:35:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:24] inline float get_m(const Bin&) const; [00:35:24] ^ [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:35:24] inline float get_m(const Bin&) const; [00:35:24] ^ [00:35:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:35:24] ^ [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:35:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:35:24] ^ [00:35:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:24] set_num_views(const int new_num_views); [00:35:24] ^ [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:35:24] set_num_views(const int new_num_views); [00:35:24] ^ [00:35:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:24] ^ [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:35:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:24] ^ [00:35:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:24] ^ [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:35:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:24] ^ [00:35:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:24] virtual std::string parameter_info() const; [00:35:24] ^ [00:35:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:35:26] virtual std::string parameter_info() const; [00:35:26] ^ [00:35:26] 9 warnings generated. [00:35:26] [721/1437] Building CXX object src/utilities/CMakeFiles/write_sinogram_to_txt.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:35:26] [722/1437] Building CXX object src/utilities/CMakeFiles/write_sinogram_to_txt.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:35:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:26] inline virtual float get_tantheta(const Bin&) const; [00:35:26] ^ [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:35:26] inline virtual float get_tantheta(const Bin&) const; [00:35:26] ^ [00:35:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:26] inline float get_phi(const Bin&) const; [00:35:26] ^ [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:35:26] inline float get_phi(const Bin&) const; [00:35:26] ^ [00:35:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:26] inline float get_t(const Bin&) const; [00:35:26] ^ [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:35:26] inline float get_t(const Bin&) const; [00:35:26] ^ [00:35:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:26] inline float get_m(const Bin&) const; [00:35:26] ^ [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:35:26] inline float get_m(const Bin&) const; [00:35:26] ^ [00:35:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:26] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:35:26] ^ [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:35:26] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:35:26] ^ [00:35:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:26] set_num_views(const int new_num_views); [00:35:26] ^ [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:35:26] set_num_views(const int new_num_views); [00:35:26] ^ [00:35:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:26] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:26] ^ [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:35:26] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:26] ^ [00:35:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:26] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:26] ^ [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:35:26] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:26] ^ [00:35:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:26] virtual std::string parameter_info() const; [00:35:26] ^ [00:35:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:35:26] virtual std::string parameter_info() const; [00:35:26] ^ [00:35:26] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:26] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:26] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:35:26] } [00:35:26] ^ [00:35:32] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:35:32] } [00:35:32] ^ [00:35:32] 11 warnings generated. [00:35:32] [723/1437] Building CXX object src/utilities/CMakeFiles/write_sinogram_to_txt.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:35:32] [724/1437] Building CXX object src/utilities/CMakeFiles/write_sinogram_to_txt.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:35:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:32] inline virtual float get_tantheta(const Bin&) const; [00:35:32] ^ [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:35:32] inline virtual float get_tantheta(const Bin&) const; [00:35:32] ^ [00:35:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:32] inline float get_phi(const Bin&) const; [00:35:32] ^ [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:35:32] inline float get_phi(const Bin&) const; [00:35:32] ^ [00:35:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:32] inline float get_t(const Bin&) const; [00:35:32] ^ [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:35:32] inline float get_t(const Bin&) const; [00:35:32] ^ [00:35:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:32] inline float get_m(const Bin&) const; [00:35:32] ^ [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:35:32] inline float get_m(const Bin&) const; [00:35:32] ^ [00:35:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:35:32] ^ [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:35:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:35:32] ^ [00:35:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:32] set_num_views(const int new_num_views); [00:35:32] ^ [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:35:32] set_num_views(const int new_num_views); [00:35:32] ^ [00:35:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:32] ^ [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:35:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:32] ^ [00:35:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:32] ^ [00:35:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:35:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:32] ^ [00:35:32] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:32] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:34] virtual std::string parameter_info() const; [00:35:34] ^ [00:35:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:35:34] virtual std::string parameter_info() const; [00:35:34] ^ [00:35:34] 9 warnings generated. [00:35:43] [725/1437] Building CXX object src/utilities/CMakeFiles/find_sum_projection_of_viewgram_and_sinogram.dir/find_sum_projection_of_viewgram_and_sinogram.cxx.obj [00:35:43] [726/1437] Building CXX object src/utilities/CMakeFiles/find_sum_projection_of_viewgram_and_sinogram.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:35:43] [727/1437] Building CXX object src/utilities/CMakeFiles/find_sum_projection_of_viewgram_and_sinogram.dir/__/buildblock/buildblock_registries.cxx.obj [00:35:49] [728/1437] Building CXX object src/utilities/CMakeFiles/find_sum_projection_of_viewgram_and_sinogram.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:35:49] [729/1437] Building CXX object src/utilities/CMakeFiles/find_sum_projection_of_viewgram_and_sinogram.dir/__/IO/IO_registries.cxx.obj [00:35:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:49] inline virtual float get_tantheta(const Bin&) const; [00:35:49] ^ [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:35:49] inline virtual float get_tantheta(const Bin&) const; [00:35:49] ^ [00:35:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:49] inline float get_phi(const Bin&) const; [00:35:49] ^ [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:35:49] inline float get_phi(const Bin&) const; [00:35:49] ^ [00:35:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:49] inline float get_t(const Bin&) const; [00:35:49] ^ [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:35:49] inline float get_t(const Bin&) const; [00:35:49] ^ [00:35:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:49] inline float get_m(const Bin&) const; [00:35:49] ^ [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:35:49] inline float get_m(const Bin&) const; [00:35:49] ^ [00:35:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:35:49] ^ [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:35:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:35:49] ^ [00:35:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:49] set_num_views(const int new_num_views); [00:35:49] ^ [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:35:49] set_num_views(const int new_num_views); [00:35:49] ^ [00:35:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:49] ^ [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:35:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:49] ^ [00:35:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:49] ^ [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:35:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:49] ^ [00:35:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:35:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:35:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:51] virtual std::string parameter_info() const; [00:35:51] ^ [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:35:51] virtual std::string parameter_info() const; [00:35:51] ^ [00:35:51] 9 warnings generated. [00:35:51] [730/1437] Building CXX object src/utilities/CMakeFiles/find_sum_projection_of_viewgram_and_sinogram.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:35:51] [731/1437] Building CXX object src/utilities/CMakeFiles/find_sum_projection_of_viewgram_and_sinogram.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:35:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:51] inline virtual float get_tantheta(const Bin&) const; [00:35:51] ^ [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:35:51] inline virtual float get_tantheta(const Bin&) const; [00:35:51] ^ [00:35:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:51] inline float get_phi(const Bin&) const; [00:35:51] ^ [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:35:51] inline float get_phi(const Bin&) const; [00:35:51] ^ [00:35:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:51] inline float get_t(const Bin&) const; [00:35:51] ^ [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:35:51] inline float get_t(const Bin&) const; [00:35:51] ^ [00:35:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:51] inline float get_m(const Bin&) const; [00:35:51] ^ [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:35:51] inline float get_m(const Bin&) const; [00:35:51] ^ [00:35:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:35:51] ^ [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:35:51] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:35:51] ^ [00:35:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:51] set_num_views(const int new_num_views); [00:35:51] ^ [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:35:51] set_num_views(const int new_num_views); [00:35:51] ^ [00:35:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:51] ^ [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:35:51] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:51] ^ [00:35:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:51] ^ [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:35:51] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:51] ^ [00:35:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:35:51] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:51] virtual std::string parameter_info() const; [00:35:51] ^ [00:35:51] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:35:51] virtual std::string parameter_info() const; [00:35:51] ^ [00:35:51] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:35:51] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:35:55] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:35:55] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:35:55] } [00:35:55] ^ [00:35:55] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:35:55] } [00:35:55] ^ [00:35:55] 11 warnings generated. [00:35:57] [732/1437] Building CXX object src/utilities/CMakeFiles/find_sum_projection_of_viewgram_and_sinogram.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:35:57] [733/1437] Building CXX object src/utilities/CMakeFiles/find_sum_projection_of_viewgram_and_sinogram.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:35:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:57] inline virtual float get_tantheta(const Bin&) const; [00:35:57] ^ [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:35:57] inline virtual float get_tantheta(const Bin&) const; [00:35:57] ^ [00:35:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:57] inline float get_phi(const Bin&) const; [00:35:57] ^ [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:35:57] inline float get_phi(const Bin&) const; [00:35:57] ^ [00:35:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:57] inline float get_t(const Bin&) const; [00:35:57] ^ [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:35:57] inline float get_t(const Bin&) const; [00:35:57] ^ [00:35:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:57] inline float get_m(const Bin&) const; [00:35:57] ^ [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:35:57] inline float get_m(const Bin&) const; [00:35:57] ^ [00:35:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:35:57] ^ [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:35:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:35:57] ^ [00:35:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:57] set_num_views(const int new_num_views); [00:35:57] ^ [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:35:57] set_num_views(const int new_num_views); [00:35:57] ^ [00:35:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:57] ^ [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:35:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:35:57] ^ [00:35:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:35:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:57] ^ [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:35:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:35:57] ^ [00:35:57] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:35:57] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:35:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:35:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:00] virtual std::string parameter_info() const; [00:36:00] ^ [00:36:00] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:36:00] virtual std::string parameter_info() const; [00:36:00] ^ [00:36:00] 9 warnings generated. [00:36:00] [734/1437] Building CXX object src/utilities/CMakeFiles/separate_true_from_random_scatter_for_necr.dir/separate_true_from_random_scatter_for_necr.cxx.obj [00:36:16] [735/1437] Building CXX object src/utilities/CMakeFiles/separate_true_from_random_scatter_for_necr.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:36:16] [736/1437] Building CXX object src/utilities/CMakeFiles/separate_true_from_random_scatter_for_necr.dir/__/buildblock/buildblock_registries.cxx.obj [00:36:16] [737/1437] Building CXX object src/utilities/CMakeFiles/separate_true_from_random_scatter_for_necr.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:36:16] [738/1437] Building CXX object src/utilities/CMakeFiles/separate_true_from_random_scatter_for_necr.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:36:16] [739/1437] Building CXX object src/utilities/CMakeFiles/separate_true_from_random_scatter_for_necr.dir/__/IO/IO_registries.cxx.obj [00:36:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] inline virtual float get_tantheta(const Bin&) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:36:16] inline virtual float get_tantheta(const Bin&) const; [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] inline float get_phi(const Bin&) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:36:16] inline float get_phi(const Bin&) const; [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] inline float get_t(const Bin&) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:36:16] inline float get_t(const Bin&) const; [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] inline float get_m(const Bin&) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:36:16] inline float get_m(const Bin&) const; [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:36:16] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] set_num_views(const int new_num_views); [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:36:16] set_num_views(const int new_num_views); [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:36:16] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:36:16] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] virtual std::string parameter_info() const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:36:16] virtual std::string parameter_info() const; [00:36:16] ^ [00:36:16] 9 warnings generated. [00:36:16] [740/1437] Building CXX object src/utilities/CMakeFiles/separate_true_from_random_scatter_for_necr.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:36:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] inline virtual float get_tantheta(const Bin&) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:36:16] inline virtual float get_tantheta(const Bin&) const; [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] inline float get_phi(const Bin&) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:36:16] inline float get_phi(const Bin&) const; [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] inline float get_t(const Bin&) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:36:16] inline float get_t(const Bin&) const; [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] inline float get_m(const Bin&) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:36:16] inline float get_m(const Bin&) const; [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:36:16] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] set_num_views(const int new_num_views); [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:36:16] set_num_views(const int new_num_views); [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:36:16] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:36:16] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:16] virtual std::string parameter_info() const; [00:36:16] ^ [00:36:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:36:16] virtual std::string parameter_info() const; [00:36:16] ^ [00:36:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:22] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:36:22] } [00:36:22] ^ [00:36:22] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:36:22] } [00:36:22] ^ [00:36:22] 11 warnings generated. [00:36:22] [741/1437] Building CXX object src/utilities/CMakeFiles/separate_true_from_random_scatter_for_necr.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:36:22] [742/1437] Building CXX object src/utilities/CMakeFiles/separate_true_from_random_scatter_for_necr.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:36:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:22] inline virtual float get_tantheta(const Bin&) const; [00:36:22] ^ [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:36:22] inline virtual float get_tantheta(const Bin&) const; [00:36:22] ^ [00:36:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:22] inline float get_phi(const Bin&) const; [00:36:22] ^ [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:36:22] inline float get_phi(const Bin&) const; [00:36:22] ^ [00:36:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:22] inline float get_t(const Bin&) const; [00:36:22] ^ [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:36:22] inline float get_t(const Bin&) const; [00:36:22] ^ [00:36:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:22] inline float get_m(const Bin&) const; [00:36:22] ^ [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:36:22] inline float get_m(const Bin&) const; [00:36:22] ^ [00:36:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:22] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:36:22] ^ [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:36:22] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:36:22] ^ [00:36:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:22] set_num_views(const int new_num_views); [00:36:22] ^ [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:36:22] set_num_views(const int new_num_views); [00:36:22] ^ [00:36:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:22] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:22] ^ [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:36:22] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:22] ^ [00:36:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:22] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:22] ^ [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:36:22] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:22] ^ [00:36:22] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:22] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:22] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:22] virtual std::string parameter_info() const; [00:36:22] ^ [00:36:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:36:22] virtual std::string parameter_info() const; [00:36:22] ^ [00:36:25] 9 warnings generated. [00:36:25] [743/1437] Building CXX object src/scatter_utilities/CMakeFiles/estimate_scatter.dir/estimate_scatter.cxx.obj [00:36:25] In file included from C:/projects/stir/src/scatter_utilities/estimate_scatter.cxx:28: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:25] inline virtual float get_tantheta(const Bin&) const; [00:36:25] ^ [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:36:25] inline virtual float get_tantheta(const Bin&) const; [00:36:25] ^ [00:36:25] In file included from C:/projects/stir/src/scatter_utilities/estimate_scatter.cxx:28: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:25] inline float get_phi(const Bin&) const; [00:36:25] ^ [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:36:25] inline float get_phi(const Bin&) const; [00:36:25] ^ [00:36:25] In file included from C:/projects/stir/src/scatter_utilities/estimate_scatter.cxx:28: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:25] inline float get_t(const Bin&) const; [00:36:25] ^ [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:36:25] inline float get_t(const Bin&) const; [00:36:25] ^ [00:36:25] In file included from C:/projects/stir/src/scatter_utilities/estimate_scatter.cxx:28: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:25] inline float get_m(const Bin&) const; [00:36:25] ^ [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:36:25] inline float get_m(const Bin&) const; [00:36:25] ^ [00:36:25] In file included from C:/projects/stir/src/scatter_utilities/estimate_scatter.cxx:28: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:25] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:36:25] ^ [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:36:25] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:36:25] ^ [00:36:25] In file included from C:/projects/stir/src/scatter_utilities/estimate_scatter.cxx:28: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:25] set_num_views(const int new_num_views); [00:36:25] ^ [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:36:25] set_num_views(const int new_num_views); [00:36:25] ^ [00:36:25] In file included from C:/projects/stir/src/scatter_utilities/estimate_scatter.cxx:28: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:25] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:25] ^ [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:36:25] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:25] ^ [00:36:25] In file included from C:/projects/stir/src/scatter_utilities/estimate_scatter.cxx:28: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:25] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:25] ^ [00:36:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:36:25] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:25] ^ [00:36:25] In file included from C:/projects/stir/src/scatter_utilities/estimate_scatter.cxx:28: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:36:25] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:26] virtual std::string parameter_info() const; [00:36:26] ^ [00:36:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:36:26] virtual std::string parameter_info() const; [00:36:26] ^ [00:36:26] 9 warnings generated. [00:36:41] [744/1437] Building CXX object src/scatter_utilities/CMakeFiles/estimate_scatter.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:36:41] [745/1437] Building CXX object src/scatter_utilities/CMakeFiles/estimate_scatter.dir/__/buildblock/buildblock_registries.cxx.obj [00:36:41] [746/1437] Building CXX object src/scatter_utilities/CMakeFiles/estimate_scatter.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:36:41] [747/1437] Building CXX object src/scatter_utilities/CMakeFiles/estimate_scatter.dir/__/IO/IO_registries.cxx.obj [00:36:41] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:41] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] inline virtual float get_tantheta(const Bin&) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:36:41] inline virtual float get_tantheta(const Bin&) const; [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:41] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] inline float get_phi(const Bin&) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:36:41] inline float get_phi(const Bin&) const; [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:41] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] inline float get_t(const Bin&) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:36:41] inline float get_t(const Bin&) const; [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:41] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] inline float get_m(const Bin&) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:36:41] inline float get_m(const Bin&) const; [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:41] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:36:41] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:41] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] set_num_views(const int new_num_views); [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:36:41] set_num_views(const int new_num_views); [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:41] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:36:41] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:41] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:36:41] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:36:41] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:36:41] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] virtual std::string parameter_info() const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:36:41] virtual std::string parameter_info() const; [00:36:41] ^ [00:36:41] 9 warnings generated. [00:36:41] [748/1437] Building CXX object src/scatter_utilities/CMakeFiles/estimate_scatter.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:36:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] inline virtual float get_tantheta(const Bin&) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:36:41] inline virtual float get_tantheta(const Bin&) const; [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] inline float get_phi(const Bin&) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:36:41] inline float get_phi(const Bin&) const; [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] inline float get_t(const Bin&) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:36:41] inline float get_t(const Bin&) const; [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] inline float get_m(const Bin&) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:36:41] inline float get_m(const Bin&) const; [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:36:41] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] set_num_views(const int new_num_views); [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:36:41] set_num_views(const int new_num_views); [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:36:41] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:36:41] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:41] virtual std::string parameter_info() const; [00:36:41] ^ [00:36:41] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:36:41] virtual std::string parameter_info() const; [00:36:41] ^ [00:36:41] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:36:41] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:36:41] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:36:41] } [00:36:41] ^ [00:36:48] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:36:48] } [00:36:48] ^ [00:36:48] 11 warnings generated. [00:36:48] [749/1437] Building CXX object src/scatter_utilities/CMakeFiles/estimate_scatter.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:36:48] [750/1437] Building CXX object src/scatter_utilities/CMakeFiles/estimate_scatter.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:36:48] [751/1437] Building CXX object src/scatter_utilities/CMakeFiles/estimate_scatter.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:36:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:48] inline virtual float get_tantheta(const Bin&) const; [00:36:48] ^ [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:36:48] inline virtual float get_tantheta(const Bin&) const; [00:36:48] ^ [00:36:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:48] inline float get_phi(const Bin&) const; [00:36:48] ^ [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:36:48] inline float get_phi(const Bin&) const; [00:36:48] ^ [00:36:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:48] inline float get_t(const Bin&) const; [00:36:48] ^ [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:36:48] inline float get_t(const Bin&) const; [00:36:48] ^ [00:36:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:48] inline float get_m(const Bin&) const; [00:36:48] ^ [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:36:48] inline float get_m(const Bin&) const; [00:36:48] ^ [00:36:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:36:48] ^ [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:36:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:36:48] ^ [00:36:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:48] set_num_views(const int new_num_views); [00:36:48] ^ [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:36:48] set_num_views(const int new_num_views); [00:36:48] ^ [00:36:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:48] ^ [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:36:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:36:48] ^ [00:36:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:48] ^ [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:36:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:36:48] ^ [00:36:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:36:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:36:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:36:48] virtual std::string parameter_info() const; [00:36:48] ^ [00:36:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:36:48] virtual std::string parameter_info() const; [00:36:48] ^ [00:36:48] 9 warnings generated. [00:37:00] [752/1437] Building CXX object src/scatter_utilities/CMakeFiles/create_tail_mask_from_ACFs.dir/create_tail_mask_from_ACFs.cxx.obj [00:37:00] [753/1437] Building CXX object src/scatter_utilities/CMakeFiles/create_tail_mask_from_ACFs.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:37:00] [754/1437] Building CXX object src/scatter_utilities/CMakeFiles/create_tail_mask_from_ACFs.dir/__/buildblock/buildblock_registries.cxx.obj [00:37:03] [755/1437] Building CXX object src/scatter_utilities/CMakeFiles/create_tail_mask_from_ACFs.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:37:03] [756/1437] Building CXX object src/scatter_utilities/CMakeFiles/create_tail_mask_from_ACFs.dir/__/IO/IO_registries.cxx.obj [00:37:03] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:03] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:03] inline virtual float get_tantheta(const Bin&) const; [00:37:03] ^ [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:37:03] inline virtual float get_tantheta(const Bin&) const; [00:37:03] ^ [00:37:03] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:03] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:03] inline float get_phi(const Bin&) const; [00:37:03] ^ [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:37:03] inline float get_phi(const Bin&) const; [00:37:03] ^ [00:37:03] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:03] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:03] inline float get_t(const Bin&) const; [00:37:03] ^ [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:37:03] inline float get_t(const Bin&) const; [00:37:03] ^ [00:37:03] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:03] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:03] inline float get_m(const Bin&) const; [00:37:03] ^ [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:37:03] inline float get_m(const Bin&) const; [00:37:03] ^ [00:37:03] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:03] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:03] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:37:03] ^ [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:37:03] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:37:03] ^ [00:37:03] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:03] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:03] set_num_views(const int new_num_views); [00:37:03] ^ [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:37:03] set_num_views(const int new_num_views); [00:37:03] ^ [00:37:03] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:03] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:03] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:03] ^ [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:37:03] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:03] ^ [00:37:03] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:03] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:03] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:03] ^ [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:37:03] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:03] ^ [00:37:03] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:03] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:03] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:03] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:03] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:07] virtual std::string parameter_info() const; [00:37:07] ^ [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:37:07] virtual std::string parameter_info() const; [00:37:07] ^ [00:37:07] 9 warnings generated. [00:37:07] [757/1437] Building CXX object src/scatter_utilities/CMakeFiles/create_tail_mask_from_ACFs.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:37:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:07] inline virtual float get_tantheta(const Bin&) const; [00:37:07] ^ [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:37:07] inline virtual float get_tantheta(const Bin&) const; [00:37:07] ^ [00:37:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:07] inline float get_phi(const Bin&) const; [00:37:07] ^ [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:37:07] inline float get_phi(const Bin&) const; [00:37:07] ^ [00:37:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:07] inline float get_t(const Bin&) const; [00:37:07] ^ [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:37:07] inline float get_t(const Bin&) const; [00:37:07] ^ [00:37:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:07] inline float get_m(const Bin&) const; [00:37:07] ^ [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:37:07] inline float get_m(const Bin&) const; [00:37:07] ^ [00:37:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:37:07] ^ [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:37:07] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:37:07] ^ [00:37:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:07] set_num_views(const int new_num_views); [00:37:07] ^ [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:37:07] set_num_views(const int new_num_views); [00:37:07] ^ [00:37:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:07] ^ [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:37:07] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:07] ^ [00:37:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:07] ^ [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:37:07] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:07] ^ [00:37:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:07] virtual std::string parameter_info() const; [00:37:07] ^ [00:37:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:37:07] virtual std::string parameter_info() const; [00:37:07] ^ [00:37:07] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:07] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:09] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:37:09] } [00:37:09] ^ [00:37:09] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:37:09] } [00:37:09] ^ [00:37:09] 11 warnings generated. [00:37:09] [758/1437] Building CXX object src/scatter_utilities/CMakeFiles/create_tail_mask_from_ACFs.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:37:14] [759/1437] Building CXX object src/scatter_utilities/CMakeFiles/create_tail_mask_from_ACFs.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:37:14] [760/1437] Building CXX object src/scatter_utilities/CMakeFiles/create_tail_mask_from_ACFs.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:37:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:14] inline virtual float get_tantheta(const Bin&) const; [00:37:14] ^ [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:37:14] inline virtual float get_tantheta(const Bin&) const; [00:37:14] ^ [00:37:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:14] inline float get_phi(const Bin&) const; [00:37:14] ^ [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:37:14] inline float get_phi(const Bin&) const; [00:37:14] ^ [00:37:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:14] inline float get_t(const Bin&) const; [00:37:14] ^ [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:37:14] inline float get_t(const Bin&) const; [00:37:14] ^ [00:37:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:14] inline float get_m(const Bin&) const; [00:37:14] ^ [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:37:14] inline float get_m(const Bin&) const; [00:37:14] ^ [00:37:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:14] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:37:14] ^ [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:37:14] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:37:14] ^ [00:37:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:14] set_num_views(const int new_num_views); [00:37:14] ^ [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:37:14] set_num_views(const int new_num_views); [00:37:14] ^ [00:37:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:14] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:14] ^ [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:37:14] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:14] ^ [00:37:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:14] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:14] ^ [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:37:14] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:14] ^ [00:37:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:14] virtual std::string parameter_info() const; [00:37:14] ^ [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:37:17] virtual std::string parameter_info() const; [00:37:17] ^ [00:37:17] 9 warnings generated. [00:37:17] [761/1437] Building CXX object src/scatter_utilities/CMakeFiles/upsample_and_fit_single_scatter.dir/__/buildblock/buildblock_registries.cxx.obj [00:37:17] [762/1437] Building CXX object src/scatter_utilities/CMakeFiles/upsample_and_fit_single_scatter.dir/upsample_and_fit_single_scatter.cxx.obj [00:37:17] In file included from C:/projects/stir/src/scatter_utilities/upsample_and_fit_single_scatter.cxx:49: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:17] inline virtual float get_tantheta(const Bin&) const; [00:37:17] ^ [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:37:17] inline virtual float get_tantheta(const Bin&) const; [00:37:17] ^ [00:37:17] In file included from C:/projects/stir/src/scatter_utilities/upsample_and_fit_single_scatter.cxx:49: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:17] inline float get_phi(const Bin&) const; [00:37:17] ^ [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:37:17] inline float get_phi(const Bin&) const; [00:37:17] ^ [00:37:17] In file included from C:/projects/stir/src/scatter_utilities/upsample_and_fit_single_scatter.cxx:49: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:17] inline float get_t(const Bin&) const; [00:37:17] ^ [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:37:17] inline float get_t(const Bin&) const; [00:37:17] ^ [00:37:17] In file included from C:/projects/stir/src/scatter_utilities/upsample_and_fit_single_scatter.cxx:49: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:17] inline float get_m(const Bin&) const; [00:37:17] ^ [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:37:17] inline float get_m(const Bin&) const; [00:37:17] ^ [00:37:17] In file included from C:/projects/stir/src/scatter_utilities/upsample_and_fit_single_scatter.cxx:49: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:17] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:37:17] ^ [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:37:17] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:37:17] ^ [00:37:17] In file included from C:/projects/stir/src/scatter_utilities/upsample_and_fit_single_scatter.cxx:49: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:17] set_num_views(const int new_num_views); [00:37:17] ^ [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:37:17] set_num_views(const int new_num_views); [00:37:17] ^ [00:37:17] In file included from C:/projects/stir/src/scatter_utilities/upsample_and_fit_single_scatter.cxx:49: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:17] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:17] ^ [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:37:17] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:17] ^ [00:37:17] In file included from C:/projects/stir/src/scatter_utilities/upsample_and_fit_single_scatter.cxx:49: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:17] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:17] ^ [00:37:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:37:17] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:17] ^ [00:37:17] In file included from C:/projects/stir/src/scatter_utilities/upsample_and_fit_single_scatter.cxx:49: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterEstimation.h:34: [00:37:17] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:18] virtual std::string parameter_info() const; [00:37:18] ^ [00:37:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:37:18] virtual std::string parameter_info() const; [00:37:18] ^ [00:37:18] 9 warnings generated. [00:37:32] [763/1437] Building CXX object src/scatter_utilities/CMakeFiles/upsample_and_fit_single_scatter.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:37:32] [764/1437] Building CXX object src/scatter_utilities/CMakeFiles/upsample_and_fit_single_scatter.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:37:32] [765/1437] Building CXX object src/scatter_utilities/CMakeFiles/upsample_and_fit_single_scatter.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:37:32] [766/1437] Building CXX object src/scatter_utilities/CMakeFiles/upsample_and_fit_single_scatter.dir/__/IO/IO_registries.cxx.obj [00:37:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] inline virtual float get_tantheta(const Bin&) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:37:32] inline virtual float get_tantheta(const Bin&) const; [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] inline float get_phi(const Bin&) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:37:32] inline float get_phi(const Bin&) const; [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] inline float get_t(const Bin&) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:37:32] inline float get_t(const Bin&) const; [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] inline float get_m(const Bin&) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:37:32] inline float get_m(const Bin&) const; [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:37:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] set_num_views(const int new_num_views); [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:37:32] set_num_views(const int new_num_views); [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:37:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:37:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] virtual std::string parameter_info() const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:37:32] virtual std::string parameter_info() const; [00:37:32] ^ [00:37:32] 9 warnings generated. [00:37:32] [767/1437] Building CXX object src/scatter_utilities/CMakeFiles/upsample_and_fit_single_scatter.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:37:32] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] inline virtual float get_tantheta(const Bin&) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:37:32] inline virtual float get_tantheta(const Bin&) const; [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] inline float get_phi(const Bin&) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:37:32] inline float get_phi(const Bin&) const; [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] inline float get_t(const Bin&) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:37:32] inline float get_t(const Bin&) const; [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] inline float get_m(const Bin&) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:37:32] inline float get_m(const Bin&) const; [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:37:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] set_num_views(const int new_num_views); [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:37:32] set_num_views(const int new_num_views); [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:37:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:37:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:32] virtual std::string parameter_info() const; [00:37:32] ^ [00:37:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:37:32] virtual std::string parameter_info() const; [00:37:32] ^ [00:37:32] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:32] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:32] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:37:32] } [00:37:32] ^ [00:37:39] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:37:39] } [00:37:39] ^ [00:37:39] 11 warnings generated. [00:37:39] [768/1437] Building CXX object src/scatter_utilities/CMakeFiles/upsample_and_fit_single_scatter.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:37:39] [769/1437] Building CXX object src/scatter_utilities/CMakeFiles/upsample_and_fit_single_scatter.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:37:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:39] inline virtual float get_tantheta(const Bin&) const; [00:37:39] ^ [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:37:39] inline virtual float get_tantheta(const Bin&) const; [00:37:39] ^ [00:37:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:39] inline float get_phi(const Bin&) const; [00:37:39] ^ [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:37:39] inline float get_phi(const Bin&) const; [00:37:39] ^ [00:37:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:39] inline float get_t(const Bin&) const; [00:37:39] ^ [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:37:39] inline float get_t(const Bin&) const; [00:37:39] ^ [00:37:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:39] inline float get_m(const Bin&) const; [00:37:39] ^ [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:37:39] inline float get_m(const Bin&) const; [00:37:39] ^ [00:37:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:39] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:37:39] ^ [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:37:39] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:37:39] ^ [00:37:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:39] set_num_views(const int new_num_views); [00:37:39] ^ [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:37:39] set_num_views(const int new_num_views); [00:37:39] ^ [00:37:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:39] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:39] ^ [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:37:39] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:39] ^ [00:37:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:39] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:39] ^ [00:37:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:37:39] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:39] ^ [00:37:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:37:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:42] virtual std::string parameter_info() const; [00:37:42] ^ [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:37:42] virtual std::string parameter_info() const; [00:37:42] ^ [00:37:42] 9 warnings generated. [00:37:42] [770/1437] Building CXX object src/scatter_utilities/CMakeFiles/simulate_scatter.dir/simulate_scatter.cxx.obj [00:37:42] In file included from C:/projects/stir/src/scatter_utilities/simulate_scatter.cxx:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:42] inline virtual float get_tantheta(const Bin&) const; [00:37:42] ^ [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:37:42] inline virtual float get_tantheta(const Bin&) const; [00:37:42] ^ [00:37:42] In file included from C:/projects/stir/src/scatter_utilities/simulate_scatter.cxx:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:42] inline float get_phi(const Bin&) const; [00:37:42] ^ [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:37:42] inline float get_phi(const Bin&) const; [00:37:42] ^ [00:37:42] In file included from C:/projects/stir/src/scatter_utilities/simulate_scatter.cxx:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:42] inline float get_t(const Bin&) const; [00:37:42] ^ [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:37:42] inline float get_t(const Bin&) const; [00:37:42] ^ [00:37:42] In file included from C:/projects/stir/src/scatter_utilities/simulate_scatter.cxx:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:42] inline float get_m(const Bin&) const; [00:37:42] ^ [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:37:42] inline float get_m(const Bin&) const; [00:37:42] ^ [00:37:42] In file included from C:/projects/stir/src/scatter_utilities/simulate_scatter.cxx:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:37:42] ^ [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:37:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:37:42] ^ [00:37:42] In file included from C:/projects/stir/src/scatter_utilities/simulate_scatter.cxx:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:42] set_num_views(const int new_num_views); [00:37:42] ^ [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:37:42] set_num_views(const int new_num_views); [00:37:42] ^ [00:37:42] In file included from C:/projects/stir/src/scatter_utilities/simulate_scatter.cxx:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:42] ^ [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:37:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:42] ^ [00:37:42] In file included from C:/projects/stir/src/scatter_utilities/simulate_scatter.cxx:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:42] ^ [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:37:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:42] ^ [00:37:42] In file included from C:/projects/stir/src/scatter_utilities/simulate_scatter.cxx:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:42] virtual std::string parameter_info() const; [00:37:42] ^ [00:37:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:37:57] virtual std::string parameter_info() const; [00:37:57] ^ [00:37:57] 9 warnings generated. [00:37:57] [771/1437] Building CXX object src/scatter_utilities/CMakeFiles/simulate_scatter.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:37:57] [772/1437] Building CXX object src/scatter_utilities/CMakeFiles/simulate_scatter.dir/__/buildblock/buildblock_registries.cxx.obj [00:37:57] [773/1437] Building CXX object src/scatter_utilities/CMakeFiles/simulate_scatter.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:37:57] [774/1437] Building CXX object src/scatter_utilities/CMakeFiles/simulate_scatter.dir/__/IO/IO_registries.cxx.obj [00:37:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:57] inline virtual float get_tantheta(const Bin&) const; [00:37:57] ^ [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:37:57] inline virtual float get_tantheta(const Bin&) const; [00:37:57] ^ [00:37:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:57] inline float get_phi(const Bin&) const; [00:37:57] ^ [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:37:57] inline float get_phi(const Bin&) const; [00:37:57] ^ [00:37:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:57] inline float get_t(const Bin&) const; [00:37:57] ^ [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:37:57] inline float get_t(const Bin&) const; [00:37:57] ^ [00:37:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:57] inline float get_m(const Bin&) const; [00:37:57] ^ [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:37:57] inline float get_m(const Bin&) const; [00:37:57] ^ [00:37:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:37:57] ^ [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:37:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:37:57] ^ [00:37:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:57] set_num_views(const int new_num_views); [00:37:57] ^ [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:37:57] set_num_views(const int new_num_views); [00:37:57] ^ [00:37:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:57] ^ [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:37:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:57] ^ [00:37:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:57] ^ [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:37:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:57] ^ [00:37:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:37:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:37:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:37:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:37:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:57] virtual std::string parameter_info() const; [00:37:57] ^ [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:37:58] virtual std::string parameter_info() const; [00:37:58] ^ [00:37:58] 9 warnings generated. [00:37:58] [775/1437] Building CXX object src/scatter_utilities/CMakeFiles/simulate_scatter.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:37:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:58] inline virtual float get_tantheta(const Bin&) const; [00:37:58] ^ [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:37:58] inline virtual float get_tantheta(const Bin&) const; [00:37:58] ^ [00:37:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:58] inline float get_phi(const Bin&) const; [00:37:58] ^ [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:37:58] inline float get_phi(const Bin&) const; [00:37:58] ^ [00:37:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:58] inline float get_t(const Bin&) const; [00:37:58] ^ [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:37:58] inline float get_t(const Bin&) const; [00:37:58] ^ [00:37:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:58] inline float get_m(const Bin&) const; [00:37:58] ^ [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:37:58] inline float get_m(const Bin&) const; [00:37:58] ^ [00:37:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:58] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:37:58] ^ [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:37:58] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:37:58] ^ [00:37:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:58] set_num_views(const int new_num_views); [00:37:58] ^ [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:37:58] set_num_views(const int new_num_views); [00:37:58] ^ [00:37:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:58] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:58] ^ [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:37:58] virtual inline float get_sampling_in_t(const Bin&) const; [00:37:58] ^ [00:37:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:58] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:58] ^ [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:37:58] virtual inline float get_sampling_in_m(const Bin&) const; [00:37:58] ^ [00:37:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:37:58] virtual std::string parameter_info() const; [00:37:58] ^ [00:37:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:37:58] virtual std::string parameter_info() const; [00:37:58] ^ [00:37:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:37:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:37:58] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:37:58] } [00:37:58] ^ [00:38:04] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:38:04] } [00:38:04] ^ [00:38:04] 11 warnings generated. [00:38:04] [776/1437] Building CXX object src/scatter_utilities/CMakeFiles/simulate_scatter.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:38:04] [777/1437] Building CXX object src/scatter_utilities/CMakeFiles/simulate_scatter.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:38:04] [778/1437] Building CXX object src/scatter_utilities/CMakeFiles/simulate_scatter.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:38:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:04] inline virtual float get_tantheta(const Bin&) const; [00:38:04] ^ [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:38:04] inline virtual float get_tantheta(const Bin&) const; [00:38:04] ^ [00:38:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:04] inline float get_phi(const Bin&) const; [00:38:04] ^ [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:38:04] inline float get_phi(const Bin&) const; [00:38:04] ^ [00:38:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:04] inline float get_t(const Bin&) const; [00:38:04] ^ [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:38:04] inline float get_t(const Bin&) const; [00:38:04] ^ [00:38:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:04] inline float get_m(const Bin&) const; [00:38:04] ^ [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:38:04] inline float get_m(const Bin&) const; [00:38:04] ^ [00:38:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:38:04] ^ [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:38:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:38:04] ^ [00:38:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:04] set_num_views(const int new_num_views); [00:38:04] ^ [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:38:04] set_num_views(const int new_num_views); [00:38:04] ^ [00:38:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:04] ^ [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:38:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:04] ^ [00:38:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:04] ^ [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:38:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:04] ^ [00:38:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:04] virtual std::string parameter_info() const; [00:38:04] ^ [00:38:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:38:15] virtual std::string parameter_info() const; [00:38:15] ^ [00:38:15] 9 warnings generated. [00:38:15] [779/1437] Building CXX object src/modelling_utilities/CMakeFiles/apply_patlak_to_images.dir/apply_patlak_to_images.cxx.obj [00:38:15] [780/1437] Building CXX object src/modelling_utilities/CMakeFiles/apply_patlak_to_images.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:38:15] [781/1437] Building CXX object src/modelling_utilities/CMakeFiles/apply_patlak_to_images.dir/__/buildblock/buildblock_registries.cxx.obj [00:38:24] [782/1437] Building CXX object src/modelling_utilities/CMakeFiles/apply_patlak_to_images.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:38:24] [783/1437] Building CXX object src/modelling_utilities/CMakeFiles/apply_patlak_to_images.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:38:24] [784/1437] Building CXX object src/modelling_utilities/CMakeFiles/apply_patlak_to_images.dir/__/IO/IO_registries.cxx.obj [00:38:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] inline virtual float get_tantheta(const Bin&) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:38:24] inline virtual float get_tantheta(const Bin&) const; [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] inline float get_phi(const Bin&) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:38:24] inline float get_phi(const Bin&) const; [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] inline float get_t(const Bin&) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:38:24] inline float get_t(const Bin&) const; [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] inline float get_m(const Bin&) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:38:24] inline float get_m(const Bin&) const; [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:38:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] set_num_views(const int new_num_views); [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:38:24] set_num_views(const int new_num_views); [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:38:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:38:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:24] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:24] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] virtual std::string parameter_info() const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:38:24] virtual std::string parameter_info() const; [00:38:24] ^ [00:38:24] 9 warnings generated. [00:38:24] [785/1437] Building CXX object src/modelling_utilities/CMakeFiles/apply_patlak_to_images.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:38:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] inline virtual float get_tantheta(const Bin&) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:38:24] inline virtual float get_tantheta(const Bin&) const; [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] inline float get_phi(const Bin&) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:38:24] inline float get_phi(const Bin&) const; [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] inline float get_t(const Bin&) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:38:24] inline float get_t(const Bin&) const; [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] inline float get_m(const Bin&) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:38:24] inline float get_m(const Bin&) const; [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:38:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] set_num_views(const int new_num_views); [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:38:24] set_num_views(const int new_num_views); [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:38:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:38:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:24] virtual std::string parameter_info() const; [00:38:24] ^ [00:38:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:38:24] virtual std::string parameter_info() const; [00:38:24] ^ [00:38:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:29] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:29] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:38:29] } [00:38:29] ^ [00:38:29] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:38:29] } [00:38:29] ^ [00:38:29] 11 warnings generated. [00:38:30] [786/1437] Building CXX object src/modelling_utilities/CMakeFiles/apply_patlak_to_images.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:38:30] [787/1437] Building CXX object src/modelling_utilities/CMakeFiles/apply_patlak_to_images.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:38:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:30] inline virtual float get_tantheta(const Bin&) const; [00:38:30] ^ [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:38:30] inline virtual float get_tantheta(const Bin&) const; [00:38:30] ^ [00:38:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:30] inline float get_phi(const Bin&) const; [00:38:30] ^ [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:38:30] inline float get_phi(const Bin&) const; [00:38:30] ^ [00:38:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:30] inline float get_t(const Bin&) const; [00:38:30] ^ [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:38:30] inline float get_t(const Bin&) const; [00:38:30] ^ [00:38:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:30] inline float get_m(const Bin&) const; [00:38:30] ^ [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:38:30] inline float get_m(const Bin&) const; [00:38:30] ^ [00:38:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:30] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:38:30] ^ [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:38:30] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:38:30] ^ [00:38:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:30] set_num_views(const int new_num_views); [00:38:30] ^ [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:38:30] set_num_views(const int new_num_views); [00:38:30] ^ [00:38:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:30] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:30] ^ [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:38:30] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:30] ^ [00:38:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:30] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:30] ^ [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:38:30] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:30] ^ [00:38:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:34] virtual std::string parameter_info() const; [00:38:34] ^ [00:38:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:38:34] virtual std::string parameter_info() const; [00:38:34] ^ [00:38:34] 9 warnings generated. [00:38:34] [788/1437] Building CXX object src/modelling_utilities/CMakeFiles/get_dynamic_images_from_parametric_images.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:38:49] [789/1437] Building CXX object src/modelling_utilities/CMakeFiles/get_dynamic_images_from_parametric_images.dir/get_dynamic_images_from_parametric_images.cxx.obj [00:38:49] [790/1437] Building CXX object src/modelling_utilities/CMakeFiles/get_dynamic_images_from_parametric_images.dir/__/buildblock/buildblock_registries.cxx.obj [00:38:49] [791/1437] Building CXX object src/modelling_utilities/CMakeFiles/get_dynamic_images_from_parametric_images.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:38:49] [792/1437] Building CXX object src/modelling_utilities/CMakeFiles/get_dynamic_images_from_parametric_images.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:38:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] inline virtual float get_tantheta(const Bin&) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:38:49] inline virtual float get_tantheta(const Bin&) const; [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] inline float get_phi(const Bin&) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:38:49] inline float get_phi(const Bin&) const; [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] inline float get_t(const Bin&) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:38:49] inline float get_t(const Bin&) const; [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] inline float get_m(const Bin&) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:38:49] inline float get_m(const Bin&) const; [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:38:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] set_num_views(const int new_num_views); [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:38:49] set_num_views(const int new_num_views); [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:38:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:38:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] virtual std::string parameter_info() const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:38:49] virtual std::string parameter_info() const; [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:38:49] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:38:49] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:38:49] } [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:38:49] } [00:38:49] ^ [00:38:49] 11 warnings generated. [00:38:49] [793/1437] Building CXX object src/modelling_utilities/CMakeFiles/get_dynamic_images_from_parametric_images.dir/__/IO/IO_registries.cxx.obj [00:38:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] inline virtual float get_tantheta(const Bin&) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:38:49] inline virtual float get_tantheta(const Bin&) const; [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] inline float get_phi(const Bin&) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:38:49] inline float get_phi(const Bin&) const; [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] inline float get_t(const Bin&) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:38:49] inline float get_t(const Bin&) const; [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] inline float get_m(const Bin&) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:38:49] inline float get_m(const Bin&) const; [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:38:49] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] set_num_views(const int new_num_views); [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:38:49] set_num_views(const int new_num_views); [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:38:49] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:49] ^ [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:38:49] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:49] ^ [00:38:49] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:38:49] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:38:49] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:49] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:49] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:49] virtual std::string parameter_info() const; [00:38:49] ^ [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:38:56] virtual std::string parameter_info() const; [00:38:56] ^ [00:38:56] 9 warnings generated. [00:38:56] [794/1437] Building CXX object src/modelling_utilities/CMakeFiles/get_dynamic_images_from_parametric_images.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:38:56] [795/1437] Building CXX object src/modelling_utilities/CMakeFiles/get_dynamic_images_from_parametric_images.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:38:56] [796/1437] Building CXX object src/modelling_utilities/CMakeFiles/get_dynamic_images_from_parametric_images.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:38:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:56] inline virtual float get_tantheta(const Bin&) const; [00:38:56] ^ [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:38:56] inline virtual float get_tantheta(const Bin&) const; [00:38:56] ^ [00:38:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:56] inline float get_phi(const Bin&) const; [00:38:56] ^ [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:38:56] inline float get_phi(const Bin&) const; [00:38:56] ^ [00:38:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:56] inline float get_t(const Bin&) const; [00:38:56] ^ [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:38:56] inline float get_t(const Bin&) const; [00:38:56] ^ [00:38:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:56] inline float get_m(const Bin&) const; [00:38:56] ^ [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:38:56] inline float get_m(const Bin&) const; [00:38:56] ^ [00:38:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:38:56] ^ [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:38:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:38:56] ^ [00:38:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:56] set_num_views(const int new_num_views); [00:38:56] ^ [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:38:56] set_num_views(const int new_num_views); [00:38:56] ^ [00:38:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:56] ^ [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:38:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:38:56] ^ [00:38:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:56] ^ [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:38:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:38:56] ^ [00:38:56] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:38:56] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:38:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:38:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:38:56] virtual std::string parameter_info() const; [00:38:56] ^ [00:39:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:39:02] virtual std::string parameter_info() const; [00:39:02] ^ [00:39:02] 9 warnings generated. [00:39:02] [797/1437] Building CXX object src/modelling_utilities/CMakeFiles/make_parametric_image_from_components.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:39:02] [798/1437] Building CXX object src/modelling_utilities/CMakeFiles/make_parametric_image_from_components.dir/make_parametric_image_from_components.cxx.obj [00:39:16] [799/1437] Building CXX object src/modelling_utilities/CMakeFiles/make_parametric_image_from_components.dir/__/buildblock/buildblock_registries.cxx.obj [00:39:16] [800/1437] Building CXX object src/modelling_utilities/CMakeFiles/make_parametric_image_from_components.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:39:16] [801/1437] Building CXX object src/modelling_utilities/CMakeFiles/make_parametric_image_from_components.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:39:16] [802/1437] Building CXX object src/modelling_utilities/CMakeFiles/make_parametric_image_from_components.dir/__/IO/IO_registries.cxx.obj [00:39:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] inline virtual float get_tantheta(const Bin&) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:39:16] inline virtual float get_tantheta(const Bin&) const; [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] inline float get_phi(const Bin&) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:39:16] inline float get_phi(const Bin&) const; [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] inline float get_t(const Bin&) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:39:16] inline float get_t(const Bin&) const; [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] inline float get_m(const Bin&) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:39:16] inline float get_m(const Bin&) const; [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:39:16] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] set_num_views(const int new_num_views); [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:39:16] set_num_views(const int new_num_views); [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] virtual inline float get_sampling_in_t(const Bin&) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:39:16] virtual inline float get_sampling_in_t(const Bin&) const; [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] virtual inline float get_sampling_in_m(const Bin&) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:39:16] virtual inline float get_sampling_in_m(const Bin&) const; [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:16] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:16] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] virtual std::string parameter_info() const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:39:16] virtual std::string parameter_info() const; [00:39:16] ^ [00:39:16] 9 warnings generated. [00:39:16] [803/1437] Building CXX object src/modelling_utilities/CMakeFiles/make_parametric_image_from_components.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:39:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] inline virtual float get_tantheta(const Bin&) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:39:16] inline virtual float get_tantheta(const Bin&) const; [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] inline float get_phi(const Bin&) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:39:16] inline float get_phi(const Bin&) const; [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] inline float get_t(const Bin&) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:39:16] inline float get_t(const Bin&) const; [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] inline float get_m(const Bin&) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:39:16] inline float get_m(const Bin&) const; [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:39:16] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] set_num_views(const int new_num_views); [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:39:16] set_num_views(const int new_num_views); [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] virtual inline float get_sampling_in_t(const Bin&) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:39:16] virtual inline float get_sampling_in_t(const Bin&) const; [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] virtual inline float get_sampling_in_m(const Bin&) const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:39:16] virtual inline float get_sampling_in_m(const Bin&) const; [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:16] virtual std::string parameter_info() const; [00:39:16] ^ [00:39:16] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:39:16] virtual std::string parameter_info() const; [00:39:16] ^ [00:39:16] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:16] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:16] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:39:16] } [00:39:16] ^ [00:39:23] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:39:23] } [00:39:23] ^ [00:39:23] 11 warnings generated. [00:39:23] [804/1437] Building CXX object src/modelling_utilities/CMakeFiles/make_parametric_image_from_components.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:39:23] [805/1437] Building CXX object src/modelling_utilities/CMakeFiles/make_parametric_image_from_components.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:39:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:23] inline virtual float get_tantheta(const Bin&) const; [00:39:23] ^ [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:39:23] inline virtual float get_tantheta(const Bin&) const; [00:39:23] ^ [00:39:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:23] inline float get_phi(const Bin&) const; [00:39:23] ^ [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:39:23] inline float get_phi(const Bin&) const; [00:39:23] ^ [00:39:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:23] inline float get_t(const Bin&) const; [00:39:23] ^ [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:39:23] inline float get_t(const Bin&) const; [00:39:23] ^ [00:39:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:23] inline float get_m(const Bin&) const; [00:39:23] ^ [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:39:23] inline float get_m(const Bin&) const; [00:39:23] ^ [00:39:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:39:23] ^ [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:39:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:39:23] ^ [00:39:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:23] set_num_views(const int new_num_views); [00:39:23] ^ [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:39:23] set_num_views(const int new_num_views); [00:39:23] ^ [00:39:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:39:23] ^ [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:39:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:39:23] ^ [00:39:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:39:23] ^ [00:39:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:39:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:39:23] ^ [00:39:23] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:23] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:27] virtual std::string parameter_info() const; [00:39:27] ^ [00:39:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:39:27] virtual std::string parameter_info() const; [00:39:27] ^ [00:39:27] 9 warnings generated. [00:39:34] [806/1437] Building CXX object src/modelling_utilities/CMakeFiles/extract_single_images_from_parametric_image.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:39:34] [807/1437] Building CXX object src/modelling_utilities/CMakeFiles/extract_single_images_from_parametric_image.dir/extract_single_images_from_parametric_image.cxx.obj [00:39:34] [808/1437] Building CXX object src/modelling_utilities/CMakeFiles/extract_single_images_from_parametric_image.dir/__/buildblock/buildblock_registries.cxx.obj [00:39:42] [809/1437] Building CXX object src/modelling_utilities/CMakeFiles/extract_single_images_from_parametric_image.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:39:42] [810/1437] Building CXX object src/modelling_utilities/CMakeFiles/extract_single_images_from_parametric_image.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:39:42] [811/1437] Building CXX object src/modelling_utilities/CMakeFiles/extract_single_images_from_parametric_image.dir/__/IO/IO_registries.cxx.obj [00:39:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] inline virtual float get_tantheta(const Bin&) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:39:42] inline virtual float get_tantheta(const Bin&) const; [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] inline float get_phi(const Bin&) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:39:42] inline float get_phi(const Bin&) const; [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] inline float get_t(const Bin&) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:39:42] inline float get_t(const Bin&) const; [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] inline float get_m(const Bin&) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:39:42] inline float get_m(const Bin&) const; [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:39:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] set_num_views(const int new_num_views); [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:39:42] set_num_views(const int new_num_views); [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:39:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:39:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:39:42] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:39:42] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] virtual std::string parameter_info() const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:39:42] virtual std::string parameter_info() const; [00:39:42] ^ [00:39:42] 9 warnings generated. [00:39:42] [812/1437] Building CXX object src/modelling_utilities/CMakeFiles/extract_single_images_from_parametric_image.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:39:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] inline virtual float get_tantheta(const Bin&) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:39:42] inline virtual float get_tantheta(const Bin&) const; [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] inline float get_phi(const Bin&) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:39:42] inline float get_phi(const Bin&) const; [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] inline float get_t(const Bin&) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:39:42] inline float get_t(const Bin&) const; [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] inline float get_m(const Bin&) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:39:42] inline float get_m(const Bin&) const; [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:39:42] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] set_num_views(const int new_num_views); [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:39:42] set_num_views(const int new_num_views); [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:39:42] virtual inline float get_sampling_in_t(const Bin&) const; [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:39:42] virtual inline float get_sampling_in_m(const Bin&) const; [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:39:42] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:42] virtual std::string parameter_info() const; [00:39:42] ^ [00:39:42] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:39:42] virtual std::string parameter_info() const; [00:39:42] ^ [00:39:42] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:39:42] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:39:46] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:39:46] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:39:46] } [00:39:46] ^ [00:39:46] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:39:46] } [00:39:46] ^ [00:39:46] 11 warnings generated. [00:39:48] [813/1437] Building CXX object src/modelling_utilities/CMakeFiles/extract_single_images_from_parametric_image.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:39:48] [814/1437] Building CXX object src/modelling_utilities/CMakeFiles/extract_single_images_from_parametric_image.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:39:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:48] inline virtual float get_tantheta(const Bin&) const; [00:39:48] ^ [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:39:48] inline virtual float get_tantheta(const Bin&) const; [00:39:48] ^ [00:39:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:48] inline float get_phi(const Bin&) const; [00:39:48] ^ [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:39:48] inline float get_phi(const Bin&) const; [00:39:48] ^ [00:39:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:48] inline float get_t(const Bin&) const; [00:39:48] ^ [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:39:48] inline float get_t(const Bin&) const; [00:39:48] ^ [00:39:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:48] inline float get_m(const Bin&) const; [00:39:48] ^ [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:39:48] inline float get_m(const Bin&) const; [00:39:48] ^ [00:39:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:39:48] ^ [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:39:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:39:48] ^ [00:39:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:48] set_num_views(const int new_num_views); [00:39:48] ^ [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:39:48] set_num_views(const int new_num_views); [00:39:48] ^ [00:39:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:39:48] ^ [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:39:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:39:48] ^ [00:39:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:39:48] ^ [00:39:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:39:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:39:48] ^ [00:39:48] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:39:48] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:39:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:39:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:39:52] virtual std::string parameter_info() const; [00:39:52] ^ [00:39:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:39:52] virtual std::string parameter_info() const; [00:39:52] ^ [00:39:52] 9 warnings generated. [00:39:52] [815/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_model_with_dyn_images.dir/mult_model_with_dyn_images.cxx.obj [00:40:08] [816/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_model_with_dyn_images.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:40:08] [817/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_model_with_dyn_images.dir/__/buildblock/buildblock_registries.cxx.obj [00:40:08] [818/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_model_with_dyn_images.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:40:08] [819/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_model_with_dyn_images.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:40:08] [820/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_model_with_dyn_images.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:40:08] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:08] inline virtual float get_tantheta(const Bin&) const; [00:40:08] ^ [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:40:08] inline virtual float get_tantheta(const Bin&) const; [00:40:08] ^ [00:40:08] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:08] inline float get_phi(const Bin&) const; [00:40:08] ^ [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:40:08] inline float get_phi(const Bin&) const; [00:40:08] ^ [00:40:08] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:08] inline float get_t(const Bin&) const; [00:40:08] ^ [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:40:08] inline float get_t(const Bin&) const; [00:40:08] ^ [00:40:08] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:08] inline float get_m(const Bin&) const; [00:40:08] ^ [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:40:08] inline float get_m(const Bin&) const; [00:40:08] ^ [00:40:08] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:08] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:40:08] ^ [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:40:08] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:40:08] ^ [00:40:08] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:08] set_num_views(const int new_num_views); [00:40:08] ^ [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:40:08] set_num_views(const int new_num_views); [00:40:08] ^ [00:40:08] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:08] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:08] ^ [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:40:08] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:08] ^ [00:40:08] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:08] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:08] ^ [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:40:08] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:08] ^ [00:40:08] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:08] virtual std::string parameter_info() const; [00:40:08] ^ [00:40:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:40:08] virtual std::string parameter_info() const; [00:40:08] ^ [00:40:08] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:08] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:08] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:40:08] } [00:40:08] ^ [00:40:08] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:40:09] } [00:40:09] ^ [00:40:09] 11 warnings generated. [00:40:09] [821/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_model_with_dyn_images.dir/__/IO/IO_registries.cxx.obj [00:40:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:09] inline virtual float get_tantheta(const Bin&) const; [00:40:09] ^ [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:40:09] inline virtual float get_tantheta(const Bin&) const; [00:40:09] ^ [00:40:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:09] inline float get_phi(const Bin&) const; [00:40:09] ^ [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:40:09] inline float get_phi(const Bin&) const; [00:40:09] ^ [00:40:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:09] inline float get_t(const Bin&) const; [00:40:09] ^ [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:40:09] inline float get_t(const Bin&) const; [00:40:09] ^ [00:40:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:09] inline float get_m(const Bin&) const; [00:40:09] ^ [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:40:09] inline float get_m(const Bin&) const; [00:40:09] ^ [00:40:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:40:09] ^ [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:40:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:40:09] ^ [00:40:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:09] set_num_views(const int new_num_views); [00:40:09] ^ [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:40:09] set_num_views(const int new_num_views); [00:40:09] ^ [00:40:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:09] ^ [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:40:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:09] ^ [00:40:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:09] ^ [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:40:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:09] ^ [00:40:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:14] virtual std::string parameter_info() const; [00:40:14] ^ [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:40:14] virtual std::string parameter_info() const; [00:40:14] ^ [00:40:14] 9 warnings generated. [00:40:14] [822/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_model_with_dyn_images.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:40:14] [823/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_model_with_dyn_images.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:40:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:14] inline virtual float get_tantheta(const Bin&) const; [00:40:14] ^ [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:40:14] inline virtual float get_tantheta(const Bin&) const; [00:40:14] ^ [00:40:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:14] inline float get_phi(const Bin&) const; [00:40:14] ^ [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:40:14] inline float get_phi(const Bin&) const; [00:40:14] ^ [00:40:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:14] inline float get_t(const Bin&) const; [00:40:14] ^ [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:40:14] inline float get_t(const Bin&) const; [00:40:14] ^ [00:40:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:14] inline float get_m(const Bin&) const; [00:40:14] ^ [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:40:14] inline float get_m(const Bin&) const; [00:40:14] ^ [00:40:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:14] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:40:14] ^ [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:40:14] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:40:14] ^ [00:40:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:14] set_num_views(const int new_num_views); [00:40:14] ^ [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:40:14] set_num_views(const int new_num_views); [00:40:14] ^ [00:40:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:14] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:14] ^ [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:40:14] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:14] ^ [00:40:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:14] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:14] ^ [00:40:14] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:40:14] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:14] ^ [00:40:14] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:14] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:14] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:17] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:17] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:17] virtual std::string parameter_info() const; [00:40:17] ^ [00:40:17] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:40:17] virtual std::string parameter_info() const; [00:40:17] ^ [00:40:17] 9 warnings generated. [00:40:25] [824/1437] Building CXX object src/modelling_utilities/CMakeFiles/write_patlak_matrix.dir/write_patlak_matrix.cxx.obj [00:40:25] [825/1437] Building CXX object src/modelling_utilities/CMakeFiles/write_patlak_matrix.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:40:25] [826/1437] Building CXX object src/modelling_utilities/CMakeFiles/write_patlak_matrix.dir/__/buildblock/buildblock_registries.cxx.obj [00:40:32] [827/1437] Building CXX object src/modelling_utilities/CMakeFiles/write_patlak_matrix.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:40:32] [828/1437] Building CXX object src/modelling_utilities/CMakeFiles/write_patlak_matrix.dir/__/IO/IO_registries.cxx.obj [00:40:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:32] inline virtual float get_tantheta(const Bin&) const; [00:40:32] ^ [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:40:32] inline virtual float get_tantheta(const Bin&) const; [00:40:32] ^ [00:40:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:32] inline float get_phi(const Bin&) const; [00:40:32] ^ [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:40:32] inline float get_phi(const Bin&) const; [00:40:32] ^ [00:40:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:32] inline float get_t(const Bin&) const; [00:40:32] ^ [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:40:32] inline float get_t(const Bin&) const; [00:40:32] ^ [00:40:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:32] inline float get_m(const Bin&) const; [00:40:32] ^ [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:40:32] inline float get_m(const Bin&) const; [00:40:32] ^ [00:40:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:40:32] ^ [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:40:32] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:40:32] ^ [00:40:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:32] set_num_views(const int new_num_views); [00:40:32] ^ [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:40:32] set_num_views(const int new_num_views); [00:40:32] ^ [00:40:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:32] ^ [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:40:32] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:32] ^ [00:40:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:32] ^ [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:40:32] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:32] ^ [00:40:32] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:32] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:32] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:32] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:32] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:32] virtual std::string parameter_info() const; [00:40:34] ^ [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:40:34] virtual std::string parameter_info() const; [00:40:34] ^ [00:40:34] 9 warnings generated. [00:40:34] [829/1437] Building CXX object src/modelling_utilities/CMakeFiles/write_patlak_matrix.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:40:34] [830/1437] Building CXX object src/modelling_utilities/CMakeFiles/write_patlak_matrix.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:40:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:34] inline virtual float get_tantheta(const Bin&) const; [00:40:34] ^ [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:40:34] inline virtual float get_tantheta(const Bin&) const; [00:40:34] ^ [00:40:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:34] inline float get_phi(const Bin&) const; [00:40:34] ^ [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:40:34] inline float get_phi(const Bin&) const; [00:40:34] ^ [00:40:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:34] inline float get_t(const Bin&) const; [00:40:34] ^ [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:40:34] inline float get_t(const Bin&) const; [00:40:34] ^ [00:40:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:34] inline float get_m(const Bin&) const; [00:40:34] ^ [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:40:34] inline float get_m(const Bin&) const; [00:40:34] ^ [00:40:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:34] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:40:34] ^ [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:40:34] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:40:34] ^ [00:40:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:34] set_num_views(const int new_num_views); [00:40:34] ^ [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:40:34] set_num_views(const int new_num_views); [00:40:34] ^ [00:40:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:34] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:34] ^ [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:40:34] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:34] ^ [00:40:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:34] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:34] ^ [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:40:34] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:34] ^ [00:40:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:34] virtual std::string parameter_info() const; [00:40:34] ^ [00:40:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:40:34] virtual std::string parameter_info() const; [00:40:34] ^ [00:40:34] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:34] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:37] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:40:37] } [00:40:37] ^ [00:40:37] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:40:37] } [00:40:37] ^ [00:40:37] 11 warnings generated. [00:40:39] [831/1437] Building CXX object src/modelling_utilities/CMakeFiles/write_patlak_matrix.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:40:39] [832/1437] Building CXX object src/modelling_utilities/CMakeFiles/write_patlak_matrix.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:40:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:39] inline virtual float get_tantheta(const Bin&) const; [00:40:39] ^ [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:40:39] inline virtual float get_tantheta(const Bin&) const; [00:40:39] ^ [00:40:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:39] inline float get_phi(const Bin&) const; [00:40:39] ^ [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:40:39] inline float get_phi(const Bin&) const; [00:40:39] ^ [00:40:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:39] inline float get_t(const Bin&) const; [00:40:39] ^ [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:40:39] inline float get_t(const Bin&) const; [00:40:39] ^ [00:40:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:39] inline float get_m(const Bin&) const; [00:40:39] ^ [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:40:39] inline float get_m(const Bin&) const; [00:40:39] ^ [00:40:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:39] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:40:39] ^ [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:40:39] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:40:39] ^ [00:40:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:39] set_num_views(const int new_num_views); [00:40:39] ^ [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:40:39] set_num_views(const int new_num_views); [00:40:39] ^ [00:40:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:39] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:39] ^ [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:40:39] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:39] ^ [00:40:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:39] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:39] ^ [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:40:39] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:39] ^ [00:40:39] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:40:39] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:39] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:39] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:39] virtual std::string parameter_info() const; [00:40:39] ^ [00:40:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:40:44] virtual std::string parameter_info() const; [00:40:44] ^ [00:40:44] 9 warnings generated. [00:40:44] [833/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_image_parameters.dir/mult_image_parameters.cxx.obj [00:40:44] [834/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_image_parameters.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:40:57] [835/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_image_parameters.dir/__/buildblock/buildblock_registries.cxx.obj [00:40:57] [836/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_image_parameters.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:40:57] [837/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_image_parameters.dir/__/IO/IO_registries.cxx.obj [00:40:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:57] inline virtual float get_tantheta(const Bin&) const; [00:40:57] ^ [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:40:57] inline virtual float get_tantheta(const Bin&) const; [00:40:57] ^ [00:40:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:57] inline float get_phi(const Bin&) const; [00:40:57] ^ [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:40:57] inline float get_phi(const Bin&) const; [00:40:57] ^ [00:40:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:57] inline float get_t(const Bin&) const; [00:40:57] ^ [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:40:57] inline float get_t(const Bin&) const; [00:40:57] ^ [00:40:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:57] inline float get_m(const Bin&) const; [00:40:57] ^ [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:40:57] inline float get_m(const Bin&) const; [00:40:57] ^ [00:40:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:40:57] ^ [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:40:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:40:57] ^ [00:40:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:57] set_num_views(const int new_num_views); [00:40:57] ^ [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:40:57] set_num_views(const int new_num_views); [00:40:57] ^ [00:40:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:57] ^ [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:40:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:57] ^ [00:40:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:57] ^ [00:40:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:40:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:57] ^ [00:40:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:40:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:40:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:40:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:58] virtual std::string parameter_info() const; [00:40:58] ^ [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:40:58] virtual std::string parameter_info() const; [00:40:58] ^ [00:40:58] 9 warnings generated. [00:40:58] [838/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_image_parameters.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:40:58] [839/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_image_parameters.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:40:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:58] inline virtual float get_tantheta(const Bin&) const; [00:40:58] ^ [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:40:58] inline virtual float get_tantheta(const Bin&) const; [00:40:58] ^ [00:40:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:58] inline float get_phi(const Bin&) const; [00:40:58] ^ [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:40:58] inline float get_phi(const Bin&) const; [00:40:58] ^ [00:40:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:58] inline float get_t(const Bin&) const; [00:40:58] ^ [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:40:58] inline float get_t(const Bin&) const; [00:40:58] ^ [00:40:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:58] inline float get_m(const Bin&) const; [00:40:58] ^ [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:40:58] inline float get_m(const Bin&) const; [00:40:58] ^ [00:40:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:58] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:40:58] ^ [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:40:58] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:40:58] ^ [00:40:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:58] set_num_views(const int new_num_views); [00:40:58] ^ [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:40:58] set_num_views(const int new_num_views); [00:40:58] ^ [00:40:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:58] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:58] ^ [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:40:58] virtual inline float get_sampling_in_t(const Bin&) const; [00:40:58] ^ [00:40:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:58] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:58] ^ [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:40:58] virtual inline float get_sampling_in_m(const Bin&) const; [00:40:58] ^ [00:40:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:40:58] virtual std::string parameter_info() const; [00:40:58] ^ [00:40:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:40:58] virtual std::string parameter_info() const; [00:40:58] ^ [00:40:58] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:40:58] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:40:58] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:40:58] } [00:40:58] ^ [00:41:04] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:41:04] } [00:41:04] ^ [00:41:04] 11 warnings generated. [00:41:04] [840/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_image_parameters.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:41:04] [841/1437] Building CXX object src/modelling_utilities/CMakeFiles/mult_image_parameters.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:41:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:04] inline virtual float get_tantheta(const Bin&) const; [00:41:04] ^ [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:41:04] inline virtual float get_tantheta(const Bin&) const; [00:41:04] ^ [00:41:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:04] inline float get_phi(const Bin&) const; [00:41:04] ^ [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:41:04] inline float get_phi(const Bin&) const; [00:41:04] ^ [00:41:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:04] inline float get_t(const Bin&) const; [00:41:04] ^ [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:41:04] inline float get_t(const Bin&) const; [00:41:04] ^ [00:41:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:04] inline float get_m(const Bin&) const; [00:41:04] ^ [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:41:04] inline float get_m(const Bin&) const; [00:41:04] ^ [00:41:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:41:04] ^ [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:41:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:41:04] ^ [00:41:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:04] set_num_views(const int new_num_views); [00:41:04] ^ [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:41:04] set_num_views(const int new_num_views); [00:41:04] ^ [00:41:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:04] ^ [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:41:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:04] ^ [00:41:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:04] ^ [00:41:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:41:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:04] ^ [00:41:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:07] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:07] virtual std::string parameter_info() const; [00:41:07] ^ [00:41:07] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:41:07] virtual std::string parameter_info() const; [00:41:07] ^ [00:41:07] 9 warnings generated. [00:41:07] [842/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata.dir/lm_to_projdata.cxx.obj [00:41:20] [843/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:41:20] [844/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata.dir/__/buildblock/buildblock_registries.cxx.obj [00:41:20] [845/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:41:20] [846/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata.dir/__/IO/IO_registries.cxx.obj [00:41:20] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:20] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:20] inline virtual float get_tantheta(const Bin&) const; [00:41:20] ^ [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:41:20] inline virtual float get_tantheta(const Bin&) const; [00:41:20] ^ [00:41:20] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:20] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:20] inline float get_phi(const Bin&) const; [00:41:20] ^ [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:41:20] inline float get_phi(const Bin&) const; [00:41:20] ^ [00:41:20] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:20] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:20] inline float get_t(const Bin&) const; [00:41:20] ^ [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:41:20] inline float get_t(const Bin&) const; [00:41:20] ^ [00:41:20] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:20] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:20] inline float get_m(const Bin&) const; [00:41:20] ^ [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:41:20] inline float get_m(const Bin&) const; [00:41:20] ^ [00:41:20] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:20] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:20] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:41:20] ^ [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:41:20] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:41:20] ^ [00:41:20] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:20] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:20] set_num_views(const int new_num_views); [00:41:20] ^ [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:41:20] set_num_views(const int new_num_views); [00:41:20] ^ [00:41:20] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:20] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:20] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:20] ^ [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:41:20] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:20] ^ [00:41:20] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:20] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:20] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:20] ^ [00:41:20] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:41:20] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:20] ^ [00:41:20] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:20] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:20] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:20] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:23] virtual std::string parameter_info() const; [00:41:23] ^ [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:41:23] virtual std::string parameter_info() const; [00:41:23] ^ [00:41:23] 9 warnings generated. [00:41:23] [847/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:41:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:23] inline virtual float get_tantheta(const Bin&) const; [00:41:23] ^ [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:41:23] inline virtual float get_tantheta(const Bin&) const; [00:41:23] ^ [00:41:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:23] inline float get_phi(const Bin&) const; [00:41:23] ^ [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:41:23] inline float get_phi(const Bin&) const; [00:41:23] ^ [00:41:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:23] inline float get_t(const Bin&) const; [00:41:23] ^ [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:41:23] inline float get_t(const Bin&) const; [00:41:23] ^ [00:41:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:23] inline float get_m(const Bin&) const; [00:41:23] ^ [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:41:23] inline float get_m(const Bin&) const; [00:41:23] ^ [00:41:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:41:23] ^ [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:41:23] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:41:23] ^ [00:41:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:23] set_num_views(const int new_num_views); [00:41:23] ^ [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:41:23] set_num_views(const int new_num_views); [00:41:23] ^ [00:41:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:23] ^ [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:41:23] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:23] ^ [00:41:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:23] ^ [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:41:23] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:23] ^ [00:41:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:23] virtual std::string parameter_info() const; [00:41:23] ^ [00:41:23] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:41:23] virtual std::string parameter_info() const; [00:41:23] ^ [00:41:23] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:23] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:23] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:41:23] } [00:41:23] ^ [00:41:23] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:41:23] } [00:41:23] ^ [00:41:23] 11 warnings generated. [00:41:29] [848/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:41:29] [849/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:41:29] [850/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:41:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:29] inline virtual float get_tantheta(const Bin&) const; [00:41:29] ^ [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:41:29] inline virtual float get_tantheta(const Bin&) const; [00:41:29] ^ [00:41:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:29] inline float get_phi(const Bin&) const; [00:41:29] ^ [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:41:29] inline float get_phi(const Bin&) const; [00:41:29] ^ [00:41:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:29] inline float get_t(const Bin&) const; [00:41:29] ^ [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:41:29] inline float get_t(const Bin&) const; [00:41:29] ^ [00:41:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:29] inline float get_m(const Bin&) const; [00:41:29] ^ [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:41:29] inline float get_m(const Bin&) const; [00:41:29] ^ [00:41:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:29] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:41:29] ^ [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:41:29] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:41:29] ^ [00:41:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:29] set_num_views(const int new_num_views); [00:41:29] ^ [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:41:29] set_num_views(const int new_num_views); [00:41:29] ^ [00:41:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:29] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:29] ^ [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:41:29] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:29] ^ [00:41:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:29] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:29] ^ [00:41:29] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:41:29] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:29] ^ [00:41:29] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:29] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:29] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:33] virtual std::string parameter_info() const; [00:41:33] ^ [00:41:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:41:33] virtual std::string parameter_info() const; [00:41:33] ^ [00:41:33] 9 warnings generated. [00:41:33] [851/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_bootstrap.dir/lm_to_projdata_bootstrap.cxx.obj [00:41:46] [852/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_bootstrap.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:41:46] [853/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_bootstrap.dir/__/buildblock/buildblock_registries.cxx.obj [00:41:46] [854/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_bootstrap.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:41:46] [855/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_bootstrap.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:41:46] [856/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_bootstrap.dir/__/IO/IO_registries.cxx.obj [00:41:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:46] inline virtual float get_tantheta(const Bin&) const; [00:41:46] ^ [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:41:46] inline virtual float get_tantheta(const Bin&) const; [00:41:46] ^ [00:41:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:46] inline float get_phi(const Bin&) const; [00:41:46] ^ [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:41:46] inline float get_phi(const Bin&) const; [00:41:46] ^ [00:41:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:46] inline float get_t(const Bin&) const; [00:41:46] ^ [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:41:46] inline float get_t(const Bin&) const; [00:41:46] ^ [00:41:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:46] inline float get_m(const Bin&) const; [00:41:46] ^ [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:41:46] inline float get_m(const Bin&) const; [00:41:46] ^ [00:41:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:46] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:41:46] ^ [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:41:46] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:41:46] ^ [00:41:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:46] set_num_views(const int new_num_views); [00:41:46] ^ [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:41:46] set_num_views(const int new_num_views); [00:41:46] ^ [00:41:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:46] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:46] ^ [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:41:46] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:46] ^ [00:41:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:46] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:46] ^ [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:41:46] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:46] ^ [00:41:46] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:41:46] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:41:46] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:46] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:46] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:48] virtual std::string parameter_info() const; [00:41:48] ^ [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:41:48] virtual std::string parameter_info() const; [00:41:48] ^ [00:41:48] 9 warnings generated. [00:41:48] [857/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_bootstrap.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:41:48] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:48] inline virtual float get_tantheta(const Bin&) const; [00:41:48] ^ [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:41:48] inline virtual float get_tantheta(const Bin&) const; [00:41:48] ^ [00:41:48] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:48] inline float get_phi(const Bin&) const; [00:41:48] ^ [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:41:48] inline float get_phi(const Bin&) const; [00:41:48] ^ [00:41:48] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:48] inline float get_t(const Bin&) const; [00:41:48] ^ [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:41:48] inline float get_t(const Bin&) const; [00:41:48] ^ [00:41:48] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:48] inline float get_m(const Bin&) const; [00:41:48] ^ [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:41:48] inline float get_m(const Bin&) const; [00:41:48] ^ [00:41:48] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:41:48] ^ [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:41:48] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:41:48] ^ [00:41:48] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:48] set_num_views(const int new_num_views); [00:41:48] ^ [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:41:48] set_num_views(const int new_num_views); [00:41:48] ^ [00:41:48] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:48] ^ [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:41:48] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:48] ^ [00:41:48] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:48] ^ [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:41:48] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:48] ^ [00:41:48] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:48] virtual std::string parameter_info() const; [00:41:48] ^ [00:41:48] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:41:48] virtual std::string parameter_info() const; [00:41:48] ^ [00:41:48] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:41:48] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:41:52] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:41:52] } [00:41:52] ^ [00:41:52] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:41:52] } [00:41:52] ^ [00:41:52] 11 warnings generated. [00:41:52] [858/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_bootstrap.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:41:52] [859/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_bootstrap.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:41:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:52] inline virtual float get_tantheta(const Bin&) const; [00:41:52] ^ [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:41:52] inline virtual float get_tantheta(const Bin&) const; [00:41:52] ^ [00:41:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:52] inline float get_phi(const Bin&) const; [00:41:52] ^ [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:41:52] inline float get_phi(const Bin&) const; [00:41:52] ^ [00:41:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:52] inline float get_t(const Bin&) const; [00:41:52] ^ [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:41:52] inline float get_t(const Bin&) const; [00:41:52] ^ [00:41:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:52] inline float get_m(const Bin&) const; [00:41:52] ^ [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:41:52] inline float get_m(const Bin&) const; [00:41:52] ^ [00:41:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:52] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:41:52] ^ [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:41:52] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:41:52] ^ [00:41:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:52] set_num_views(const int new_num_views); [00:41:52] ^ [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:41:52] set_num_views(const int new_num_views); [00:41:52] ^ [00:41:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:52] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:52] ^ [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:41:52] virtual inline float get_sampling_in_t(const Bin&) const; [00:41:52] ^ [00:41:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:52] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:52] ^ [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:41:52] virtual inline float get_sampling_in_m(const Bin&) const; [00:41:52] ^ [00:41:52] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:41:52] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:41:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:41:52] virtual std::string parameter_info() const; [00:41:52] ^ [00:41:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:42:04] virtual std::string parameter_info() const; [00:42:04] ^ [00:42:04] 9 warnings generated. [00:42:04] [860/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_with_random_rejection.dir/lm_to_projdata_with_random_rejection.cxx.obj [00:42:04] [861/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_with_random_rejection.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:42:04] [862/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_with_random_rejection.dir/__/buildblock/buildblock_registries.cxx.obj [00:42:09] [863/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_with_random_rejection.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:42:09] [864/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_with_random_rejection.dir/__/IO/IO_registries.cxx.obj [00:42:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:09] inline virtual float get_tantheta(const Bin&) const; [00:42:09] ^ [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:42:09] inline virtual float get_tantheta(const Bin&) const; [00:42:09] ^ [00:42:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:09] inline float get_phi(const Bin&) const; [00:42:09] ^ [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:42:09] inline float get_phi(const Bin&) const; [00:42:09] ^ [00:42:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:09] inline float get_t(const Bin&) const; [00:42:09] ^ [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:42:09] inline float get_t(const Bin&) const; [00:42:09] ^ [00:42:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:09] inline float get_m(const Bin&) const; [00:42:09] ^ [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:42:09] inline float get_m(const Bin&) const; [00:42:09] ^ [00:42:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:42:09] ^ [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:42:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:42:09] ^ [00:42:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:09] set_num_views(const int new_num_views); [00:42:09] ^ [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:42:09] set_num_views(const int new_num_views); [00:42:09] ^ [00:42:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:09] ^ [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:42:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:09] ^ [00:42:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:09] ^ [00:42:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:42:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:09] ^ [00:42:09] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:09] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:09] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:11] virtual std::string parameter_info() const; [00:42:11] ^ [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:42:11] virtual std::string parameter_info() const; [00:42:11] ^ [00:42:11] 9 warnings generated. [00:42:11] [865/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_with_random_rejection.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:42:11] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:11] inline virtual float get_tantheta(const Bin&) const; [00:42:11] ^ [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:42:11] inline virtual float get_tantheta(const Bin&) const; [00:42:11] ^ [00:42:11] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:11] inline float get_phi(const Bin&) const; [00:42:11] ^ [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:42:11] inline float get_phi(const Bin&) const; [00:42:11] ^ [00:42:11] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:11] inline float get_t(const Bin&) const; [00:42:11] ^ [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:42:11] inline float get_t(const Bin&) const; [00:42:11] ^ [00:42:11] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:11] inline float get_m(const Bin&) const; [00:42:11] ^ [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:42:11] inline float get_m(const Bin&) const; [00:42:11] ^ [00:42:11] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:11] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:42:11] ^ [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:42:11] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:42:11] ^ [00:42:11] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:11] set_num_views(const int new_num_views); [00:42:11] ^ [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:42:11] set_num_views(const int new_num_views); [00:42:11] ^ [00:42:11] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:11] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:11] ^ [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:42:11] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:11] ^ [00:42:11] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:11] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:11] ^ [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:42:11] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:11] ^ [00:42:11] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:11] virtual std::string parameter_info() const; [00:42:11] ^ [00:42:11] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:42:11] virtual std::string parameter_info() const; [00:42:11] ^ [00:42:11] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:11] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:11] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:42:11] } [00:42:11] ^ [00:42:11] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:42:11] } [00:42:11] ^ [00:42:11] 11 warnings generated. [00:42:18] [866/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_with_random_rejection.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:42:18] [867/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_with_random_rejection.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:42:18] [868/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_to_projdata_with_random_rejection.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:42:18] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:18] inline virtual float get_tantheta(const Bin&) const; [00:42:18] ^ [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:42:18] inline virtual float get_tantheta(const Bin&) const; [00:42:18] ^ [00:42:18] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:18] inline float get_phi(const Bin&) const; [00:42:18] ^ [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:42:18] inline float get_phi(const Bin&) const; [00:42:18] ^ [00:42:18] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:18] inline float get_t(const Bin&) const; [00:42:18] ^ [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:42:18] inline float get_t(const Bin&) const; [00:42:18] ^ [00:42:18] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:18] inline float get_m(const Bin&) const; [00:42:18] ^ [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:42:18] inline float get_m(const Bin&) const; [00:42:18] ^ [00:42:18] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:18] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:42:18] ^ [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:42:18] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:42:18] ^ [00:42:18] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:18] set_num_views(const int new_num_views); [00:42:18] ^ [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:42:18] set_num_views(const int new_num_views); [00:42:18] ^ [00:42:18] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:18] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:18] ^ [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:42:18] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:18] ^ [00:42:18] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:18] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:18] ^ [00:42:18] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:42:18] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:18] ^ [00:42:18] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:18] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:18] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:22] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:22] virtual std::string parameter_info() const; [00:42:22] ^ [00:42:22] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:42:22] virtual std::string parameter_info() const; [00:42:22] ^ [00:42:22] 9 warnings generated. [00:42:22] [869/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_fansums.dir/lm_fansums.cxx.obj [00:42:37] [870/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_fansums.dir/__/buildblock/buildblock_registries.cxx.obj [00:42:37] [871/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_fansums.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:42:37] [872/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_fansums.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:42:37] [873/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_fansums.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:42:37] [874/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_fansums.dir/__/IO/IO_registries.cxx.obj [00:42:37] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:37] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] inline virtual float get_tantheta(const Bin&) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:42:37] inline virtual float get_tantheta(const Bin&) const; [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:37] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] inline float get_phi(const Bin&) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:42:37] inline float get_phi(const Bin&) const; [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:37] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] inline float get_t(const Bin&) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:42:37] inline float get_t(const Bin&) const; [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:37] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] inline float get_m(const Bin&) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:42:37] inline float get_m(const Bin&) const; [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:37] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:42:37] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:37] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] set_num_views(const int new_num_views); [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:42:37] set_num_views(const int new_num_views); [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:37] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:42:37] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:37] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:42:37] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:37] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:37] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] virtual std::string parameter_info() const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:42:37] virtual std::string parameter_info() const; [00:42:37] ^ [00:42:37] 9 warnings generated. [00:42:37] [875/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_fansums.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:42:37] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] inline virtual float get_tantheta(const Bin&) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:42:37] inline virtual float get_tantheta(const Bin&) const; [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] inline float get_phi(const Bin&) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:42:37] inline float get_phi(const Bin&) const; [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] inline float get_t(const Bin&) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:42:37] inline float get_t(const Bin&) const; [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] inline float get_m(const Bin&) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:42:37] inline float get_m(const Bin&) const; [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:42:37] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] set_num_views(const int new_num_views); [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:42:37] set_num_views(const int new_num_views); [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:42:37] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:42:37] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:37] virtual std::string parameter_info() const; [00:42:37] ^ [00:42:37] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:42:37] virtual std::string parameter_info() const; [00:42:37] ^ [00:42:37] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:42:37] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:42:37] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:42:37] } [00:42:37] ^ [00:42:43] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:42:43] } [00:42:43] ^ [00:42:43] 11 warnings generated. [00:42:43] [876/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_fansums.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:42:43] [877/1437] Building CXX object src/listmode_utilities/CMakeFiles/lm_fansums.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:42:43] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:43] inline virtual float get_tantheta(const Bin&) const; [00:42:43] ^ [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:42:43] inline virtual float get_tantheta(const Bin&) const; [00:42:43] ^ [00:42:43] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:43] inline float get_phi(const Bin&) const; [00:42:43] ^ [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:42:43] inline float get_phi(const Bin&) const; [00:42:43] ^ [00:42:43] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:43] inline float get_t(const Bin&) const; [00:42:43] ^ [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:42:43] inline float get_t(const Bin&) const; [00:42:43] ^ [00:42:43] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:43] inline float get_m(const Bin&) const; [00:42:43] ^ [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:42:43] inline float get_m(const Bin&) const; [00:42:43] ^ [00:42:43] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:43] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:42:43] ^ [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:42:43] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:42:43] ^ [00:42:43] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:43] set_num_views(const int new_num_views); [00:42:43] ^ [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:42:43] set_num_views(const int new_num_views); [00:42:43] ^ [00:42:43] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:43] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:43] ^ [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:42:43] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:43] ^ [00:42:43] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:43] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:43] ^ [00:42:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:42:43] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:43] ^ [00:42:43] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:42:43] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:43] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:47] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:47] virtual std::string parameter_info() const; [00:42:47] ^ [00:42:47] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:42:47] virtual std::string parameter_info() const; [00:42:47] ^ [00:42:47] 9 warnings generated. [00:42:47] [878/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_info.dir/list_lm_info.cxx.obj [00:42:59] [879/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_info.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:42:59] [880/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_info.dir/__/buildblock/buildblock_registries.cxx.obj [00:42:59] [881/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_info.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:42:59] [882/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_info.dir/__/IO/IO_registries.cxx.obj [00:42:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:59] inline virtual float get_tantheta(const Bin&) const; [00:42:59] ^ [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:42:59] inline virtual float get_tantheta(const Bin&) const; [00:42:59] ^ [00:42:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:59] inline float get_phi(const Bin&) const; [00:42:59] ^ [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:42:59] inline float get_phi(const Bin&) const; [00:42:59] ^ [00:42:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:59] inline float get_t(const Bin&) const; [00:42:59] ^ [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:42:59] inline float get_t(const Bin&) const; [00:42:59] ^ [00:42:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:59] inline float get_m(const Bin&) const; [00:42:59] ^ [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:42:59] inline float get_m(const Bin&) const; [00:42:59] ^ [00:42:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:42:59] ^ [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:42:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:42:59] ^ [00:42:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:59] set_num_views(const int new_num_views); [00:42:59] ^ [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:42:59] set_num_views(const int new_num_views); [00:42:59] ^ [00:42:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:59] ^ [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:42:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:42:59] ^ [00:42:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:59] ^ [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:42:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:42:59] ^ [00:42:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:42:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:42:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:42:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:42:59] virtual std::string parameter_info() const; [00:42:59] ^ [00:42:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:43:02] virtual std::string parameter_info() const; [00:43:02] ^ [00:43:02] 9 warnings generated. [00:43:02] [883/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_info.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:43:02] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:02] inline virtual float get_tantheta(const Bin&) const; [00:43:02] ^ [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:43:02] inline virtual float get_tantheta(const Bin&) const; [00:43:02] ^ [00:43:02] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:02] inline float get_phi(const Bin&) const; [00:43:02] ^ [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:43:02] inline float get_phi(const Bin&) const; [00:43:02] ^ [00:43:02] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:02] inline float get_t(const Bin&) const; [00:43:02] ^ [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:43:02] inline float get_t(const Bin&) const; [00:43:02] ^ [00:43:02] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:02] inline float get_m(const Bin&) const; [00:43:02] ^ [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:43:02] inline float get_m(const Bin&) const; [00:43:02] ^ [00:43:02] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:02] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:43:02] ^ [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:43:02] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:43:02] ^ [00:43:02] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:02] set_num_views(const int new_num_views); [00:43:02] ^ [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:43:02] set_num_views(const int new_num_views); [00:43:02] ^ [00:43:02] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:02] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:02] ^ [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:43:02] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:02] ^ [00:43:02] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:02] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:02] ^ [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:43:02] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:02] ^ [00:43:02] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:02] virtual std::string parameter_info() const; [00:43:02] ^ [00:43:02] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:43:02] virtual std::string parameter_info() const; [00:43:02] ^ [00:43:02] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:02] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:02] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:43:02] } [00:43:02] ^ [00:43:09] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:43:09] } [00:43:09] ^ [00:43:09] 11 warnings generated. [00:43:09] [884/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_info.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:43:09] [885/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_info.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:43:09] [886/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_info.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:43:09] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:09] inline virtual float get_tantheta(const Bin&) const; [00:43:09] ^ [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:43:09] inline virtual float get_tantheta(const Bin&) const; [00:43:09] ^ [00:43:09] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:09] inline float get_phi(const Bin&) const; [00:43:09] ^ [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:43:09] inline float get_phi(const Bin&) const; [00:43:09] ^ [00:43:09] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:09] inline float get_t(const Bin&) const; [00:43:09] ^ [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:43:09] inline float get_t(const Bin&) const; [00:43:09] ^ [00:43:09] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:09] inline float get_m(const Bin&) const; [00:43:09] ^ [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:43:09] inline float get_m(const Bin&) const; [00:43:09] ^ [00:43:09] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:43:09] ^ [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:43:09] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:43:09] ^ [00:43:09] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:09] set_num_views(const int new_num_views); [00:43:09] ^ [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:43:09] set_num_views(const int new_num_views); [00:43:09] ^ [00:43:09] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:09] ^ [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:43:09] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:09] ^ [00:43:09] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:09] ^ [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:43:09] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:09] ^ [00:43:09] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:09] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:09] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:09] virtual std::string parameter_info() const; [00:43:09] ^ [00:43:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:43:09] virtual std::string parameter_info() const; [00:43:09] ^ [00:43:09] 9 warnings generated. [00:43:25] [887/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_events.dir/list_lm_events.cxx.obj [00:43:25] [888/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_events.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:43:25] [889/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_events.dir/__/buildblock/buildblock_registries.cxx.obj [00:43:25] [890/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_events.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:43:25] [891/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_events.dir/__/IO/IO_registries.cxx.obj [00:43:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:25] inline virtual float get_tantheta(const Bin&) const; [00:43:25] ^ [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:43:25] inline virtual float get_tantheta(const Bin&) const; [00:43:25] ^ [00:43:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:25] inline float get_phi(const Bin&) const; [00:43:25] ^ [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:43:25] inline float get_phi(const Bin&) const; [00:43:25] ^ [00:43:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:25] inline float get_t(const Bin&) const; [00:43:25] ^ [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:43:25] inline float get_t(const Bin&) const; [00:43:25] ^ [00:43:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:25] inline float get_m(const Bin&) const; [00:43:25] ^ [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:43:25] inline float get_m(const Bin&) const; [00:43:25] ^ [00:43:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:25] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:43:25] ^ [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:43:25] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:43:25] ^ [00:43:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:25] set_num_views(const int new_num_views); [00:43:25] ^ [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:43:25] set_num_views(const int new_num_views); [00:43:25] ^ [00:43:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:25] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:25] ^ [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:43:25] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:25] ^ [00:43:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:25] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:25] ^ [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:43:25] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:25] ^ [00:43:25] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:25] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:25] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:25] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:25] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:25] virtual std::string parameter_info() const; [00:43:25] ^ [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:43:27] virtual std::string parameter_info() const; [00:43:27] ^ [00:43:27] 9 warnings generated. [00:43:27] [892/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_events.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:43:27] [893/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_events.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:43:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:27] inline virtual float get_tantheta(const Bin&) const; [00:43:27] ^ [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:43:27] inline virtual float get_tantheta(const Bin&) const; [00:43:27] ^ [00:43:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:27] inline float get_phi(const Bin&) const; [00:43:27] ^ [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:43:27] inline float get_phi(const Bin&) const; [00:43:27] ^ [00:43:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:27] inline float get_t(const Bin&) const; [00:43:27] ^ [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:43:27] inline float get_t(const Bin&) const; [00:43:27] ^ [00:43:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:27] inline float get_m(const Bin&) const; [00:43:27] ^ [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:43:27] inline float get_m(const Bin&) const; [00:43:27] ^ [00:43:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:27] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:43:27] ^ [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:43:27] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:43:27] ^ [00:43:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:27] set_num_views(const int new_num_views); [00:43:27] ^ [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:43:27] set_num_views(const int new_num_views); [00:43:27] ^ [00:43:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:27] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:27] ^ [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:43:27] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:27] ^ [00:43:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:27] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:27] ^ [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:43:27] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:27] ^ [00:43:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:27] virtual std::string parameter_info() const; [00:43:27] ^ [00:43:27] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:43:27] virtual std::string parameter_info() const; [00:43:27] ^ [00:43:27] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:27] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:33] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:43:33] } [00:43:33] ^ [00:43:33] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:43:33] } [00:43:33] ^ [00:43:33] 11 warnings generated. [00:43:33] [894/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_events.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:43:33] [895/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_events.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:43:33] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:33] inline virtual float get_tantheta(const Bin&) const; [00:43:33] ^ [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:43:33] inline virtual float get_tantheta(const Bin&) const; [00:43:33] ^ [00:43:33] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:33] inline float get_phi(const Bin&) const; [00:43:33] ^ [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:43:33] inline float get_phi(const Bin&) const; [00:43:33] ^ [00:43:33] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:33] inline float get_t(const Bin&) const; [00:43:33] ^ [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:43:33] inline float get_t(const Bin&) const; [00:43:33] ^ [00:43:33] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:33] inline float get_m(const Bin&) const; [00:43:33] ^ [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:43:33] inline float get_m(const Bin&) const; [00:43:33] ^ [00:43:33] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:33] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:43:33] ^ [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:43:33] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:43:33] ^ [00:43:33] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:33] set_num_views(const int new_num_views); [00:43:33] ^ [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:43:33] set_num_views(const int new_num_views); [00:43:33] ^ [00:43:33] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:33] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:33] ^ [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:43:33] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:33] ^ [00:43:33] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:33] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:33] ^ [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:43:33] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:33] ^ [00:43:33] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:33] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:33] virtual std::string parameter_info() const; [00:43:33] ^ [00:43:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:43:33] virtual std::string parameter_info() const; [00:43:44] ^ [00:43:44] 9 warnings generated. [00:43:44] [896/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_countrates.dir/list_lm_countrates.cxx.obj [00:43:44] [897/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_countrates.dir/__/data_buildblock/data_buildblock_registries.cxx.obj [00:43:44] [898/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_countrates.dir/__/buildblock/buildblock_registries.cxx.obj [00:43:50] [899/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_countrates.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:43:50] [900/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_countrates.dir/__/IO/IO_registries.cxx.obj [00:43:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:50] inline virtual float get_tantheta(const Bin&) const; [00:43:50] ^ [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:43:50] inline virtual float get_tantheta(const Bin&) const; [00:43:50] ^ [00:43:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:50] inline float get_phi(const Bin&) const; [00:43:50] ^ [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:43:50] inline float get_phi(const Bin&) const; [00:43:50] ^ [00:43:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:50] inline float get_t(const Bin&) const; [00:43:50] ^ [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:43:50] inline float get_t(const Bin&) const; [00:43:50] ^ [00:43:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:50] inline float get_m(const Bin&) const; [00:43:50] ^ [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:43:50] inline float get_m(const Bin&) const; [00:43:50] ^ [00:43:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:50] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:43:50] ^ [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:43:50] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:43:50] ^ [00:43:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:50] set_num_views(const int new_num_views); [00:43:50] ^ [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:43:50] set_num_views(const int new_num_views); [00:43:50] ^ [00:43:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:50] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:50] ^ [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:43:50] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:50] ^ [00:43:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:50] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:50] ^ [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:43:50] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:50] ^ [00:43:50] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:43:50] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:43:50] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:50] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:50] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:52] virtual std::string parameter_info() const; [00:43:52] ^ [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:43:52] virtual std::string parameter_info() const; [00:43:52] ^ [00:43:52] 9 warnings generated. [00:43:52] [901/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_countrates.dir/__/modelling_buildblock/modelling_registries.cxx.obj [00:43:52] [902/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_countrates.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:43:52] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:52] inline virtual float get_tantheta(const Bin&) const; [00:43:52] ^ [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:43:52] inline virtual float get_tantheta(const Bin&) const; [00:43:52] ^ [00:43:52] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:52] inline float get_phi(const Bin&) const; [00:43:52] ^ [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:43:52] inline float get_phi(const Bin&) const; [00:43:52] ^ [00:43:52] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:52] inline float get_t(const Bin&) const; [00:43:52] ^ [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:43:52] inline float get_t(const Bin&) const; [00:43:52] ^ [00:43:52] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:52] inline float get_m(const Bin&) const; [00:43:52] ^ [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:43:52] inline float get_m(const Bin&) const; [00:43:52] ^ [00:43:52] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:52] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:43:52] ^ [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:43:52] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:43:52] ^ [00:43:52] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:52] set_num_views(const int new_num_views); [00:43:52] ^ [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:43:52] set_num_views(const int new_num_views); [00:43:52] ^ [00:43:52] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:52] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:52] ^ [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:43:52] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:52] ^ [00:43:52] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:52] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:52] ^ [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:43:52] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:52] ^ [00:43:52] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:52] virtual std::string parameter_info() const; [00:43:52] ^ [00:43:52] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:43:52] virtual std::string parameter_info() const; [00:43:52] ^ [00:43:52] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:43:52] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:43:56] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:43:56] } [00:43:56] ^ [00:43:56] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:43:56] } [00:43:56] ^ [00:43:56] 11 warnings generated. [00:43:58] [903/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_countrates.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:43:58] [904/1437] Building CXX object src/listmode_utilities/CMakeFiles/list_lm_countrates.dir/__/scatter_buildblock/scatter_registries.cxx.obj [00:43:58] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:58] inline virtual float get_tantheta(const Bin&) const; [00:43:58] ^ [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:43:58] inline virtual float get_tantheta(const Bin&) const; [00:43:58] ^ [00:43:58] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:58] inline float get_phi(const Bin&) const; [00:43:58] ^ [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:43:58] inline float get_phi(const Bin&) const; [00:43:58] ^ [00:43:58] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:58] inline float get_t(const Bin&) const; [00:43:58] ^ [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:43:58] inline float get_t(const Bin&) const; [00:43:58] ^ [00:43:58] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:58] inline float get_m(const Bin&) const; [00:43:58] ^ [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:43:58] inline float get_m(const Bin&) const; [00:43:58] ^ [00:43:58] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:58] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:43:58] ^ [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:43:58] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:43:58] ^ [00:43:58] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:58] set_num_views(const int new_num_views); [00:43:58] ^ [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:43:58] set_num_views(const int new_num_views); [00:43:58] ^ [00:43:58] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:58] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:58] ^ [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:43:58] virtual inline float get_sampling_in_t(const Bin&) const; [00:43:58] ^ [00:43:58] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:58] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:58] ^ [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:43:58] virtual inline float get_sampling_in_m(const Bin&) const; [00:43:58] ^ [00:43:58] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:43:58] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:43:58] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:43:58] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:43:58] virtual std::string parameter_info() const; [00:43:58] ^ [00:44:09] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:44:09] virtual std::string parameter_info() const; [00:44:09] ^ [00:44:09] 9 warnings generated. [00:44:09] [905/1437] Building CXX object src/analytic/FBP2D/CMakeFiles/analytic_FBP2D.dir/RampFilter.cxx.obj [00:44:09] [906/1437] Building CXX object src/analytic/FBP2D/CMakeFiles/FBP2D.dir/FBP2D.cxx.obj [00:44:09] [907/1437] Building CXX object src/analytic/FBP2D/CMakeFiles/FBP2D.dir/__/__/buildblock/buildblock_registries.cxx.obj [00:44:21] [908/1437] Building CXX object src/analytic/FBP2D/CMakeFiles/FBP2D.dir/__/__/data_buildblock/data_buildblock_registries.cxx.obj [00:44:21] [909/1437] Building CXX object src/analytic/FBP2D/CMakeFiles/analytic_FBP2D.dir/FBP2DReconstruction.cxx.obj [00:44:21] [910/1437] Linking CXX static library src\analytic\FBP2D\analytic_FBP2D.lib [00:44:21] [911/1437] Building CXX object src/analytic/FBP2D/CMakeFiles/FBP2D.dir/__/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:44:21] [912/1437] Building CXX object src/analytic/FBP2D/CMakeFiles/FBP2D.dir/__/__/IO/IO_registries.cxx.obj [00:44:21] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:21] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:21] inline virtual float get_tantheta(const Bin&) const; [00:44:21] ^ [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:44:21] inline virtual float get_tantheta(const Bin&) const; [00:44:21] ^ [00:44:21] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:21] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:21] inline float get_phi(const Bin&) const; [00:44:21] ^ [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:44:21] inline float get_phi(const Bin&) const; [00:44:21] ^ [00:44:21] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:21] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:21] inline float get_t(const Bin&) const; [00:44:21] ^ [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:44:21] inline float get_t(const Bin&) const; [00:44:21] ^ [00:44:21] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:21] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:21] inline float get_m(const Bin&) const; [00:44:21] ^ [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:44:21] inline float get_m(const Bin&) const; [00:44:21] ^ [00:44:21] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:21] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:21] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:44:21] ^ [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:44:21] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:44:21] ^ [00:44:21] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:21] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:21] set_num_views(const int new_num_views); [00:44:21] ^ [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:44:21] set_num_views(const int new_num_views); [00:44:21] ^ [00:44:21] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:21] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:21] virtual inline float get_sampling_in_t(const Bin&) const; [00:44:21] ^ [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:44:21] virtual inline float get_sampling_in_t(const Bin&) const; [00:44:21] ^ [00:44:21] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:21] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:21] virtual inline float get_sampling_in_m(const Bin&) const; [00:44:21] ^ [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:44:21] virtual inline float get_sampling_in_m(const Bin&) const; [00:44:21] ^ [00:44:21] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:21] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:21] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:21] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:21] virtual std::string parameter_info() const; [00:44:21] ^ [00:44:21] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:44:24] virtual std::string parameter_info() const; [00:44:24] ^ [00:44:24] 9 warnings generated. [00:44:24] [913/1437] Building CXX object src/analytic/FBP2D/CMakeFiles/FBP2D.dir/__/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:44:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:24] inline virtual float get_tantheta(const Bin&) const; [00:44:24] ^ [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:44:24] inline virtual float get_tantheta(const Bin&) const; [00:44:24] ^ [00:44:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:24] inline float get_phi(const Bin&) const; [00:44:24] ^ [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:44:24] inline float get_phi(const Bin&) const; [00:44:24] ^ [00:44:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:24] inline float get_t(const Bin&) const; [00:44:24] ^ [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:44:24] inline float get_t(const Bin&) const; [00:44:24] ^ [00:44:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:24] inline float get_m(const Bin&) const; [00:44:24] ^ [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:44:24] inline float get_m(const Bin&) const; [00:44:24] ^ [00:44:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:44:24] ^ [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:44:24] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:44:24] ^ [00:44:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:24] set_num_views(const int new_num_views); [00:44:24] ^ [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:44:24] set_num_views(const int new_num_views); [00:44:24] ^ [00:44:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:44:24] ^ [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:44:24] virtual inline float get_sampling_in_t(const Bin&) const; [00:44:24] ^ [00:44:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:44:24] ^ [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:44:24] virtual inline float get_sampling_in_m(const Bin&) const; [00:44:24] ^ [00:44:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:24] virtual std::string parameter_info() const; [00:44:24] ^ [00:44:24] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:44:24] virtual std::string parameter_info() const; [00:44:24] ^ [00:44:24] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:24] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:24] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:44:24] } [00:44:24] ^ [00:44:30] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:44:30] } [00:44:30] ^ [00:44:30] 11 warnings generated. [00:44:30] [914/1437] Building CXX object src/analytic/FBP2D/CMakeFiles/FBP2D.dir/__/__/modelling_buildblock/modelling_registries.cxx.obj [00:44:30] [915/1437] Building CXX object src/analytic/FBP2D/CMakeFiles/FBP2D.dir/__/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:44:30] [916/1437] Building CXX object src/analytic/FBP2D/CMakeFiles/FBP2D.dir/__/__/scatter_buildblock/scatter_registries.cxx.obj [00:44:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:30] inline virtual float get_tantheta(const Bin&) const; [00:44:30] ^ [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:44:30] inline virtual float get_tantheta(const Bin&) const; [00:44:30] ^ [00:44:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:30] inline float get_phi(const Bin&) const; [00:44:30] ^ [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:44:30] inline float get_phi(const Bin&) const; [00:44:30] ^ [00:44:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:30] inline float get_t(const Bin&) const; [00:44:30] ^ [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:44:30] inline float get_t(const Bin&) const; [00:44:30] ^ [00:44:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:30] inline float get_m(const Bin&) const; [00:44:30] ^ [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:44:30] inline float get_m(const Bin&) const; [00:44:30] ^ [00:44:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:30] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:44:30] ^ [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:44:30] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:44:30] ^ [00:44:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:30] set_num_views(const int new_num_views); [00:44:30] ^ [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:44:30] set_num_views(const int new_num_views); [00:44:30] ^ [00:44:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:30] virtual inline float get_sampling_in_t(const Bin&) const; [00:44:30] ^ [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:44:30] virtual inline float get_sampling_in_t(const Bin&) const; [00:44:30] ^ [00:44:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:30] virtual inline float get_sampling_in_m(const Bin&) const; [00:44:30] ^ [00:44:30] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:44:30] virtual inline float get_sampling_in_m(const Bin&) const; [00:44:30] ^ [00:44:30] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:44:30] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:30] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:35] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:35] virtual std::string parameter_info() const; [00:44:35] ^ [00:44:35] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:44:35] virtual std::string parameter_info() const; [00:44:35] ^ [00:44:35] 9 warnings generated. [00:44:44] [917/1437] Building CXX object src/analytic/FBP3DRP/CMakeFiles/analytic_FBP3DRP.dir/ColsherFilter.cxx.obj [00:44:44] [918/1437] Building CXX object src/analytic/FBP3DRP/CMakeFiles/FBP3DRP.dir/FBP3DRP.cxx.obj [00:44:44] [919/1437] Building CXX object src/analytic/FBP3DRP/CMakeFiles/FBP3DRP.dir/__/__/buildblock/buildblock_registries.cxx.obj [00:44:44] [920/1437] Building CXX object src/analytic/FBP3DRP/CMakeFiles/FBP3DRP.dir/__/__/data_buildblock/data_buildblock_registries.cxx.obj [00:44:44] [921/1437] Building CXX object src/analytic/FBP3DRP/CMakeFiles/analytic_FBP3DRP.dir/FBP3DRPReconstruction.cxx.obj [00:44:44] In file included from C:/projects/stir/src/analytic/FBP3DRP/FBP3DRPReconstruction.cxx:91: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:44] inline virtual float get_tantheta(const Bin&) const; [00:44:44] ^ [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:44:44] inline virtual float get_tantheta(const Bin&) const; [00:44:44] ^ [00:44:44] In file included from C:/projects/stir/src/analytic/FBP3DRP/FBP3DRPReconstruction.cxx:91: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:44] inline float get_phi(const Bin&) const; [00:44:44] ^ [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:44:44] inline float get_phi(const Bin&) const; [00:44:44] ^ [00:44:44] In file included from C:/projects/stir/src/analytic/FBP3DRP/FBP3DRPReconstruction.cxx:91: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:44] inline float get_t(const Bin&) const; [00:44:44] ^ [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:44:44] inline float get_t(const Bin&) const; [00:44:44] ^ [00:44:44] In file included from C:/projects/stir/src/analytic/FBP3DRP/FBP3DRPReconstruction.cxx:91: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:44] inline float get_m(const Bin&) const; [00:44:44] ^ [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:44:44] inline float get_m(const Bin&) const; [00:44:44] ^ [00:44:44] In file included from C:/projects/stir/src/analytic/FBP3DRP/FBP3DRPReconstruction.cxx:91: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:44] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:44:44] ^ [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:44:44] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:44:44] ^ [00:44:44] In file included from C:/projects/stir/src/analytic/FBP3DRP/FBP3DRPReconstruction.cxx:91: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:44] set_num_views(const int new_num_views); [00:44:44] ^ [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:44:44] set_num_views(const int new_num_views); [00:44:44] ^ [00:44:44] In file included from C:/projects/stir/src/analytic/FBP3DRP/FBP3DRPReconstruction.cxx:91: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:44] virtual inline float get_sampling_in_t(const Bin&) const; [00:44:44] ^ [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:44:44] virtual inline float get_sampling_in_t(const Bin&) const; [00:44:44] ^ [00:44:44] In file included from C:/projects/stir/src/analytic/FBP3DRP/FBP3DRPReconstruction.cxx:91: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:44] virtual inline float get_sampling_in_m(const Bin&) const; [00:44:44] ^ [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:44:44] virtual inline float get_sampling_in_m(const Bin&) const; [00:44:44] ^ [00:44:44] In file included from C:/projects/stir/src/analytic/FBP3DRP/FBP3DRPReconstruction.cxx:91: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:44] virtual std::string parameter_info() const; [00:44:44] ^ [00:44:44] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:44:44] virtual std::string parameter_info() const; [00:44:44] ^ [00:44:44] In file included from C:/projects/stir/src/analytic/FBP3DRP/FBP3DRPReconstruction.cxx:91: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:44] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:56] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:44:56] } [00:44:56] ^ [00:44:56] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:44:56] } [00:44:56] ^ [00:44:56] 11 warnings generated. [00:44:56] [922/1437] Linking CXX static library src\analytic\FBP3DRP\analytic_FBP3DRP.lib [00:44:56] [923/1437] Building CXX object src/analytic/FBP3DRP/CMakeFiles/FBP3DRP.dir/__/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:44:56] [924/1437] Building CXX object src/analytic/FBP3DRP/CMakeFiles/FBP3DRP.dir/__/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:44:56] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:56] inline virtual float get_tantheta(const Bin&) const; [00:44:56] ^ [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:44:56] inline virtual float get_tantheta(const Bin&) const; [00:44:56] ^ [00:44:56] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:56] inline float get_phi(const Bin&) const; [00:44:56] ^ [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:44:56] inline float get_phi(const Bin&) const; [00:44:56] ^ [00:44:56] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:56] inline float get_t(const Bin&) const; [00:44:56] ^ [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:44:56] inline float get_t(const Bin&) const; [00:44:56] ^ [00:44:56] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:56] inline float get_m(const Bin&) const; [00:44:56] ^ [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:44:56] inline float get_m(const Bin&) const; [00:44:56] ^ [00:44:56] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:44:56] ^ [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:44:56] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:44:56] ^ [00:44:56] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:56] set_num_views(const int new_num_views); [00:44:56] ^ [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:44:56] set_num_views(const int new_num_views); [00:44:56] ^ [00:44:56] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:44:56] ^ [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:44:56] virtual inline float get_sampling_in_t(const Bin&) const; [00:44:56] ^ [00:44:56] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:44:56] ^ [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:44:56] virtual inline float get_sampling_in_m(const Bin&) const; [00:44:56] ^ [00:44:56] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:56] virtual std::string parameter_info() const; [00:44:56] ^ [00:44:56] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:44:56] virtual std::string parameter_info() const; [00:44:56] ^ [00:44:56] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:44:56] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:44:56] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:44:56] } [00:44:56] ^ [00:44:56] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:44:56] } [00:44:56] ^ [00:44:57] 11 warnings generated. [00:44:57] [925/1437] Building CXX object src/analytic/FBP3DRP/CMakeFiles/FBP3DRP.dir/__/__/IO/IO_registries.cxx.obj [00:44:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:57] inline virtual float get_tantheta(const Bin&) const; [00:44:57] ^ [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:44:57] inline virtual float get_tantheta(const Bin&) const; [00:44:57] ^ [00:44:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:57] inline float get_phi(const Bin&) const; [00:44:57] ^ [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:44:57] inline float get_phi(const Bin&) const; [00:44:57] ^ [00:44:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:57] inline float get_t(const Bin&) const; [00:44:57] ^ [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:44:57] inline float get_t(const Bin&) const; [00:44:57] ^ [00:44:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:57] inline float get_m(const Bin&) const; [00:44:57] ^ [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:44:57] inline float get_m(const Bin&) const; [00:44:57] ^ [00:44:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:44:57] ^ [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:44:57] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:44:57] ^ [00:44:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:57] set_num_views(const int new_num_views); [00:44:57] ^ [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:44:57] set_num_views(const int new_num_views); [00:44:57] ^ [00:44:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:44:57] ^ [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:44:57] virtual inline float get_sampling_in_t(const Bin&) const; [00:44:57] ^ [00:44:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:44:57] ^ [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:44:57] virtual inline float get_sampling_in_m(const Bin&) const; [00:44:57] ^ [00:44:57] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:44:57] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:44:57] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:44:57] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:44:57] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:44:57] virtual std::string parameter_info() const; [00:44:57] ^ [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:45:04] virtual std::string parameter_info() const; [00:45:04] ^ [00:45:04] 9 warnings generated. [00:45:04] [926/1437] Building CXX object src/analytic/FBP3DRP/CMakeFiles/FBP3DRP.dir/__/__/modelling_buildblock/modelling_registries.cxx.obj [00:45:04] [927/1437] Building CXX object src/analytic/FBP3DRP/CMakeFiles/FBP3DRP.dir/__/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:45:04] [928/1437] Building CXX object src/analytic/FBP3DRP/CMakeFiles/FBP3DRP.dir/__/__/scatter_buildblock/scatter_registries.cxx.obj [00:45:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:04] inline virtual float get_tantheta(const Bin&) const; [00:45:04] ^ [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:45:04] inline virtual float get_tantheta(const Bin&) const; [00:45:04] ^ [00:45:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:04] inline float get_phi(const Bin&) const; [00:45:04] ^ [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:45:04] inline float get_phi(const Bin&) const; [00:45:04] ^ [00:45:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:04] inline float get_t(const Bin&) const; [00:45:04] ^ [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:45:04] inline float get_t(const Bin&) const; [00:45:04] ^ [00:45:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:04] inline float get_m(const Bin&) const; [00:45:04] ^ [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:45:04] inline float get_m(const Bin&) const; [00:45:04] ^ [00:45:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:45:04] ^ [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:45:04] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:45:04] ^ [00:45:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:04] set_num_views(const int new_num_views); [00:45:04] ^ [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:45:04] set_num_views(const int new_num_views); [00:45:04] ^ [00:45:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:45:04] ^ [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:45:04] virtual inline float get_sampling_in_t(const Bin&) const; [00:45:04] ^ [00:45:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:45:04] ^ [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:45:04] virtual inline float get_sampling_in_m(const Bin&) const; [00:45:04] ^ [00:45:04] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:04] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:04] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:04] virtual std::string parameter_info() const; [00:45:04] ^ [00:45:04] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:45:04] virtual std::string parameter_info() const; [00:45:19] ^ [00:45:19] 9 warnings generated. [00:45:19] [929/1437] Building CXX object src/iterative/OSMAPOSL/CMakeFiles/OSMAPOSL.dir/OSMAPOSL.cxx.obj [00:45:19] [930/1437] Building CXX object src/iterative/OSMAPOSL/CMakeFiles/OSMAPOSL.dir/__/__/buildblock/buildblock_registries.cxx.obj [00:45:19] [931/1437] Building CXX object src/iterative/OSMAPOSL/CMakeFiles/OSMAPOSL.dir/__/__/data_buildblock/data_buildblock_registries.cxx.obj [00:45:26] [932/1437] Building CXX object src/iterative/OSMAPOSL/CMakeFiles/iterative_OSMAPOSL.dir/OSMAPOSLReconstruction.cxx.obj [00:45:26] [933/1437] Linking CXX static library src\iterative\OSMAPOSL\iterative_OSMAPOSL.lib [00:45:26] [934/1437] Building CXX object src/iterative/OSMAPOSL/CMakeFiles/OSMAPOSL.dir/__/__/IO/IO_registries.cxx.obj [00:45:26] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:26] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:26] inline virtual float get_tantheta(const Bin&) const; [00:45:26] ^ [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:45:26] inline virtual float get_tantheta(const Bin&) const; [00:45:26] ^ [00:45:26] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:26] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:26] inline float get_phi(const Bin&) const; [00:45:26] ^ [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:45:26] inline float get_phi(const Bin&) const; [00:45:26] ^ [00:45:26] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:26] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:26] inline float get_t(const Bin&) const; [00:45:26] ^ [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:45:26] inline float get_t(const Bin&) const; [00:45:26] ^ [00:45:26] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:26] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:26] inline float get_m(const Bin&) const; [00:45:26] ^ [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:45:26] inline float get_m(const Bin&) const; [00:45:26] ^ [00:45:26] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:26] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:26] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:45:26] ^ [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:45:26] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:45:26] ^ [00:45:26] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:26] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:26] set_num_views(const int new_num_views); [00:45:26] ^ [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:45:26] set_num_views(const int new_num_views); [00:45:26] ^ [00:45:26] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:26] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:26] virtual inline float get_sampling_in_t(const Bin&) const; [00:45:26] ^ [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:45:26] virtual inline float get_sampling_in_t(const Bin&) const; [00:45:26] ^ [00:45:26] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:26] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:26] virtual inline float get_sampling_in_m(const Bin&) const; [00:45:26] ^ [00:45:26] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:45:26] virtual inline float get_sampling_in_m(const Bin&) const; [00:45:26] ^ [00:45:26] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:26] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:26] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:26] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:28] virtual std::string parameter_info() const; [00:45:28] ^ [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:45:28] virtual std::string parameter_info() const; [00:45:28] ^ [00:45:28] 9 warnings generated. [00:45:28] [935/1437] Building CXX object src/iterative/OSMAPOSL/CMakeFiles/OSMAPOSL.dir/__/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:45:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:28] inline virtual float get_tantheta(const Bin&) const; [00:45:28] ^ [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:45:28] inline virtual float get_tantheta(const Bin&) const; [00:45:28] ^ [00:45:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:28] inline float get_phi(const Bin&) const; [00:45:28] ^ [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:45:28] inline float get_phi(const Bin&) const; [00:45:28] ^ [00:45:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:28] inline float get_t(const Bin&) const; [00:45:28] ^ [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:45:28] inline float get_t(const Bin&) const; [00:45:28] ^ [00:45:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:28] inline float get_m(const Bin&) const; [00:45:28] ^ [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:45:28] inline float get_m(const Bin&) const; [00:45:28] ^ [00:45:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:28] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:45:28] ^ [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:45:28] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:45:28] ^ [00:45:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:28] set_num_views(const int new_num_views); [00:45:28] ^ [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:45:28] set_num_views(const int new_num_views); [00:45:28] ^ [00:45:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:28] virtual inline float get_sampling_in_t(const Bin&) const; [00:45:28] ^ [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:45:28] virtual inline float get_sampling_in_t(const Bin&) const; [00:45:28] ^ [00:45:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:28] virtual inline float get_sampling_in_m(const Bin&) const; [00:45:28] ^ [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:45:28] virtual inline float get_sampling_in_m(const Bin&) const; [00:45:28] ^ [00:45:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:28] virtual std::string parameter_info() const; [00:45:28] ^ [00:45:28] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:45:28] virtual std::string parameter_info() const; [00:45:28] ^ [00:45:28] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:45:28] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:45:33] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:45:33] } [00:45:33] ^ [00:45:33] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:45:33] } [00:45:33] ^ [00:45:33] 11 warnings generated. [00:45:33] [936/1437] Building CXX object src/iterative/OSMAPOSL/CMakeFiles/OSMAPOSL.dir/__/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:45:34] [937/1437] Building CXX object src/iterative/OSMAPOSL/CMakeFiles/OSMAPOSL.dir/__/__/modelling_buildblock/modelling_registries.cxx.obj [00:45:34] [938/1437] Building CXX object src/iterative/OSMAPOSL/CMakeFiles/OSMAPOSL.dir/__/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:45:34] [939/1437] Building CXX object src/iterative/OSMAPOSL/CMakeFiles/OSMAPOSL.dir/__/__/scatter_buildblock/scatter_registries.cxx.obj [00:45:34] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:34] inline virtual float get_tantheta(const Bin&) const; [00:45:34] ^ [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:45:34] inline virtual float get_tantheta(const Bin&) const; [00:45:34] ^ [00:45:34] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:34] inline float get_phi(const Bin&) const; [00:45:34] ^ [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:45:34] inline float get_phi(const Bin&) const; [00:45:34] ^ [00:45:34] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:34] inline float get_t(const Bin&) const; [00:45:34] ^ [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:45:34] inline float get_t(const Bin&) const; [00:45:34] ^ [00:45:34] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:34] inline float get_m(const Bin&) const; [00:45:34] ^ [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:45:34] inline float get_m(const Bin&) const; [00:45:34] ^ [00:45:34] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:34] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:45:34] ^ [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:45:34] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:45:34] ^ [00:45:34] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:34] set_num_views(const int new_num_views); [00:45:34] ^ [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:45:34] set_num_views(const int new_num_views); [00:45:34] ^ [00:45:34] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:34] virtual inline float get_sampling_in_t(const Bin&) const; [00:45:34] ^ [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:45:34] virtual inline float get_sampling_in_t(const Bin&) const; [00:45:34] ^ [00:45:34] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:34] virtual inline float get_sampling_in_m(const Bin&) const; [00:45:34] ^ [00:45:34] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:45:34] virtual inline float get_sampling_in_m(const Bin&) const; [00:45:34] ^ [00:45:34] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:45:34] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:34] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:43] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:43] virtual std::string parameter_info() const; [00:45:43] ^ [00:45:43] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:45:43] virtual std::string parameter_info() const; [00:45:43] ^ [00:45:43] 9 warnings generated. [00:45:43] [940/1437] Building CXX object src/iterative/KOSMAPOSL/CMakeFiles/KOSMAPOSL.dir/__/__/buildblock/buildblock_registries.cxx.obj [00:45:59] [941/1437] Building CXX object src/iterative/KOSMAPOSL/CMakeFiles/KOSMAPOSL.dir/KOSMAPOSL.cxx.obj [00:45:59] [942/1437] Building CXX object src/iterative/KOSMAPOSL/CMakeFiles/KOSMAPOSL.dir/__/__/data_buildblock/data_buildblock_registries.cxx.obj [00:45:59] [943/1437] Building CXX object src/iterative/KOSMAPOSL/CMakeFiles/iterative_KOSMAPOSL.dir/KOSMAPOSLReconstruction.cxx.obj [00:45:59] [944/1437] Linking CXX static library src\iterative\KOSMAPOSL\iterative_KOSMAPOSL.lib [00:45:59] [945/1437] Building CXX object src/iterative/KOSMAPOSL/CMakeFiles/KOSMAPOSL.dir/__/__/IO/IO_registries.cxx.obj [00:45:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:59] inline virtual float get_tantheta(const Bin&) const; [00:45:59] ^ [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:45:59] inline virtual float get_tantheta(const Bin&) const; [00:45:59] ^ [00:45:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:59] inline float get_phi(const Bin&) const; [00:45:59] ^ [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:45:59] inline float get_phi(const Bin&) const; [00:45:59] ^ [00:45:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:59] inline float get_t(const Bin&) const; [00:45:59] ^ [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:45:59] inline float get_t(const Bin&) const; [00:45:59] ^ [00:45:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:59] inline float get_m(const Bin&) const; [00:45:59] ^ [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:45:59] inline float get_m(const Bin&) const; [00:45:59] ^ [00:45:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:45:59] ^ [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:45:59] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:45:59] ^ [00:45:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:59] set_num_views(const int new_num_views); [00:45:59] ^ [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:45:59] set_num_views(const int new_num_views); [00:45:59] ^ [00:45:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:45:59] ^ [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:45:59] virtual inline float get_sampling_in_t(const Bin&) const; [00:45:59] ^ [00:45:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:45:59] ^ [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:45:59] virtual inline float get_sampling_in_m(const Bin&) const; [00:45:59] ^ [00:45:59] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:45:59] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:45:59] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:45:59] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:45:59] virtual std::string parameter_info() const; [00:45:59] ^ [00:45:59] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:45:59] virtual std::string parameter_info() const; [00:46:01] ^ [00:46:01] 9 warnings generated. [00:46:01] [946/1437] Building CXX object src/iterative/KOSMAPOSL/CMakeFiles/KOSMAPOSL.dir/__/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj [00:46:01] [947/1437] Building CXX object src/iterative/KOSMAPOSL/CMakeFiles/KOSMAPOSL.dir/__/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:46:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:01] inline virtual float get_tantheta(const Bin&) const; [00:46:01] ^ [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:46:01] inline virtual float get_tantheta(const Bin&) const; [00:46:01] ^ [00:46:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:01] inline float get_phi(const Bin&) const; [00:46:01] ^ [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:46:01] inline float get_phi(const Bin&) const; [00:46:01] ^ [00:46:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:01] inline float get_t(const Bin&) const; [00:46:01] ^ [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:46:01] inline float get_t(const Bin&) const; [00:46:01] ^ [00:46:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:01] inline float get_m(const Bin&) const; [00:46:01] ^ [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:46:01] inline float get_m(const Bin&) const; [00:46:01] ^ [00:46:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:01] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:46:01] ^ [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:46:01] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:46:01] ^ [00:46:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:01] set_num_views(const int new_num_views); [00:46:01] ^ [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:46:01] set_num_views(const int new_num_views); [00:46:01] ^ [00:46:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:01] virtual inline float get_sampling_in_t(const Bin&) const; [00:46:01] ^ [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:46:01] virtual inline float get_sampling_in_t(const Bin&) const; [00:46:01] ^ [00:46:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:01] virtual inline float get_sampling_in_m(const Bin&) const; [00:46:01] ^ [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:46:01] virtual inline float get_sampling_in_m(const Bin&) const; [00:46:01] ^ [00:46:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:01] virtual std::string parameter_info() const; [00:46:01] ^ [00:46:01] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:46:01] virtual std::string parameter_info() const; [00:46:01] ^ [00:46:01] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:01] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:01] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:46:01] } [00:46:01] ^ [00:46:08] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:46:08] } [00:46:08] ^ [00:46:08] 11 warnings generated. [00:46:08] [948/1437] Building CXX object src/iterative/KOSMAPOSL/CMakeFiles/KOSMAPOSL.dir/__/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj [00:46:08] [949/1437] Building CXX object src/iterative/KOSMAPOSL/CMakeFiles/KOSMAPOSL.dir/__/__/modelling_buildblock/modelling_registries.cxx.obj [00:46:08] [950/1437] Building CXX object src/iterative/KOSMAPOSL/CMakeFiles/KOSMAPOSL.dir/__/__/scatter_buildblock/scatter_registries.cxx.obj [00:46:08] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:08] inline virtual float get_tantheta(const Bin&) const; [00:46:08] ^ [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:46:08] inline virtual float get_tantheta(const Bin&) const; [00:46:08] ^ [00:46:08] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:08] inline float get_phi(const Bin&) const; [00:46:08] ^ [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:46:08] inline float get_phi(const Bin&) const; [00:46:08] ^ [00:46:08] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:08] inline float get_t(const Bin&) const; [00:46:08] ^ [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:46:08] inline float get_t(const Bin&) const; [00:46:08] ^ [00:46:08] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:08] inline float get_m(const Bin&) const; [00:46:08] ^ [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:46:08] inline float get_m(const Bin&) const; [00:46:08] ^ [00:46:08] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:08] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:46:08] ^ [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:46:08] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:46:08] ^ [00:46:08] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:08] set_num_views(const int new_num_views); [00:46:08] ^ [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:46:08] set_num_views(const int new_num_views); [00:46:08] ^ [00:46:08] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:08] virtual inline float get_sampling_in_t(const Bin&) const; [00:46:08] ^ [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:46:08] virtual inline float get_sampling_in_t(const Bin&) const; [00:46:08] ^ [00:46:08] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:08] virtual inline float get_sampling_in_m(const Bin&) const; [00:46:08] ^ [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:46:08] virtual inline float get_sampling_in_m(const Bin&) const; [00:46:08] ^ [00:46:08] In file included from C:/projects/stir/src/scatter_buildblock/scatter_registries.cxx:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/SingleScatterSimulation.h:21: [00:46:08] In file included from C:/projects/stir/src/include\stir/scatter/ScatterSimulation.h:30: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:08] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:08] virtual std::string parameter_info() const; [00:46:08] ^ [00:46:08] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:46:31] virtual std::string parameter_info() const; [00:46:31] ^ [00:46:31] 9 warnings generated. [00:46:31] [951/1437] Building CXX object src/iterative/OSSPS/CMakeFiles/OSSPS.dir/OSSPS.cxx.obj [00:46:31] [952/1437] Building CXX object src/iterative/OSSPS/CMakeFiles/OSSPS.dir/__/__/buildblock/buildblock_registries.cxx.obj [00:46:31] [953/1437] Building CXX object src/iterative/OSSPS/CMakeFiles/OSSPS.dir/__/__/data_buildblock/data_buildblock_registries.cxx.obj [00:46:31] [954/1437] Building CXX object src/iterative/OSSPS/CMakeFiles/iterative_OSSPS.dir/OSSPSReconstruction.cxx.obj [00:46:31] [955/1437] Linking CXX static library src\iterative\OSSPS\iterative_OSSPS.lib [00:46:31] [956/1437] Building CXX object src/iterative/OSSPS/CMakeFiles/OSSPS.dir/__/__/IO/IO_registries.cxx.obj [00:46:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:46:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:31] inline virtual float get_tantheta(const Bin&) const; [00:46:31] ^ [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:46:31] inline virtual float get_tantheta(const Bin&) const; [00:46:31] ^ [00:46:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:46:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:31] inline float get_phi(const Bin&) const; [00:46:31] ^ [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:46:31] inline float get_phi(const Bin&) const; [00:46:31] ^ [00:46:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:46:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:31] inline float get_t(const Bin&) const; [00:46:31] ^ [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:46:31] inline float get_t(const Bin&) const; [00:46:31] ^ [00:46:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:46:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:31] inline float get_m(const Bin&) const; [00:46:31] ^ [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:46:31] inline float get_m(const Bin&) const; [00:46:31] ^ [00:46:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:46:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:31] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:46:31] ^ [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:46:31] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:46:31] ^ [00:46:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:46:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:31] set_num_views(const int new_num_views); [00:46:31] ^ [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:46:31] set_num_views(const int new_num_views); [00:46:31] ^ [00:46:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:46:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:31] virtual inline float get_sampling_in_t(const Bin&) const; [00:46:31] ^ [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:46:31] virtual inline float get_sampling_in_t(const Bin&) const; [00:46:31] ^ [00:46:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:46:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:31] virtual inline float get_sampling_in_m(const Bin&) const; [00:46:31] ^ [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:46:31] virtual inline float get_sampling_in_m(const Bin&) const; [00:46:31] ^ [00:46:31] In file included from C:/projects/stir/src/IO/IO_registries.cxx:61: [00:46:31] In file included from C:/projects/stir/src/include\stir/IO/SAFIRCListmodeInputFileFormat.h:47: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.h:321: [00:46:31] In file included from C:/projects/stir/src/include\stir/listmode/CListRecordSAFIR.inl:45: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h:27: [00:46:31] In file included from C:/projects/stir/src/include\stir/ProjDataInfoGenericNoArcCorr.h:26: [00:46:31] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:32] virtual std::string parameter_info() const; [00:46:32] ^ [00:46:32] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:46:32] virtual std::string parameter_info() const; [00:46:32] ^ [00:46:32] 9 warnings generated. [00:46:32] [957/1437] Linking CXX executable src\utilities\stir_write_pgm.exe [00:46:32] FAILED: src/utilities/stir_write_pgm.exe [00:46:32] cmd.exe /C "cd . && C:\PROGRA~1\LLVM\bin\CLANG_~1.EXE -fuse-ld=lld-link -nostartfiles -nostdlib -Wno-undefined-var-template -O3 -DNDEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -Xlinker /subsystem:console src/utilities/CMakeFiles/stir_write_pgm.dir/stir_write_pgm.cxx.obj src/utilities/CMakeFiles/stir_write_pgm.dir/__/buildblock/buildblock_registries.cxx.obj src/utilities/CMakeFiles/stir_write_pgm.dir/__/data_buildblock/data_buildblock_registries.cxx.obj src/utilities/CMakeFiles/stir_write_pgm.dir/__/IO/IO_registries.cxx.obj src/utilities/CMakeFiles/stir_write_pgm.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj src/utilities/CMakeFiles/stir_write_pgm.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj src/utilities/CMakeFiles/stir_write_pgm.dir/__/modelling_buildblock/modelling_registries.cxx.obj src/utilities/CMakeFiles/stir_write_pgm.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj src/utilities/CMakeFiles/stir_write_pgm.dir/__/scatter_buildblock/scatter_registries.cxx.obj -o src\utilities\stir_write_pgm.exe -Xlinker /MANIFEST:EMBED -Xlinker /implib:src\utilities\stir_write_pgm.lib -Xlinker /pdb:src\utilities\stir_write_pgm.pdb -Xlinker /version:0.0 src/analytic/FBP3DRP/analytic_FBP3DRP.lib src/analytic/FBP2D/analytic_FBP2D.lib src/iterative/OSMAPOSL/iterative_OSMAPOSL.lib src/iterative/KOSMAPOSL/iterative_KOSMAPOSL.lib src/iterative/OSSPS/iterative_OSSPS.lib src/scatter_buildblock/scatter_buildblock.lib src/modelling_buildblock/modelling_buildblock.lib src/listmode_buildblock/listmode_buildblock.lib src/recon_buildblock/recon_buildblock.lib src/display/display.lib src/IO/IO.lib src/data_buildblock/data_buildblock.lib src/numerics_buildblock/numerics_buildblock.lib src/buildblock/buildblock.lib src/spatial_transformation_buildblock/spatial_transformation_buildblock.lib src/Shape_buildblock/Shape_buildblock.lib src/eval_buildblock/eval_buildblock.lib src/numerics_buildblock/numerics_buildblock.lib src/modelling_buildblock/modelling_buildblock.lib src/listmode_buildblock/listmode_buildblock.lib src/IO/IO.lib src/modelling_buildblock/modelling_buildblock.lib src/IO/IO.lib src/buildblock/buildblock.lib src/data_buildblock/data_buildblock.lib src/modelling_buildblock/modelling_buildblock.lib src/buildblock/buildblock.lib -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 -loldnames && cd ." [00:46:32] lld-link: error: undefined symbol: __kmpc_global_thread_num [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(private: virtual class stir::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)) [00:46:32] >>> referenced by listmode_buildblock.lib(CListModeDataECAT8_32bit.cxx.obj):(public: bool __cdecl stir::ProjDataInfoCylindricalNoArcCorr::get_view_tangential_pos_num_for_det_num_pair(int &, int &, int, int) const) [00:46:32] >>> referenced by listmode_buildblock.lib(CListModeDataECAT8_32bit.cxx.obj):(public: class stir::Succeeded __cdecl stir::ProjDataInfoCylindrical::get_segment_num_for_ring_difference(int &, int) const) [00:46:32] >>> referenced 33 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_barrier [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(private: virtual class stir::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(BackProjectorByBin.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced 5 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_dispatch_init_4u [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(private: virtual class stir::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(.omp_outlined..4) [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_dispatch_next_4u [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(private: virtual class stir::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(.omp_outlined..4) [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_critical [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(private: virtual class stir::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)) [00:46:32] >>> referenced by listmode_buildblock.lib(CListModeDataECAT8_32bit.cxx.obj):(public: bool __cdecl stir::ProjDataInfoCylindricalNoArcCorr::get_view_tangential_pos_num_for_det_num_pair(int &, int &, int, int) const) [00:46:32] >>> referenced by listmode_buildblock.lib(CListModeDataECAT8_32bit.cxx.obj):(public: class stir::Succeeded __cdecl stir::ProjDataInfoCylindrical::get_segment_num_for_ring_difference(int &, int) const) [00:46:32] >>> referenced 51 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_end_critical [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(private: virtual class stir::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)) [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(int `private: virtual class FBP2DReconstruction::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)'::`1'::dtor$367) [00:46:32] >>> referenced by listmode_buildblock.lib(CListModeDataECAT8_32bit.cxx.obj):(public: bool __cdecl stir::ProjDataInfoCylindricalNoArcCorr::get_view_tangential_pos_num_for_det_num_pair(int &, int &, int, int) const) [00:46:32] >>> referenced 104 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_fork_call [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(protected: void __cdecl stir::KOSMAPOSLReconstruction>::compute_kernelised_image(class stir::DiscretisedDensity<3, float> &, class stir::DiscretisedDensity<3, float> const &, class stir::DiscretisedDensity<3, float> const &)) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(private: void __cdecl stir::KOSMAPOSLReconstruction>::calculate_norm_matrix(class stir::DiscretisedDensity<3, float> &, int, int, class stir::DiscretisedDensity<3, float> const &)) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(private: void __cdecl stir::KOSMAPOSLReconstruction>::calculate_norm_matrix(class stir::DiscretisedDensity<3, float> &, int, int, class stir::DiscretisedDensity<3, float> const &)) [00:46:32] >>> referenced 16 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_dispatch_init_8 [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..5) [00:46:32] >>> referenced 1 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_dispatch_next_8 [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced 4 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_for_static_init_8 [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..6) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..7) [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_for_static_fini [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..6) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..7) [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_reduce_nowait [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..6) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..7) [00:46:32] >>> referenced by scatter_buildblock.lib(ScatterSimulation.cxx.obj):(.omp_outlined.) [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_end_reduce_nowait [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..6) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..7) [00:46:32] >>> referenced by scatter_buildblock.lib(ScatterSimulation.cxx.obj):(.omp_outlined.) [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_dispatch_init_4 [00:46:32] >>> referenced by recon_buildblock.lib(BinNormalisation.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(BinNormalisation.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced 7 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_dispatch_next_4 [00:46:32] >>> referenced by recon_buildblock.lib(BinNormalisation.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(BinNormalisation.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(BinNormalisation.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced 10 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: omp_get_thread_num [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined..5) [00:46:32] >>> referenced 4 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: omp_get_num_threads [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined..5) [00:46:32] >>> referenced 7 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_single [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(BackProjectorByBin.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(distributable.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced 1 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_end_single [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(?dtor$45@?0?.omp_outlined.@4HA) [00:46:32] >>> referenced by recon_buildblock.lib(BackProjectorByBin.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced 5 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: omp_get_max_threads [00:46:32] >>> referenced by buildblock.lib(num_threads.cxx.obj):(int __cdecl stir::get_max_num_threads(void)) [00:46:32] >>> referenced by recon_buildblock.lib(distributable.cxx.obj):(void __cdecl stir::setup_distributable_computation(class std::shared_ptr const &, class std::shared_ptr const &, class std::shared_ptr, class std::shared_ptr const> const &, bool, bool)) [00:46:32] >>> referenced by recon_buildblock.lib(distributable.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced 10 more times [00:46:32] [00:46:32] lld-link: error: too many errors emitted, stopping now (use /errorlimit:0 to see all errors) [00:46:32] clang++: error: linker command failed with exit code 1 (use -v to see invocation) [00:46:32] [958/1437] Linking CXX executable src\utilities\manip_image.exe [00:46:32] FAILED: src/utilities/manip_image.exe [00:46:32] cmd.exe /C "cd . && C:\PROGRA~1\LLVM\bin\CLANG_~1.EXE -fuse-ld=lld-link -nostartfiles -nostdlib -Wno-undefined-var-template -O3 -DNDEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -Xlinker /subsystem:console src/utilities/CMakeFiles/manip_image.dir/manip_image.cxx.obj src/utilities/CMakeFiles/manip_image.dir/__/buildblock/buildblock_registries.cxx.obj src/utilities/CMakeFiles/manip_image.dir/__/data_buildblock/data_buildblock_registries.cxx.obj src/utilities/CMakeFiles/manip_image.dir/__/IO/IO_registries.cxx.obj src/utilities/CMakeFiles/manip_image.dir/__/recon_buildblock/recon_buildblock_registries.cxx.obj src/utilities/CMakeFiles/manip_image.dir/__/Shape_buildblock/Shape_buildblock_registries.cxx.obj src/utilities/CMakeFiles/manip_image.dir/__/modelling_buildblock/modelling_registries.cxx.obj src/utilities/CMakeFiles/manip_image.dir/__/spatial_transformation_buildblock/spatial_transformation_registries.cxx.obj src/utilities/CMakeFiles/manip_image.dir/__/scatter_buildblock/scatter_registries.cxx.obj -o src\utilities\manip_image.exe -Xlinker /MANIFEST:EMBED -Xlinker /implib:src\utilities\manip_image.lib -Xlinker /pdb:src\utilities\manip_image.pdb -Xlinker /version:0.0 src/analytic/FBP3DRP/analytic_FBP3DRP.lib src/analytic/FBP2D/analytic_FBP2D.lib src/iterative/OSMAPOSL/iterative_OSMAPOSL.lib src/iterative/KOSMAPOSL/iterative_KOSMAPOSL.lib src/iterative/OSSPS/iterative_OSSPS.lib src/scatter_buildblock/scatter_buildblock.lib src/modelling_buildblock/modelling_buildblock.lib src/listmode_buildblock/listmode_buildblock.lib src/recon_buildblock/recon_buildblock.lib src/display/display.lib src/IO/IO.lib src/data_buildblock/data_buildblock.lib src/numerics_buildblock/numerics_buildblock.lib src/buildblock/buildblock.lib src/spatial_transformation_buildblock/spatial_transformation_buildblock.lib src/Shape_buildblock/Shape_buildblock.lib src/eval_buildblock/eval_buildblock.lib src/numerics_buildblock/numerics_buildblock.lib src/modelling_buildblock/modelling_buildblock.lib src/listmode_buildblock/listmode_buildblock.lib src/IO/IO.lib src/modelling_buildblock/modelling_buildblock.lib src/IO/IO.lib src/buildblock/buildblock.lib src/data_buildblock/data_buildblock.lib src/modelling_buildblock/modelling_buildblock.lib src/buildblock/buildblock.lib -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 -loldnames && cd ." [00:46:32] lld-link: error: undefined symbol: __kmpc_global_thread_num [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(private: virtual class stir::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)) [00:46:32] >>> referenced by listmode_buildblock.lib(CListModeDataECAT8_32bit.cxx.obj):(public: bool __cdecl stir::ProjDataInfoCylindricalNoArcCorr::get_view_tangential_pos_num_for_det_num_pair(int &, int &, int, int) const) [00:46:32] >>> referenced by listmode_buildblock.lib(CListModeDataECAT8_32bit.cxx.obj):(public: class stir::Succeeded __cdecl stir::ProjDataInfoCylindrical::get_segment_num_for_ring_difference(int &, int) const) [00:46:32] >>> referenced 33 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_barrier [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(private: virtual class stir::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(BackProjectorByBin.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced 5 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_dispatch_init_4u [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(private: virtual class stir::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(.omp_outlined..4) [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_dispatch_next_4u [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(private: virtual class stir::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(.omp_outlined..4) [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_critical [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(private: virtual class stir::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)) [00:46:32] >>> referenced by listmode_buildblock.lib(CListModeDataECAT8_32bit.cxx.obj):(public: bool __cdecl stir::ProjDataInfoCylindricalNoArcCorr::get_view_tangential_pos_num_for_det_num_pair(int &, int &, int, int) const) [00:46:32] >>> referenced by listmode_buildblock.lib(CListModeDataECAT8_32bit.cxx.obj):(public: class stir::Succeeded __cdecl stir::ProjDataInfoCylindrical::get_segment_num_for_ring_difference(int &, int) const) [00:46:32] >>> referenced 51 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_end_critical [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(private: virtual class stir::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)) [00:46:32] >>> referenced by analytic_FBP2D.lib(FBP2DReconstruction.cxx.obj):(int `private: virtual class FBP2DReconstruction::Succeeded __cdecl stir::FBP2DReconstruction::actual_reconstruct(class std::shared_ptr> const &)'::`1'::dtor$367) [00:46:32] >>> referenced by listmode_buildblock.lib(CListModeDataECAT8_32bit.cxx.obj):(public: bool __cdecl stir::ProjDataInfoCylindricalNoArcCorr::get_view_tangential_pos_num_for_det_num_pair(int &, int &, int, int) const) [00:46:32] >>> referenced 104 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_fork_call [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(protected: void __cdecl stir::KOSMAPOSLReconstruction>::compute_kernelised_image(class stir::DiscretisedDensity<3, float> &, class stir::DiscretisedDensity<3, float> const &, class stir::DiscretisedDensity<3, float> const &)) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(private: void __cdecl stir::KOSMAPOSLReconstruction>::calculate_norm_matrix(class stir::DiscretisedDensity<3, float> &, int, int, class stir::DiscretisedDensity<3, float> const &)) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(private: void __cdecl stir::KOSMAPOSLReconstruction>::calculate_norm_matrix(class stir::DiscretisedDensity<3, float> &, int, int, class stir::DiscretisedDensity<3, float> const &)) [00:46:32] >>> referenced 16 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_dispatch_init_8 [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..5) [00:46:32] >>> referenced 1 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_dispatch_next_8 [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced 4 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_for_static_init_8 [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..6) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..7) [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_for_static_fini [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..6) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..7) [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_reduce_nowait [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..6) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..7) [00:46:32] >>> referenced by scatter_buildblock.lib(ScatterSimulation.cxx.obj):(.omp_outlined.) [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_end_reduce_nowait [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..6) [00:46:32] >>> referenced by iterative_KOSMAPOSL.lib(KOSMAPOSLReconstruction.cxx.obj):(.omp_outlined..7) [00:46:32] >>> referenced by scatter_buildblock.lib(ScatterSimulation.cxx.obj):(.omp_outlined.) [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_dispatch_init_4 [00:46:32] >>> referenced by recon_buildblock.lib(BinNormalisation.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(BinNormalisation.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced 7 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_dispatch_next_4 [00:46:32] >>> referenced by recon_buildblock.lib(BinNormalisation.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(BinNormalisation.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(BinNormalisation.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced 10 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: omp_get_thread_num [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined..5) [00:46:32] >>> referenced 4 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: omp_get_num_threads [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined..4) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndProjData.cxx.obj):(.omp_outlined..5) [00:46:32] >>> referenced 7 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_single [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(BackProjectorByBin.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(distributable.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced 1 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: __kmpc_end_single [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced by recon_buildblock.lib(PoissonLogLikelihoodWithLinearModelForMeanAndListModeDataWithProjMatrixByBin.cxx.obj):(?dtor$45@?0?.omp_outlined.@4HA) [00:46:32] >>> referenced by recon_buildblock.lib(BackProjectorByBin.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced 5 more times [00:46:32] [00:46:32] lld-link: error: undefined symbol: omp_get_max_threads [00:46:32] >>> referenced by buildblock.lib(num_threads.cxx.obj):(int __cdecl stir::get_max_num_threads(void)) [00:46:32] >>> referenced by recon_buildblock.lib(distributable.cxx.obj):(void __cdecl stir::setup_distributable_computation(class std::shared_ptr const &, class std::shared_ptr const &, class std::shared_ptr, class std::shared_ptr const> const &, bool, bool)) [00:46:32] >>> referenced by recon_buildblock.lib(distributable.cxx.obj):(.omp_outlined.) [00:46:32] >>> referenced 10 more times [00:46:32] [00:46:32] lld-link: error: too many errors emitted, stopping now (use /errorlimit:0 to see all errors) [00:46:33] clang++: error: linker command failed with exit code 1 (use -v to see invocation) [00:46:33] [959/1437] Building CXX object src/iterative/OSSPS/CMakeFiles/OSSPS.dir/__/__/recon_buildblock/recon_buildblock_registries.cxx.obj [00:46:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:76:24: warning: 'get_tantheta' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:33] inline virtual float get_tantheta(const Bin&) const; [00:46:33] ^ [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:72:24: note: overridden virtual function is here [00:46:33] inline virtual float get_tantheta(const Bin&) const; [00:46:33] ^ [00:46:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:78:16: warning: 'get_phi' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:33] inline float get_phi(const Bin&) const; [00:46:33] ^ [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:74:16: note: overridden virtual function is here [00:46:33] inline float get_phi(const Bin&) const; [00:46:33] ^ [00:46:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:80:16: warning: 'get_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:33] inline float get_t(const Bin&) const; [00:46:33] ^ [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:76:16: note: overridden virtual function is here [00:46:33] inline float get_t(const Bin&) const; [00:46:33] ^ [00:46:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:86:16: warning: 'get_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:33] inline float get_m(const Bin&) const; [00:46:33] ^ [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:85:16: note: overridden virtual function is here [00:46:33] inline float get_m(const Bin&) const; [00:46:33] ^ [00:46:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:89:5: warning: 'get_LOR' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:33] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, const Bin& bin) const; [00:46:33] ^ [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:88:5: note: overridden virtual function is here [00:46:33] get_LOR(LORInAxialAndNoArcCorrSinogramCoordinates& lor, [00:46:33] ^ [00:46:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:96:5: warning: 'set_num_views' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:33] set_num_views(const int new_num_views); [00:46:33] ^ [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:109:5: note: overridden virtual function is here [00:46:33] set_num_views(const int new_num_views); [00:46:33] ^ [00:46:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:108:24: warning: 'get_sampling_in_t' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:33] virtual inline float get_sampling_in_t(const Bin&) const; [00:46:33] ^ [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:115:24: note: overridden virtual function is here [00:46:33] virtual inline float get_sampling_in_t(const Bin&) const; [00:46:33] ^ [00:46:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:109:24: warning: 'get_sampling_in_m' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:33] virtual inline float get_sampling_in_m(const Bin&) const; [00:46:33] ^ [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:116:24: note: overridden virtual function is here [00:46:33] virtual inline float get_sampling_in_m(const Bin&) const; [00:46:33] ^ [00:46:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/ProjDataInfoBlocksOnCylindrical.h:28: [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoGeneric.h:114:23: warning: 'parameter_info' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] [00:46:33] virtual std::string parameter_info() const; [00:46:33] ^ [00:46:33] C:/projects/stir/src/include\stir/ProjDataInfoCylindrical.h:244:23: note: overridden virtual function is here [00:46:33] virtual std::string parameter_info() const; [00:46:33] ^ [00:46:33] In file included from C:/projects/stir/src/recon_buildblock/recon_buildblock_registries.cxx:43: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/ForwardProjectorByBinUsingRayTracing.h:30: [00:46:33] In file included from C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.h:219: [00:46:33] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:242:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:46:33] } [00:46:33] ^ [00:46:33] C:/projects/stir/src/include\stir/recon_buildblock/DataSymmetriesForBins_PET_CartesianGrid.inl:427:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] [00:46:33] } [00:46:33] ^ [00:46:33] 11 warnings generated. [00:46:33] ninja: build stopped: subcommand failed. [00:46:33] Command exited with code 1